diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..ee495fc9da46e8bd2317b79269c3bbe399eaab57 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,62 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text +final_data_1.json filter=lfs diff=lfs merge=lfs -text +new_bert_ac_dict.json filter=lfs diff=lfs merge=lfs -text +label_results_w_audio_final.json filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7037146738cedb5957848c162e41fd03069d784b --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +--- +license: cc-by-sa-4.0 +tags: +- Engagement +--- +# CMOSE: Comprehensive Multi-Modality Online Student Engagement Dataset with High-Quality Labels + +## Project page is [here](https://jasonwuchi.github.io/CMOSE/) + + +## Video clip name +Each video clip is named as videoX_Y_personZ, which means it is the Yth clip of the Zth subject from coaching session X. + +## Openface +We extract the second level features from [OpenFace](https://github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation). The extracted files are stored under "secondfeature/videoX_Y_personZ.csv". These features include: + +- **Gaze Direction and Angles** + - Three coordinates to describe the gaze direction of left and right eyes respectively + - Two scalars to describe the horizontal and vertical gaze angles + +- **Head Position** + - Three coordinates to describe the location of the head relative to the camera + +- **Head Rotation** + - Rotation of the head described with pitch, yaw, and roll + +- **Facial Action Units (AUs)** + - Intensities of 17 AUs represented as scalars + - Presence of 18 AUs represented as scalars + +## I3D +We use the [I3D Repository](https://github.com/v-iashin/video_features) to extract the I3D vectors. One I3D vector is extracted for each clip. The features are stored in "final_data_1.json". + +## Acoustics +We use [ParselMouth](https://github.com/YannickJadoul/Parselmouth) to extract the acoustics features. They are stored in "label_results_w_audio_final.json". We also calculate the high level features such as the percentage of high/low volume, high/low pitch, and std of volume/pitch. These are stored in "new_bert_ac_dict.json". + +## Narrations +We collect the narrations from the Live Transcript functions in Zoom. They are stored in "label_results_w_audio_final.json". We also extract the bert features from the narrations and store them in "new_bert_ac_dict.json". + +## Data split +Split information can be found in "final_data_1.json". Note that "split" should be one of "train", "unlabel", and "test". We use "unlabel" for validation purposes. \ No newline at end of file diff --git a/final_data_1.json b/final_data_1.json new file mode 100644 index 0000000000000000000000000000000000000000..0d8dc1906c2852f4d1cb28d3c8fd43423c5f4e93 --- /dev/null +++ b/final_data_1.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ef301538bb2d5f8419d45ea6ccbbf971eab4ac0b501b38b7aae216e3c60ef0 +size 257198845 diff --git a/label_results_w_audio_final.json b/label_results_w_audio_final.json new file mode 100644 index 0000000000000000000000000000000000000000..9be6a3d5c8d61ef9af73cc6a7c502a5eddf9d20c --- /dev/null +++ b/label_results_w_audio_final.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55ca5aced150972580addfef3dd9c69774eaeaf7cf932ddb72794319088a2a5 +size 9148656444 diff --git a/new_bert_ac_dict.json b/new_bert_ac_dict.json new file mode 100644 index 0000000000000000000000000000000000000000..2fbc2b55641e07e1f32ad02627f071687af90d9c --- /dev/null +++ b/new_bert_ac_dict.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e72f6c4da9d725bcd1e0bfa600451474d5bebea2a408490aeb2bed3d87274d +size 200177148 diff --git a/ratings/.DS_Store b/ratings/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 Binary files /dev/null and b/ratings/.DS_Store differ diff --git a/ratings/video_01-rater0.json b/ratings/video_01-rater0.json new file mode 100644 index 0000000000000000000000000000000000000000..1da2b0ba66a2a75f96aae9f0d503c5ad28b20427 --- /dev/null +++ b/ratings/video_01-rater0.json @@ -0,0 +1,12672 @@ +[ + { + "clipIdx": 0, + "startFrame": 59, + "startTime": "0:00:2.370", + "endFrame": 498, + "endTime": "0:00:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 523, + "startTime": "0:00:20.940", + "endFrame": 931, + "endTime": "0:00:37.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 2, + "startFrame": 939, + "startTime": "0:00:37.560", + "endFrame": 2309, + "endTime": "0:01:32.370", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 2334, + "startTime": "0:01:33.390", + "endFrame": 2991, + "endTime": "0:01:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 3077, + "startTime": "0:02:3.090", + "endFrame": 3363, + "endTime": "0:02:14.550", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 3380, + "startTime": "0:02:15.210", + "endFrame": 3803, + "endTime": "0:02:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 3819, + "startTime": "0:02:32.790", + "endFrame": 4092, + "endTime": "0:02:43.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 4119, + "startTime": "0:02:44.760", + "endFrame": 4380, + "endTime": "0:02:55.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5409, + "endTime": "0:03:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 5415, + "startTime": "0:03:36.600", + "endFrame": 5676, + "endTime": "0:03:47.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 5689, + "startTime": "0:03:47.580", + "endFrame": 6052, + "endTime": "0:04:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 6093, + "startTime": "0:04:3.720", + "endFrame": 6499, + "endTime": "0:04:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 13531, + "startTime": "0:09:1.260", + "endFrame": 14140, + "endTime": "0:09:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 14169, + "startTime": "0:09:26.760", + "endFrame": 14440, + "endTime": "0:09:37.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 14568, + "startTime": "0:09:42.720", + "endFrame": 14781, + "endTime": "0:09:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 14785, + "startTime": "0:09:51.420", + "endFrame": 15054, + "endTime": "0:10:2.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 15057, + "startTime": "0:10:2.310", + "endFrame": 15567, + "endTime": "0:10:22.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 15573, + "startTime": "0:10:22.950", + "endFrame": 15955, + "endTime": "0:10:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 15992, + "startTime": "0:10:39.690", + "endFrame": 16306, + "endTime": "0:10:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 16360, + "startTime": "0:10:54.420", + "endFrame": 16590, + "endTime": "0:11:3.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 16626, + "startTime": "0:11:5.040", + "endFrame": 17094, + "endTime": "0:11:23.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 17105, + "startTime": "0:11:24.210", + "endFrame": 17454, + "endTime": "0:11:38.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 17499, + "startTime": "0:11:39.960", + "endFrame": 17725, + "endTime": "0:11:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 17753, + "startTime": "0:11:50.130", + "endFrame": 18302, + "endTime": "0:12:12.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 18329, + "startTime": "0:12:13.170", + "endFrame": 18598, + "endTime": "0:12:23.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 18602, + "startTime": "0:12:24.090", + "endFrame": 19097, + "endTime": "0:12:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 19110, + "startTime": "0:12:44.400", + "endFrame": 19442, + "endTime": "0:12:57.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 19470, + "startTime": "0:12:58.830", + "endFrame": 19760, + "endTime": "0:13:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 19768, + "startTime": "0:13:10.740", + "endFrame": 20076, + "endTime": "0:13:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 20125, + "startTime": "0:13:25.020", + "endFrame": 20379, + "endTime": "0:13:35.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 20408, + "startTime": "0:13:36.330", + "endFrame": 20695, + "endTime": "0:13:47.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 20795, + "startTime": "0:13:51.810", + "endFrame": 21124, + "endTime": "0:14:4.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 21139, + "startTime": "0:14:5.580", + "endFrame": 21391, + "endTime": "0:14:15.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 21408, + "startTime": "0:14:16.320", + "endFrame": 21792, + "endTime": "0:14:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 21811, + "startTime": "0:14:32.460", + "endFrame": 22206, + "endTime": "0:14:48.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 22236, + "startTime": "0:14:49.440", + "endFrame": 22476, + "endTime": "0:14:59.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 22502, + "startTime": "0:15:0.090", + "endFrame": 22998, + "endTime": "0:15:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 23035, + "startTime": "0:15:21.420", + "endFrame": 23473, + "endTime": "0:15:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 23494, + "startTime": "0:15:39.780", + "endFrame": 23829, + "endTime": "0:15:53.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 39, + "startFrame": 23848, + "startTime": "0:15:53.940", + "endFrame": 24131, + "endTime": "0:16:5.250", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 24141, + "startTime": "0:16:5.670", + "endFrame": 24696, + "endTime": "0:16:27.840", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 41, + "startFrame": 24717, + "startTime": "0:16:28.710", + "endFrame": 24946, + "endTime": "0:16:37.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 42, + "startFrame": 24978, + "startTime": "0:16:39.120", + "endFrame": 25350, + "endTime": "0:16:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 25367, + "startTime": "0:16:54.690", + "endFrame": 25779, + "endTime": "0:17:11.160", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 25790, + "startTime": "0:17:11.610", + "endFrame": 26153, + "endTime": "0:17:26.130", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 26166, + "startTime": "0:17:26.640", + "endFrame": 26521, + "endTime": "0:17:40.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 26553, + "startTime": "0:17:42.150", + "endFrame": 26916, + "endTime": "0:17:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 26925, + "startTime": "0:17:57.000", + "endFrame": 27516, + "endTime": "0:18:20.670", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.305, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.305, + 0.174 + ], + "bottomright": [ + 0.598, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 27559, + "startTime": "0:18:22.380", + "endFrame": 27794, + "endTime": "0:18:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "not on screen", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 27799, + "startTime": "0:18:31.980", + "endFrame": 28138, + "endTime": "0:18:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 28169, + "startTime": "0:18:46.770", + "endFrame": 28474, + "endTime": "0:18:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 28477, + "startTime": "0:18:59.100", + "endFrame": 29054, + "endTime": "0:19:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 29081, + "startTime": "0:19:23.250", + "endFrame": 29328, + "endTime": "0:19:33.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 53, + "startFrame": 29330, + "startTime": "0:19:33.210", + "endFrame": 29972, + "endTime": "0:19:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 30000, + "startTime": "0:20:0.030", + "endFrame": 30273, + "endTime": "0:20:10.920", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 30305, + "startTime": "0:20:12.210", + "endFrame": 30743, + "endTime": "0:20:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 30770, + "startTime": "0:20:30.840", + "endFrame": 31056, + "endTime": "0:20:42.240", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 31080, + "startTime": "0:20:43.200", + "endFrame": 31518, + "endTime": "0:21:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.174 + ], + "bottomright": [ + 0.339, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 31576, + "startTime": "0:21:3.060", + "endFrame": 32090, + "endTime": "0:21:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 32449, + "startTime": "0:21:37.980", + "endFrame": 32475, + "endTime": "0:21:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 32574, + "startTime": "0:21:42.990", + "endFrame": 32865, + "endTime": "0:21:54.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 33202, + "startTime": "0:22:8.100", + "endFrame": 33253, + "endTime": "0:22:10.140", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 33307, + "startTime": "0:22:12.300", + "endFrame": 33540, + "endTime": "0:22:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 33582, + "startTime": "0:22:23.310", + "endFrame": 33944, + "endTime": "0:22:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 33960, + "startTime": "0:22:38.430", + "endFrame": 34323, + "endTime": "0:22:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 34339, + "startTime": "0:22:53.580", + "endFrame": 34869, + "endTime": "0:23:14.760", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 34901, + "startTime": "0:23:16.050", + "endFrame": 35253, + "endTime": "0:23:30.150", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 35328, + "startTime": "0:23:33.120", + "endFrame": 35891, + "endTime": "0:23:55.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 35896, + "startTime": "0:23:55.860", + "endFrame": 36450, + "endTime": "0:24:18.030", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 36462, + "startTime": "0:24:18.510", + "endFrame": 37000, + "endTime": "0:24:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.825 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.825 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 37002, + "startTime": "0:24:40.110", + "endFrame": 37289, + "endTime": "0:24:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 37300, + "startTime": "0:24:52.020", + "endFrame": 37772, + "endTime": "0:25:10.890", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 37781, + "startTime": "0:25:11.250", + "endFrame": 38270, + "endTime": "0:25:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 38276, + "startTime": "0:25:31.050", + "endFrame": 38534, + "endTime": "0:25:41.370", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 38537, + "startTime": "0:25:41.490", + "endFrame": 39233, + "endTime": "0:26:9.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 39262, + "startTime": "0:26:10.500", + "endFrame": 39520, + "endTime": "0:26:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 39562, + "startTime": "0:26:22.500", + "endFrame": 39800, + "endTime": "0:26:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 39813, + "startTime": "0:26:32.550", + "endFrame": 40145, + "endTime": "0:26:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 40197, + "startTime": "0:26:47.880", + "endFrame": 40607, + "endTime": "0:27:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 40639, + "startTime": "0:27:5.580", + "endFrame": 40867, + "endTime": "0:27:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 40881, + "startTime": "0:27:15.270", + "endFrame": 41221, + "endTime": "0:27:28.860", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 41235, + "startTime": "0:27:29.430", + "endFrame": 41532, + "endTime": "0:27:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 41616, + "startTime": "0:27:44.670", + "endFrame": 41910, + "endTime": "0:27:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 41920, + "startTime": "0:27:56.820", + "endFrame": 42426, + "endTime": "0:28:17.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 42489, + "startTime": "0:28:19.560", + "endFrame": 42732, + "endTime": "0:28:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 45050, + "startTime": "0:30:2.010", + "endFrame": 45381, + "endTime": "0:30:15.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 86, + "startFrame": 45397, + "startTime": "0:30:15.900", + "endFrame": 45627, + "endTime": "0:30:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 45636, + "startTime": "0:30:25.470", + "endFrame": 45946, + "endTime": "0:30:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 46014, + "startTime": "0:30:40.560", + "endFrame": 46199, + "endTime": "0:30:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 46212, + "startTime": "0:30:48.510", + "endFrame": 46550, + "endTime": "0:31:2.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 90, + "startFrame": 46580, + "startTime": "0:31:3.210", + "endFrame": 46840, + "endTime": "0:31:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 46840, + "startTime": "0:31:13.620", + "endFrame": 47108, + "endTime": "0:31:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 47123, + "startTime": "0:31:24.930", + "endFrame": 47514, + "endTime": "0:31:40.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 47548, + "startTime": "0:31:41.940", + "endFrame": 47892, + "endTime": "0:31:55.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 47987, + "startTime": "0:31:59.490", + "endFrame": 48146, + "endTime": "0:32:5.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 48147, + "startTime": "0:32:5.880", + "endFrame": 48543, + "endTime": "0:32:21.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 48552, + "startTime": "0:32:22.080", + "endFrame": 48891, + "endTime": "0:32:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 48901, + "startTime": "0:32:36.060", + "endFrame": 49175, + "endTime": "0:32:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 49189, + "startTime": "0:32:47.580", + "endFrame": 49592, + "endTime": "0:33:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 49664, + "startTime": "0:33:6.570", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 50098, + "startTime": "0:33:23.940", + "endFrame": 50397, + "endTime": "0:33:35.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 50409, + "startTime": "0:33:36.390", + "endFrame": 50858, + "endTime": "0:33:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 50889, + "startTime": "0:33:55.590", + "endFrame": 51324, + "endTime": "0:34:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 51349, + "startTime": "0:34:13.980", + "endFrame": 51574, + "endTime": "0:34:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 51584, + "startTime": "0:34:23.370", + "endFrame": 51882, + "endTime": "0:34:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 51888, + "startTime": "0:34:35.520", + "endFrame": 52140, + "endTime": "0:34:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 52212, + "startTime": "0:34:48.480", + "endFrame": 52644, + "endTime": "0:35:5.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 52673, + "startTime": "0:35:6.930", + "endFrame": 52906, + "endTime": "0:35:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 52926, + "startTime": "0:35:17.040", + "endFrame": 53390, + "endTime": "0:35:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 53417, + "startTime": "0:35:36.720", + "endFrame": 53783, + "endTime": "0:35:51.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 53818, + "startTime": "0:35:52.740", + "endFrame": 54139, + "endTime": "0:36:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 54196, + "startTime": "0:36:7.860", + "endFrame": 54494, + "endTime": "0:36:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 54501, + "startTime": "0:36:20.040", + "endFrame": 54981, + "endTime": "0:36:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 55059, + "startTime": "0:36:42.360", + "endFrame": 55234, + "endTime": "0:36:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 55264, + "startTime": "0:36:50.580", + "endFrame": 55732, + "endTime": "0:37:9.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 55737, + "startTime": "0:37:9.510", + "endFrame": 56123, + "endTime": "0:37:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 56189, + "startTime": "0:37:27.570", + "endFrame": 56510, + "endTime": "0:37:40.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 56591, + "startTime": "0:37:43.650", + "endFrame": 56901, + "endTime": "0:37:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 56958, + "startTime": "0:37:58.350", + "endFrame": 57162, + "endTime": "0:38:6.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 57227, + "startTime": "0:38:9.090", + "endFrame": 57578, + "endTime": "0:38:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 57600, + "startTime": "0:38:24.000", + "endFrame": 57834, + "endTime": "0:38:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 57882, + "startTime": "0:38:35.280", + "endFrame": 58194, + "endTime": "0:38:47.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 58203, + "startTime": "0:38:48.150", + "endFrame": 58613, + "endTime": "0:39:4.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 58647, + "startTime": "0:39:5.880", + "endFrame": 58941, + "endTime": "0:39:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 59010, + "startTime": "0:39:20.430", + "endFrame": 59310, + "endTime": "0:39:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 59361, + "startTime": "0:39:34.440", + "endFrame": 59583, + "endTime": "0:39:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 59645, + "startTime": "0:39:45.810", + "endFrame": 59853, + "endTime": "0:39:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 59892, + "startTime": "0:39:55.710", + "endFrame": 60431, + "endTime": "0:40:17.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 60456, + "startTime": "0:40:18.270", + "endFrame": 60675, + "endTime": "0:40:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 60698, + "startTime": "0:40:27.930", + "endFrame": 61012, + "endTime": "0:40:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 61039, + "startTime": "0:40:41.580", + "endFrame": 61280, + "endTime": "0:40:51.210", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 61316, + "startTime": "0:40:52.680", + "endFrame": 61609, + "endTime": "0:41:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 61667, + "startTime": "0:41:6.720", + "endFrame": 61976, + "endTime": "0:41:19.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 61995, + "startTime": "0:41:19.800", + "endFrame": 62394, + "endTime": "0:41:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 62407, + "startTime": "0:41:36.300", + "endFrame": 62835, + "endTime": "0:41:53.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62911, + "startTime": "0:41:56.460", + "endFrame": 63215, + "endTime": "0:42:8.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63502, + "endTime": "0:42:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 63634, + "startTime": "0:42:25.380", + "endFrame": 63867, + "endTime": "0:42:34.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 138, + "startFrame": 63961, + "startTime": "0:42:38.460", + "endFrame": 64306, + "endTime": "0:42:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 64311, + "startTime": "0:42:52.440", + "endFrame": 64792, + "endTime": "0:43:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64802, + "startTime": "0:43:12.090", + "endFrame": 65163, + "endTime": "0:43:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 65241, + "startTime": "0:43:29.640", + "endFrame": 65442, + "endTime": "0:43:37.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65494, + "startTime": "0:43:39.780", + "endFrame": 66052, + "endTime": "0:44:2.100", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 143, + "startFrame": 66063, + "startTime": "0:44:2.550", + "endFrame": 66327, + "endTime": "0:44:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66331, + "startTime": "0:44:13.260", + "endFrame": 66623, + "endTime": "0:44:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66655, + "startTime": "0:44:26.220", + "endFrame": 66918, + "endTime": "0:44:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66918, + "startTime": "0:44:36.750", + "endFrame": 67238, + "endTime": "0:44:49.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67256, + "startTime": "0:44:50.250", + "endFrame": 67632, + "endTime": "0:45:5.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67650, + "startTime": "0:45:6.030", + "endFrame": 67908, + "endTime": "0:45:16.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67919, + "startTime": "0:45:16.770", + "endFrame": 68228, + "endTime": "0:45:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 68245, + "startTime": "0:45:29.820", + "endFrame": 68739, + "endTime": "0:45:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68772, + "startTime": "0:45:50.880", + "endFrame": 69182, + "endTime": "0:46:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 69211, + "startTime": "0:46:8.460", + "endFrame": 69585, + "endTime": "0:46:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69594, + "startTime": "0:46:23.790", + "endFrame": 70062, + "endTime": "0:46:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 70152, + "startTime": "0:46:46.110", + "endFrame": 70689, + "endTime": "0:47:7.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 70708, + "startTime": "0:47:8.340", + "endFrame": 70950, + "endTime": "0:47:18.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70970, + "startTime": "0:47:18.810", + "endFrame": 71306, + "endTime": "0:47:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 71335, + "startTime": "0:47:33.420", + "endFrame": 71656, + "endTime": "0:47:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 71661, + "startTime": "0:47:46.470", + "endFrame": 72099, + "endTime": "0:48:3.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 72106, + "startTime": "0:48:4.260", + "endFrame": 72368, + "endTime": "0:48:14.730", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 160, + "startFrame": 72376, + "startTime": "0:48:15.060", + "endFrame": 72839, + "endTime": "0:48:33.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 161, + "startFrame": 72888, + "startTime": "0:48:35.550", + "endFrame": 73096, + "endTime": "0:48:43.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73367, + "endTime": "0:48:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73383, + "startTime": "0:48:55.320", + "endFrame": 73686, + "endTime": "0:49:7.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 164, + "startFrame": 73731, + "startTime": "0:49:9.270", + "endFrame": 74127, + "endTime": "0:49:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74154, + "startTime": "0:49:26.160", + "endFrame": 74463, + "endTime": "0:49:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74484, + "startTime": "0:49:39.390", + "endFrame": 75075, + "endTime": "0:50:3.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75504, + "endTime": "0:50:20.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 75516, + "startTime": "0:50:20.670", + "endFrame": 75790, + "endTime": "0:50:31.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 76015, + "startTime": "0:50:40.620", + "endFrame": 76311, + "endTime": "0:50:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 76549, + "startTime": "0:51:1.980", + "endFrame": 76683, + "endTime": "0:51:7.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 76692, + "startTime": "0:51:7.710", + "endFrame": 76988, + "endTime": "0:51:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 77001, + "startTime": "0:51:20.070", + "endFrame": 77374, + "endTime": "0:51:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 77387, + "startTime": "0:51:35.490", + "endFrame": 78040, + "endTime": "0:52:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 78081, + "startTime": "0:52:3.270", + "endFrame": 78399, + "endTime": "0:52:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 78399, + "startTime": "0:52:15.990", + "endFrame": 78902, + "endTime": "0:52:36.090", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 176, + "startFrame": 78909, + "startTime": "0:52:36.360", + "endFrame": 79387, + "endTime": "0:52:55.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 79435, + "startTime": "0:52:57.420", + "endFrame": 79665, + "endTime": "0:53:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 79665, + "startTime": "0:53:6.600", + "endFrame": 79951, + "endTime": "0:53:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 79960, + "startTime": "0:53:18.420", + "endFrame": 80223, + "endTime": "0:53:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 80238, + "startTime": "0:53:29.520", + "endFrame": 80517, + "endTime": "0:53:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 80542, + "startTime": "0:53:41.700", + "endFrame": 80773, + "endTime": "0:53:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 80797, + "startTime": "0:53:51.900", + "endFrame": 81303, + "endTime": "0:54:12.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 81322, + "startTime": "0:54:12.900", + "endFrame": 82121, + "endTime": "0:54:44.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 82467, + "startTime": "0:54:58.680", + "endFrame": 82590, + "endTime": "0:55:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 82614, + "startTime": "0:55:4.560", + "endFrame": 82896, + "endTime": "0:55:15.870", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 186, + "startFrame": 82926, + "startTime": "0:55:17.070", + "endFrame": 83401, + "endTime": "0:55:36.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 187, + "startFrame": 83788, + "startTime": "0:55:51.540", + "endFrame": 84193, + "endTime": "0:56:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 84533, + "startTime": "0:56:21.330", + "endFrame": 84729, + "endTime": "0:56:29.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 189, + "startFrame": 84739, + "startTime": "0:56:29.580", + "endFrame": 85167, + "endTime": "0:56:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 85194, + "startTime": "0:56:47.790", + "endFrame": 85623, + "endTime": "0:57:4.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 85652, + "startTime": "0:57:6.090", + "endFrame": 86271, + "endTime": "0:57:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 86282, + "startTime": "0:57:31.290", + "endFrame": 86688, + "endTime": "0:57:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 87261, + "startTime": "0:58:10.440", + "endFrame": 87372, + "endTime": "0:58:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 87728, + "startTime": "0:58:29.130", + "endFrame": 88050, + "endTime": "0:58:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 88078, + "startTime": "0:58:43.140", + "endFrame": 88326, + "endTime": "0:58:53.070", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 88335, + "startTime": "0:58:53.430", + "endFrame": 89001, + "endTime": "0:59:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 89149, + "startTime": "0:59:25.980", + "endFrame": 89261, + "endTime": "0:59:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 89275, + "startTime": "0:59:31.020", + "endFrame": 89602, + "endTime": "0:59:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 89648, + "startTime": "0:59:45.930", + "endFrame": 90048, + "endTime": "1:00:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 90087, + "startTime": "1:00:3.480", + "endFrame": 90502, + "endTime": "1:00:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "not on screen", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 90510, + "startTime": "1:00:20.430", + "endFrame": 90870, + "endTime": "1:00:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 90933, + "startTime": "1:00:37.320", + "endFrame": 91131, + "endTime": "1:00:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 91187, + "startTime": "1:00:47.490", + "endFrame": 91428, + "endTime": "1:00:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 91448, + "startTime": "1:00:57.930", + "endFrame": 91773, + "endTime": "1:01:10.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 91794, + "startTime": "1:01:11.760", + "endFrame": 92153, + "endTime": "1:01:26.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 92183, + "startTime": "1:01:27.330", + "endFrame": 92455, + "endTime": "1:01:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 92472, + "startTime": "1:01:38.880", + "endFrame": 92850, + "endTime": "1:01:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 92856, + "startTime": "1:01:54.270", + "endFrame": 93348, + "endTime": "1:02:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 93374, + "startTime": "1:02:14.970", + "endFrame": 93747, + "endTime": "1:02:29.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 210, + "startFrame": 93770, + "startTime": "1:02:30.810", + "endFrame": 94082, + "endTime": "1:02:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 94120, + "startTime": "1:02:44.820", + "endFrame": 94445, + "endTime": "1:02:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_01-rater1.json b/ratings/video_01-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..a16dd0fc1994ce5f9f16eaf0ac1089d3a4cb0244 --- /dev/null +++ b/ratings/video_01-rater1.json @@ -0,0 +1,12672 @@ +[ + { + "clipIdx": 0, + "startFrame": 59, + "startTime": "0:00:2.370", + "endFrame": 498, + "endTime": "0:00:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 523, + "startTime": "0:00:20.940", + "endFrame": 931, + "endTime": "0:00:37.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 2, + "startFrame": 939, + "startTime": "0:00:37.560", + "endFrame": 2309, + "endTime": "0:01:32.370", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 2334, + "startTime": "0:01:33.390", + "endFrame": 2991, + "endTime": "0:01:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 3077, + "startTime": "0:02:3.090", + "endFrame": 3363, + "endTime": "0:02:14.550", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 3380, + "startTime": "0:02:15.210", + "endFrame": 3803, + "endTime": "0:02:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 3819, + "startTime": "0:02:32.790", + "endFrame": 4092, + "endTime": "0:02:43.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 4119, + "startTime": "0:02:44.760", + "endFrame": 4380, + "endTime": "0:02:55.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5409, + "endTime": "0:03:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 5415, + "startTime": "0:03:36.600", + "endFrame": 5676, + "endTime": "0:03:47.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 5689, + "startTime": "0:03:47.580", + "endFrame": 6052, + "endTime": "0:04:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 6093, + "startTime": "0:04:3.720", + "endFrame": 6499, + "endTime": "0:04:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 13531, + "startTime": "0:09:1.260", + "endFrame": 14140, + "endTime": "0:09:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 14169, + "startTime": "0:09:26.760", + "endFrame": 14440, + "endTime": "0:09:37.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 14568, + "startTime": "0:09:42.720", + "endFrame": 14781, + "endTime": "0:09:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 14785, + "startTime": "0:09:51.420", + "endFrame": 15054, + "endTime": "0:10:2.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 15057, + "startTime": "0:10:2.310", + "endFrame": 15567, + "endTime": "0:10:22.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 15573, + "startTime": "0:10:22.950", + "endFrame": 15955, + "endTime": "0:10:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 15992, + "startTime": "0:10:39.690", + "endFrame": 16306, + "endTime": "0:10:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 16360, + "startTime": "0:10:54.420", + "endFrame": 16590, + "endTime": "0:11:3.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 16626, + "startTime": "0:11:5.040", + "endFrame": 17094, + "endTime": "0:11:23.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 17105, + "startTime": "0:11:24.210", + "endFrame": 17454, + "endTime": "0:11:38.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 17499, + "startTime": "0:11:39.960", + "endFrame": 17725, + "endTime": "0:11:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 17753, + "startTime": "0:11:50.130", + "endFrame": 18302, + "endTime": "0:12:12.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 18329, + "startTime": "0:12:13.170", + "endFrame": 18598, + "endTime": "0:12:23.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 18602, + "startTime": "0:12:24.090", + "endFrame": 19097, + "endTime": "0:12:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 19110, + "startTime": "0:12:44.400", + "endFrame": 19442, + "endTime": "0:12:57.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 19470, + "startTime": "0:12:58.830", + "endFrame": 19760, + "endTime": "0:13:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 19768, + "startTime": "0:13:10.740", + "endFrame": 20076, + "endTime": "0:13:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 20125, + "startTime": "0:13:25.020", + "endFrame": 20379, + "endTime": "0:13:35.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 20408, + "startTime": "0:13:36.330", + "endFrame": 20695, + "endTime": "0:13:47.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 20795, + "startTime": "0:13:51.810", + "endFrame": 21124, + "endTime": "0:14:4.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 21139, + "startTime": "0:14:5.580", + "endFrame": 21391, + "endTime": "0:14:15.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 21408, + "startTime": "0:14:16.320", + "endFrame": 21792, + "endTime": "0:14:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 21811, + "startTime": "0:14:32.460", + "endFrame": 22206, + "endTime": "0:14:48.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 22236, + "startTime": "0:14:49.440", + "endFrame": 22476, + "endTime": "0:14:59.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 22502, + "startTime": "0:15:0.090", + "endFrame": 22998, + "endTime": "0:15:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 23035, + "startTime": "0:15:21.420", + "endFrame": 23473, + "endTime": "0:15:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 23494, + "startTime": "0:15:39.780", + "endFrame": 23829, + "endTime": "0:15:53.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 39, + "startFrame": 23848, + "startTime": "0:15:53.940", + "endFrame": 24131, + "endTime": "0:16:5.250", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 24141, + "startTime": "0:16:5.670", + "endFrame": 24696, + "endTime": "0:16:27.840", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 41, + "startFrame": 24717, + "startTime": "0:16:28.710", + "endFrame": 24946, + "endTime": "0:16:37.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 42, + "startFrame": 24978, + "startTime": "0:16:39.120", + "endFrame": 25350, + "endTime": "0:16:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 25367, + "startTime": "0:16:54.690", + "endFrame": 25779, + "endTime": "0:17:11.160", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 25790, + "startTime": "0:17:11.610", + "endFrame": 26153, + "endTime": "0:17:26.130", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 26166, + "startTime": "0:17:26.640", + "endFrame": 26521, + "endTime": "0:17:40.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 26553, + "startTime": "0:17:42.150", + "endFrame": 26916, + "endTime": "0:17:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 26925, + "startTime": "0:17:57.000", + "endFrame": 27516, + "endTime": "0:18:20.670", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.305, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.305, + 0.174 + ], + "bottomright": [ + 0.598, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 27559, + "startTime": "0:18:22.380", + "endFrame": 27794, + "endTime": "0:18:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "not on screen", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 27799, + "startTime": "0:18:31.980", + "endFrame": 28138, + "endTime": "0:18:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 28169, + "startTime": "0:18:46.770", + "endFrame": 28474, + "endTime": "0:18:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 28477, + "startTime": "0:18:59.100", + "endFrame": 29054, + "endTime": "0:19:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 29081, + "startTime": "0:19:23.250", + "endFrame": 29328, + "endTime": "0:19:33.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 53, + "startFrame": 29330, + "startTime": "0:19:33.210", + "endFrame": 29972, + "endTime": "0:19:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 30000, + "startTime": "0:20:0.030", + "endFrame": 30273, + "endTime": "0:20:10.920", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 30305, + "startTime": "0:20:12.210", + "endFrame": 30743, + "endTime": "0:20:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 30770, + "startTime": "0:20:30.840", + "endFrame": 31056, + "endTime": "0:20:42.240", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 31080, + "startTime": "0:20:43.200", + "endFrame": 31518, + "endTime": "0:21:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.174 + ], + "bottomright": [ + 0.339, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 31576, + "startTime": "0:21:3.060", + "endFrame": 32090, + "endTime": "0:21:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 32449, + "startTime": "0:21:37.980", + "endFrame": 32475, + "endTime": "0:21:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 32574, + "startTime": "0:21:42.990", + "endFrame": 32865, + "endTime": "0:21:54.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 33202, + "startTime": "0:22:8.100", + "endFrame": 33253, + "endTime": "0:22:10.140", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 33307, + "startTime": "0:22:12.300", + "endFrame": 33540, + "endTime": "0:22:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 33582, + "startTime": "0:22:23.310", + "endFrame": 33944, + "endTime": "0:22:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 33960, + "startTime": "0:22:38.430", + "endFrame": 34323, + "endTime": "0:22:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 34339, + "startTime": "0:22:53.580", + "endFrame": 34869, + "endTime": "0:23:14.760", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 34901, + "startTime": "0:23:16.050", + "endFrame": 35253, + "endTime": "0:23:30.150", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 35328, + "startTime": "0:23:33.120", + "endFrame": 35891, + "endTime": "0:23:55.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 35896, + "startTime": "0:23:55.860", + "endFrame": 36450, + "endTime": "0:24:18.030", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 36462, + "startTime": "0:24:18.510", + "endFrame": 37000, + "endTime": "0:24:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.825 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.825 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 37002, + "startTime": "0:24:40.110", + "endFrame": 37289, + "endTime": "0:24:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 37300, + "startTime": "0:24:52.020", + "endFrame": 37772, + "endTime": "0:25:10.890", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 37781, + "startTime": "0:25:11.250", + "endFrame": 38270, + "endTime": "0:25:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 38276, + "startTime": "0:25:31.050", + "endFrame": 38534, + "endTime": "0:25:41.370", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 38537, + "startTime": "0:25:41.490", + "endFrame": 39233, + "endTime": "0:26:9.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 39262, + "startTime": "0:26:10.500", + "endFrame": 39520, + "endTime": "0:26:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 39562, + "startTime": "0:26:22.500", + "endFrame": 39800, + "endTime": "0:26:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 39813, + "startTime": "0:26:32.550", + "endFrame": 40145, + "endTime": "0:26:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 40197, + "startTime": "0:26:47.880", + "endFrame": 40607, + "endTime": "0:27:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 40639, + "startTime": "0:27:5.580", + "endFrame": 40867, + "endTime": "0:27:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 40881, + "startTime": "0:27:15.270", + "endFrame": 41221, + "endTime": "0:27:28.860", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 41235, + "startTime": "0:27:29.430", + "endFrame": 41532, + "endTime": "0:27:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 41616, + "startTime": "0:27:44.670", + "endFrame": 41910, + "endTime": "0:27:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 41920, + "startTime": "0:27:56.820", + "endFrame": 42426, + "endTime": "0:28:17.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 42489, + "startTime": "0:28:19.560", + "endFrame": 42732, + "endTime": "0:28:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 45050, + "startTime": "0:30:2.010", + "endFrame": 45381, + "endTime": "0:30:15.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 86, + "startFrame": 45397, + "startTime": "0:30:15.900", + "endFrame": 45627, + "endTime": "0:30:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 45636, + "startTime": "0:30:25.470", + "endFrame": 45946, + "endTime": "0:30:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 46014, + "startTime": "0:30:40.560", + "endFrame": 46199, + "endTime": "0:30:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 46212, + "startTime": "0:30:48.510", + "endFrame": 46550, + "endTime": "0:31:2.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 90, + "startFrame": 46580, + "startTime": "0:31:3.210", + "endFrame": 46840, + "endTime": "0:31:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 46840, + "startTime": "0:31:13.620", + "endFrame": 47108, + "endTime": "0:31:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 47123, + "startTime": "0:31:24.930", + "endFrame": 47514, + "endTime": "0:31:40.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 47548, + "startTime": "0:31:41.940", + "endFrame": 47892, + "endTime": "0:31:55.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 47987, + "startTime": "0:31:59.490", + "endFrame": 48146, + "endTime": "0:32:5.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 48147, + "startTime": "0:32:5.880", + "endFrame": 48543, + "endTime": "0:32:21.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 48552, + "startTime": "0:32:22.080", + "endFrame": 48891, + "endTime": "0:32:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 48901, + "startTime": "0:32:36.060", + "endFrame": 49175, + "endTime": "0:32:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 49189, + "startTime": "0:32:47.580", + "endFrame": 49592, + "endTime": "0:33:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 49664, + "startTime": "0:33:6.570", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 50098, + "startTime": "0:33:23.940", + "endFrame": 50397, + "endTime": "0:33:35.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 50409, + "startTime": "0:33:36.390", + "endFrame": 50858, + "endTime": "0:33:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 50889, + "startTime": "0:33:55.590", + "endFrame": 51324, + "endTime": "0:34:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 51349, + "startTime": "0:34:13.980", + "endFrame": 51574, + "endTime": "0:34:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 51584, + "startTime": "0:34:23.370", + "endFrame": 51882, + "endTime": "0:34:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 51888, + "startTime": "0:34:35.520", + "endFrame": 52140, + "endTime": "0:34:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 52212, + "startTime": "0:34:48.480", + "endFrame": 52644, + "endTime": "0:35:5.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 52673, + "startTime": "0:35:6.930", + "endFrame": 52906, + "endTime": "0:35:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 52926, + "startTime": "0:35:17.040", + "endFrame": 53390, + "endTime": "0:35:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 53417, + "startTime": "0:35:36.720", + "endFrame": 53783, + "endTime": "0:35:51.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 53818, + "startTime": "0:35:52.740", + "endFrame": 54139, + "endTime": "0:36:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 54196, + "startTime": "0:36:7.860", + "endFrame": 54494, + "endTime": "0:36:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 54501, + "startTime": "0:36:20.040", + "endFrame": 54981, + "endTime": "0:36:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 55059, + "startTime": "0:36:42.360", + "endFrame": 55234, + "endTime": "0:36:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 55264, + "startTime": "0:36:50.580", + "endFrame": 55732, + "endTime": "0:37:9.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 55737, + "startTime": "0:37:9.510", + "endFrame": 56123, + "endTime": "0:37:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 56189, + "startTime": "0:37:27.570", + "endFrame": 56510, + "endTime": "0:37:40.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 56591, + "startTime": "0:37:43.650", + "endFrame": 56901, + "endTime": "0:37:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 56958, + "startTime": "0:37:58.350", + "endFrame": 57162, + "endTime": "0:38:6.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 57227, + "startTime": "0:38:9.090", + "endFrame": 57578, + "endTime": "0:38:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 57600, + "startTime": "0:38:24.000", + "endFrame": 57834, + "endTime": "0:38:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 57882, + "startTime": "0:38:35.280", + "endFrame": 58194, + "endTime": "0:38:47.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 58203, + "startTime": "0:38:48.150", + "endFrame": 58613, + "endTime": "0:39:4.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 58647, + "startTime": "0:39:5.880", + "endFrame": 58941, + "endTime": "0:39:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 59010, + "startTime": "0:39:20.430", + "endFrame": 59310, + "endTime": "0:39:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 59361, + "startTime": "0:39:34.440", + "endFrame": 59583, + "endTime": "0:39:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 59645, + "startTime": "0:39:45.810", + "endFrame": 59853, + "endTime": "0:39:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 59892, + "startTime": "0:39:55.710", + "endFrame": 60431, + "endTime": "0:40:17.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 60456, + "startTime": "0:40:18.270", + "endFrame": 60675, + "endTime": "0:40:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 60698, + "startTime": "0:40:27.930", + "endFrame": 61012, + "endTime": "0:40:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 61039, + "startTime": "0:40:41.580", + "endFrame": 61280, + "endTime": "0:40:51.210", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 61316, + "startTime": "0:40:52.680", + "endFrame": 61609, + "endTime": "0:41:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 61667, + "startTime": "0:41:6.720", + "endFrame": 61976, + "endTime": "0:41:19.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 61995, + "startTime": "0:41:19.800", + "endFrame": 62394, + "endTime": "0:41:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 62407, + "startTime": "0:41:36.300", + "endFrame": 62835, + "endTime": "0:41:53.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62911, + "startTime": "0:41:56.460", + "endFrame": 63215, + "endTime": "0:42:8.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63502, + "endTime": "0:42:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 63634, + "startTime": "0:42:25.380", + "endFrame": 63867, + "endTime": "0:42:34.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 138, + "startFrame": 63961, + "startTime": "0:42:38.460", + "endFrame": 64306, + "endTime": "0:42:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 64311, + "startTime": "0:42:52.440", + "endFrame": 64792, + "endTime": "0:43:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64802, + "startTime": "0:43:12.090", + "endFrame": 65163, + "endTime": "0:43:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 65241, + "startTime": "0:43:29.640", + "endFrame": 65442, + "endTime": "0:43:37.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65494, + "startTime": "0:43:39.780", + "endFrame": 66052, + "endTime": "0:44:2.100", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 143, + "startFrame": 66063, + "startTime": "0:44:2.550", + "endFrame": 66327, + "endTime": "0:44:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66331, + "startTime": "0:44:13.260", + "endFrame": 66623, + "endTime": "0:44:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66655, + "startTime": "0:44:26.220", + "endFrame": 66918, + "endTime": "0:44:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66918, + "startTime": "0:44:36.750", + "endFrame": 67238, + "endTime": "0:44:49.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67256, + "startTime": "0:44:50.250", + "endFrame": 67632, + "endTime": "0:45:5.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67650, + "startTime": "0:45:6.030", + "endFrame": 67908, + "endTime": "0:45:16.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67919, + "startTime": "0:45:16.770", + "endFrame": 68228, + "endTime": "0:45:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 68245, + "startTime": "0:45:29.820", + "endFrame": 68739, + "endTime": "0:45:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68772, + "startTime": "0:45:50.880", + "endFrame": 69182, + "endTime": "0:46:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 69211, + "startTime": "0:46:8.460", + "endFrame": 69585, + "endTime": "0:46:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69594, + "startTime": "0:46:23.790", + "endFrame": 70062, + "endTime": "0:46:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 70152, + "startTime": "0:46:46.110", + "endFrame": 70689, + "endTime": "0:47:7.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 70708, + "startTime": "0:47:8.340", + "endFrame": 70950, + "endTime": "0:47:18.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70970, + "startTime": "0:47:18.810", + "endFrame": 71306, + "endTime": "0:47:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 71335, + "startTime": "0:47:33.420", + "endFrame": 71656, + "endTime": "0:47:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 71661, + "startTime": "0:47:46.470", + "endFrame": 72099, + "endTime": "0:48:3.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 72106, + "startTime": "0:48:4.260", + "endFrame": 72368, + "endTime": "0:48:14.730", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 160, + "startFrame": 72376, + "startTime": "0:48:15.060", + "endFrame": 72839, + "endTime": "0:48:33.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 161, + "startFrame": 72888, + "startTime": "0:48:35.550", + "endFrame": 73096, + "endTime": "0:48:43.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73367, + "endTime": "0:48:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73383, + "startTime": "0:48:55.320", + "endFrame": 73686, + "endTime": "0:49:7.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 164, + "startFrame": 73731, + "startTime": "0:49:9.270", + "endFrame": 74127, + "endTime": "0:49:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74154, + "startTime": "0:49:26.160", + "endFrame": 74463, + "endTime": "0:49:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74484, + "startTime": "0:49:39.390", + "endFrame": 75075, + "endTime": "0:50:3.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75504, + "endTime": "0:50:20.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 75516, + "startTime": "0:50:20.670", + "endFrame": 75790, + "endTime": "0:50:31.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 76015, + "startTime": "0:50:40.620", + "endFrame": 76311, + "endTime": "0:50:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 76549, + "startTime": "0:51:1.980", + "endFrame": 76683, + "endTime": "0:51:7.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 76692, + "startTime": "0:51:7.710", + "endFrame": 76988, + "endTime": "0:51:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 77001, + "startTime": "0:51:20.070", + "endFrame": 77374, + "endTime": "0:51:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 77387, + "startTime": "0:51:35.490", + "endFrame": 78040, + "endTime": "0:52:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 78081, + "startTime": "0:52:3.270", + "endFrame": 78399, + "endTime": "0:52:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 78399, + "startTime": "0:52:15.990", + "endFrame": 78902, + "endTime": "0:52:36.090", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 176, + "startFrame": 78909, + "startTime": "0:52:36.360", + "endFrame": 79387, + "endTime": "0:52:55.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 79435, + "startTime": "0:52:57.420", + "endFrame": 79665, + "endTime": "0:53:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 79665, + "startTime": "0:53:6.600", + "endFrame": 79951, + "endTime": "0:53:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 79960, + "startTime": "0:53:18.420", + "endFrame": 80223, + "endTime": "0:53:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 80238, + "startTime": "0:53:29.520", + "endFrame": 80517, + "endTime": "0:53:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 80542, + "startTime": "0:53:41.700", + "endFrame": 80773, + "endTime": "0:53:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 80797, + "startTime": "0:53:51.900", + "endFrame": 81303, + "endTime": "0:54:12.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 81322, + "startTime": "0:54:12.900", + "endFrame": 82121, + "endTime": "0:54:44.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 82467, + "startTime": "0:54:58.680", + "endFrame": 82590, + "endTime": "0:55:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 82614, + "startTime": "0:55:4.560", + "endFrame": 82896, + "endTime": "0:55:15.870", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 186, + "startFrame": 82926, + "startTime": "0:55:17.070", + "endFrame": 83401, + "endTime": "0:55:36.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 187, + "startFrame": 83788, + "startTime": "0:55:51.540", + "endFrame": 84193, + "endTime": "0:56:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 84533, + "startTime": "0:56:21.330", + "endFrame": 84729, + "endTime": "0:56:29.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 189, + "startFrame": 84739, + "startTime": "0:56:29.580", + "endFrame": 85167, + "endTime": "0:56:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 85194, + "startTime": "0:56:47.790", + "endFrame": 85623, + "endTime": "0:57:4.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 85652, + "startTime": "0:57:6.090", + "endFrame": 86271, + "endTime": "0:57:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 86282, + "startTime": "0:57:31.290", + "endFrame": 86688, + "endTime": "0:57:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 87261, + "startTime": "0:58:10.440", + "endFrame": 87372, + "endTime": "0:58:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 87728, + "startTime": "0:58:29.130", + "endFrame": 88050, + "endTime": "0:58:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 88078, + "startTime": "0:58:43.140", + "endFrame": 88326, + "endTime": "0:58:53.070", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 88335, + "startTime": "0:58:53.430", + "endFrame": 89001, + "endTime": "0:59:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 89149, + "startTime": "0:59:25.980", + "endFrame": 89261, + "endTime": "0:59:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 89275, + "startTime": "0:59:31.020", + "endFrame": 89602, + "endTime": "0:59:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 89648, + "startTime": "0:59:45.930", + "endFrame": 90048, + "endTime": "1:00:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 90087, + "startTime": "1:00:3.480", + "endFrame": 90502, + "endTime": "1:00:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "not on screen", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 90510, + "startTime": "1:00:20.430", + "endFrame": 90870, + "endTime": "1:00:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 90933, + "startTime": "1:00:37.320", + "endFrame": 91131, + "endTime": "1:00:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 91187, + "startTime": "1:00:47.490", + "endFrame": 91428, + "endTime": "1:00:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 91448, + "startTime": "1:00:57.930", + "endFrame": 91773, + "endTime": "1:01:10.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 91794, + "startTime": "1:01:11.760", + "endFrame": 92153, + "endTime": "1:01:26.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 92183, + "startTime": "1:01:27.330", + "endFrame": 92455, + "endTime": "1:01:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 92472, + "startTime": "1:01:38.880", + "endFrame": 92850, + "endTime": "1:01:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 92856, + "startTime": "1:01:54.270", + "endFrame": 93348, + "endTime": "1:02:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 93374, + "startTime": "1:02:14.970", + "endFrame": 93747, + "endTime": "1:02:29.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 210, + "startFrame": 93770, + "startTime": "1:02:30.810", + "endFrame": 94082, + "endTime": "1:02:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 94120, + "startTime": "1:02:44.820", + "endFrame": 94445, + "endTime": "1:02:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_01-rater3.json b/ratings/video_01-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..d76accf28d72cf1b096c08d6612403ec7701a275 --- /dev/null +++ b/ratings/video_01-rater3.json @@ -0,0 +1,12672 @@ +[ + { + "clipIdx": 0, + "startFrame": 59, + "startTime": "0:00:2.370", + "endFrame": 498, + "endTime": "0:00:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 523, + "startTime": "0:00:20.940", + "endFrame": 931, + "endTime": "0:00:37.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 2, + "startFrame": 939, + "startTime": "0:00:37.560", + "endFrame": 2309, + "endTime": "0:01:32.370", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 2334, + "startTime": "0:01:33.390", + "endFrame": 2991, + "endTime": "0:01:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 3077, + "startTime": "0:02:3.090", + "endFrame": 3363, + "endTime": "0:02:14.550", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 3380, + "startTime": "0:02:15.210", + "endFrame": 3803, + "endTime": "0:02:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 3819, + "startTime": "0:02:32.790", + "endFrame": 4092, + "endTime": "0:02:43.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 4119, + "startTime": "0:02:44.760", + "endFrame": 4380, + "endTime": "0:02:55.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5409, + "endTime": "0:03:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 5415, + "startTime": "0:03:36.600", + "endFrame": 5676, + "endTime": "0:03:47.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 5689, + "startTime": "0:03:47.580", + "endFrame": 6052, + "endTime": "0:04:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 6093, + "startTime": "0:04:3.720", + "endFrame": 6499, + "endTime": "0:04:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 13531, + "startTime": "0:09:1.260", + "endFrame": 14140, + "endTime": "0:09:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 14169, + "startTime": "0:09:26.760", + "endFrame": 14440, + "endTime": "0:09:37.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 14568, + "startTime": "0:09:42.720", + "endFrame": 14781, + "endTime": "0:09:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 14785, + "startTime": "0:09:51.420", + "endFrame": 15054, + "endTime": "0:10:2.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 15057, + "startTime": "0:10:2.310", + "endFrame": 15567, + "endTime": "0:10:22.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 15573, + "startTime": "0:10:22.950", + "endFrame": 15955, + "endTime": "0:10:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 15992, + "startTime": "0:10:39.690", + "endFrame": 16306, + "endTime": "0:10:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 16360, + "startTime": "0:10:54.420", + "endFrame": 16590, + "endTime": "0:11:3.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 16626, + "startTime": "0:11:5.040", + "endFrame": 17094, + "endTime": "0:11:23.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 17105, + "startTime": "0:11:24.210", + "endFrame": 17454, + "endTime": "0:11:38.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 17499, + "startTime": "0:11:39.960", + "endFrame": 17725, + "endTime": "0:11:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 17753, + "startTime": "0:11:50.130", + "endFrame": 18302, + "endTime": "0:12:12.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 18329, + "startTime": "0:12:13.170", + "endFrame": 18598, + "endTime": "0:12:23.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 18602, + "startTime": "0:12:24.090", + "endFrame": 19097, + "endTime": "0:12:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 19110, + "startTime": "0:12:44.400", + "endFrame": 19442, + "endTime": "0:12:57.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 19470, + "startTime": "0:12:58.830", + "endFrame": 19760, + "endTime": "0:13:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 19768, + "startTime": "0:13:10.740", + "endFrame": 20076, + "endTime": "0:13:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 20125, + "startTime": "0:13:25.020", + "endFrame": 20379, + "endTime": "0:13:35.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 20408, + "startTime": "0:13:36.330", + "endFrame": 20695, + "endTime": "0:13:47.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 20795, + "startTime": "0:13:51.810", + "endFrame": 21124, + "endTime": "0:14:4.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 21139, + "startTime": "0:14:5.580", + "endFrame": 21391, + "endTime": "0:14:15.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 21408, + "startTime": "0:14:16.320", + "endFrame": 21792, + "endTime": "0:14:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 21811, + "startTime": "0:14:32.460", + "endFrame": 22206, + "endTime": "0:14:48.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 22236, + "startTime": "0:14:49.440", + "endFrame": 22476, + "endTime": "0:14:59.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 22502, + "startTime": "0:15:0.090", + "endFrame": 22998, + "endTime": "0:15:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 23035, + "startTime": "0:15:21.420", + "endFrame": 23473, + "endTime": "0:15:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 23494, + "startTime": "0:15:39.780", + "endFrame": 23829, + "endTime": "0:15:53.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 39, + "startFrame": 23848, + "startTime": "0:15:53.940", + "endFrame": 24131, + "endTime": "0:16:5.250", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 24141, + "startTime": "0:16:5.670", + "endFrame": 24696, + "endTime": "0:16:27.840", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 41, + "startFrame": 24717, + "startTime": "0:16:28.710", + "endFrame": 24946, + "endTime": "0:16:37.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 42, + "startFrame": 24978, + "startTime": "0:16:39.120", + "endFrame": 25350, + "endTime": "0:16:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 25367, + "startTime": "0:16:54.690", + "endFrame": 25779, + "endTime": "0:17:11.160", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 25790, + "startTime": "0:17:11.610", + "endFrame": 26153, + "endTime": "0:17:26.130", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 26166, + "startTime": "0:17:26.640", + "endFrame": 26521, + "endTime": "0:17:40.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 26553, + "startTime": "0:17:42.150", + "endFrame": 26916, + "endTime": "0:17:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 26925, + "startTime": "0:17:57.000", + "endFrame": 27516, + "endTime": "0:18:20.670", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.305, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.305, + 0.174 + ], + "bottomright": [ + 0.598, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 27559, + "startTime": "0:18:22.380", + "endFrame": 27794, + "endTime": "0:18:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "not on screen", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 27799, + "startTime": "0:18:31.980", + "endFrame": 28138, + "endTime": "0:18:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 28169, + "startTime": "0:18:46.770", + "endFrame": 28474, + "endTime": "0:18:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 28477, + "startTime": "0:18:59.100", + "endFrame": 29054, + "endTime": "0:19:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 29081, + "startTime": "0:19:23.250", + "endFrame": 29328, + "endTime": "0:19:33.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 53, + "startFrame": 29330, + "startTime": "0:19:33.210", + "endFrame": 29972, + "endTime": "0:19:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 30000, + "startTime": "0:20:0.030", + "endFrame": 30273, + "endTime": "0:20:10.920", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 30305, + "startTime": "0:20:12.210", + "endFrame": 30743, + "endTime": "0:20:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 30770, + "startTime": "0:20:30.840", + "endFrame": 31056, + "endTime": "0:20:42.240", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 31080, + "startTime": "0:20:43.200", + "endFrame": 31518, + "endTime": "0:21:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.174 + ], + "bottomright": [ + 0.339, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 31576, + "startTime": "0:21:3.060", + "endFrame": 32090, + "endTime": "0:21:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 32449, + "startTime": "0:21:37.980", + "endFrame": 32475, + "endTime": "0:21:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 32574, + "startTime": "0:21:42.990", + "endFrame": 32865, + "endTime": "0:21:54.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 33202, + "startTime": "0:22:8.100", + "endFrame": 33253, + "endTime": "0:22:10.140", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 33307, + "startTime": "0:22:12.300", + "endFrame": 33540, + "endTime": "0:22:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 33582, + "startTime": "0:22:23.310", + "endFrame": 33944, + "endTime": "0:22:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 33960, + "startTime": "0:22:38.430", + "endFrame": 34323, + "endTime": "0:22:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 34339, + "startTime": "0:22:53.580", + "endFrame": 34869, + "endTime": "0:23:14.760", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 34901, + "startTime": "0:23:16.050", + "endFrame": 35253, + "endTime": "0:23:30.150", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 35328, + "startTime": "0:23:33.120", + "endFrame": 35891, + "endTime": "0:23:55.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 35896, + "startTime": "0:23:55.860", + "endFrame": 36450, + "endTime": "0:24:18.030", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 36462, + "startTime": "0:24:18.510", + "endFrame": 37000, + "endTime": "0:24:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.825 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.825 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 37002, + "startTime": "0:24:40.110", + "endFrame": 37289, + "endTime": "0:24:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 37300, + "startTime": "0:24:52.020", + "endFrame": 37772, + "endTime": "0:25:10.890", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 37781, + "startTime": "0:25:11.250", + "endFrame": 38270, + "endTime": "0:25:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 38276, + "startTime": "0:25:31.050", + "endFrame": 38534, + "endTime": "0:25:41.370", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 38537, + "startTime": "0:25:41.490", + "endFrame": 39233, + "endTime": "0:26:9.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 39262, + "startTime": "0:26:10.500", + "endFrame": 39520, + "endTime": "0:26:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 39562, + "startTime": "0:26:22.500", + "endFrame": 39800, + "endTime": "0:26:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 39813, + "startTime": "0:26:32.550", + "endFrame": 40145, + "endTime": "0:26:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 40197, + "startTime": "0:26:47.880", + "endFrame": 40607, + "endTime": "0:27:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 40639, + "startTime": "0:27:5.580", + "endFrame": 40867, + "endTime": "0:27:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 40881, + "startTime": "0:27:15.270", + "endFrame": 41221, + "endTime": "0:27:28.860", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 41235, + "startTime": "0:27:29.430", + "endFrame": 41532, + "endTime": "0:27:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 41616, + "startTime": "0:27:44.670", + "endFrame": 41910, + "endTime": "0:27:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 41920, + "startTime": "0:27:56.820", + "endFrame": 42426, + "endTime": "0:28:17.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 42489, + "startTime": "0:28:19.560", + "endFrame": 42732, + "endTime": "0:28:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 45050, + "startTime": "0:30:2.010", + "endFrame": 45381, + "endTime": "0:30:15.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 86, + "startFrame": 45397, + "startTime": "0:30:15.900", + "endFrame": 45627, + "endTime": "0:30:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 45636, + "startTime": "0:30:25.470", + "endFrame": 45946, + "endTime": "0:30:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 46014, + "startTime": "0:30:40.560", + "endFrame": 46199, + "endTime": "0:30:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 46212, + "startTime": "0:30:48.510", + "endFrame": 46550, + "endTime": "0:31:2.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 90, + "startFrame": 46580, + "startTime": "0:31:3.210", + "endFrame": 46840, + "endTime": "0:31:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 46840, + "startTime": "0:31:13.620", + "endFrame": 47108, + "endTime": "0:31:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 47123, + "startTime": "0:31:24.930", + "endFrame": 47514, + "endTime": "0:31:40.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 47548, + "startTime": "0:31:41.940", + "endFrame": 47892, + "endTime": "0:31:55.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 47987, + "startTime": "0:31:59.490", + "endFrame": 48146, + "endTime": "0:32:5.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 48147, + "startTime": "0:32:5.880", + "endFrame": 48543, + "endTime": "0:32:21.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 48552, + "startTime": "0:32:22.080", + "endFrame": 48891, + "endTime": "0:32:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 48901, + "startTime": "0:32:36.060", + "endFrame": 49175, + "endTime": "0:32:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 49189, + "startTime": "0:32:47.580", + "endFrame": 49592, + "endTime": "0:33:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 49664, + "startTime": "0:33:6.570", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 50098, + "startTime": "0:33:23.940", + "endFrame": 50397, + "endTime": "0:33:35.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 50409, + "startTime": "0:33:36.390", + "endFrame": 50858, + "endTime": "0:33:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 50889, + "startTime": "0:33:55.590", + "endFrame": 51324, + "endTime": "0:34:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 51349, + "startTime": "0:34:13.980", + "endFrame": 51574, + "endTime": "0:34:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 51584, + "startTime": "0:34:23.370", + "endFrame": 51882, + "endTime": "0:34:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 51888, + "startTime": "0:34:35.520", + "endFrame": 52140, + "endTime": "0:34:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 52212, + "startTime": "0:34:48.480", + "endFrame": 52644, + "endTime": "0:35:5.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 52673, + "startTime": "0:35:6.930", + "endFrame": 52906, + "endTime": "0:35:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 52926, + "startTime": "0:35:17.040", + "endFrame": 53390, + "endTime": "0:35:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 53417, + "startTime": "0:35:36.720", + "endFrame": 53783, + "endTime": "0:35:51.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 53818, + "startTime": "0:35:52.740", + "endFrame": 54139, + "endTime": "0:36:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 54196, + "startTime": "0:36:7.860", + "endFrame": 54494, + "endTime": "0:36:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 54501, + "startTime": "0:36:20.040", + "endFrame": 54981, + "endTime": "0:36:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 55059, + "startTime": "0:36:42.360", + "endFrame": 55234, + "endTime": "0:36:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 55264, + "startTime": "0:36:50.580", + "endFrame": 55732, + "endTime": "0:37:9.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 55737, + "startTime": "0:37:9.510", + "endFrame": 56123, + "endTime": "0:37:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 56189, + "startTime": "0:37:27.570", + "endFrame": 56510, + "endTime": "0:37:40.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 56591, + "startTime": "0:37:43.650", + "endFrame": 56901, + "endTime": "0:37:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 56958, + "startTime": "0:37:58.350", + "endFrame": 57162, + "endTime": "0:38:6.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 57227, + "startTime": "0:38:9.090", + "endFrame": 57578, + "endTime": "0:38:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 57600, + "startTime": "0:38:24.000", + "endFrame": 57834, + "endTime": "0:38:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 57882, + "startTime": "0:38:35.280", + "endFrame": 58194, + "endTime": "0:38:47.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 58203, + "startTime": "0:38:48.150", + "endFrame": 58613, + "endTime": "0:39:4.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 58647, + "startTime": "0:39:5.880", + "endFrame": 58941, + "endTime": "0:39:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 59010, + "startTime": "0:39:20.430", + "endFrame": 59310, + "endTime": "0:39:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 59361, + "startTime": "0:39:34.440", + "endFrame": 59583, + "endTime": "0:39:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 59645, + "startTime": "0:39:45.810", + "endFrame": 59853, + "endTime": "0:39:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 59892, + "startTime": "0:39:55.710", + "endFrame": 60431, + "endTime": "0:40:17.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 60456, + "startTime": "0:40:18.270", + "endFrame": 60675, + "endTime": "0:40:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 60698, + "startTime": "0:40:27.930", + "endFrame": 61012, + "endTime": "0:40:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 61039, + "startTime": "0:40:41.580", + "endFrame": 61280, + "endTime": "0:40:51.210", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 61316, + "startTime": "0:40:52.680", + "endFrame": 61609, + "endTime": "0:41:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 61667, + "startTime": "0:41:6.720", + "endFrame": 61976, + "endTime": "0:41:19.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 61995, + "startTime": "0:41:19.800", + "endFrame": 62394, + "endTime": "0:41:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 62407, + "startTime": "0:41:36.300", + "endFrame": 62835, + "endTime": "0:41:53.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62911, + "startTime": "0:41:56.460", + "endFrame": 63215, + "endTime": "0:42:8.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63502, + "endTime": "0:42:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 63634, + "startTime": "0:42:25.380", + "endFrame": 63867, + "endTime": "0:42:34.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 138, + "startFrame": 63961, + "startTime": "0:42:38.460", + "endFrame": 64306, + "endTime": "0:42:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 64311, + "startTime": "0:42:52.440", + "endFrame": 64792, + "endTime": "0:43:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64802, + "startTime": "0:43:12.090", + "endFrame": 65163, + "endTime": "0:43:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 65241, + "startTime": "0:43:29.640", + "endFrame": 65442, + "endTime": "0:43:37.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65494, + "startTime": "0:43:39.780", + "endFrame": 66052, + "endTime": "0:44:2.100", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 143, + "startFrame": 66063, + "startTime": "0:44:2.550", + "endFrame": 66327, + "endTime": "0:44:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66331, + "startTime": "0:44:13.260", + "endFrame": 66623, + "endTime": "0:44:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66655, + "startTime": "0:44:26.220", + "endFrame": 66918, + "endTime": "0:44:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66918, + "startTime": "0:44:36.750", + "endFrame": 67238, + "endTime": "0:44:49.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67256, + "startTime": "0:44:50.250", + "endFrame": 67632, + "endTime": "0:45:5.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67650, + "startTime": "0:45:6.030", + "endFrame": 67908, + "endTime": "0:45:16.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67919, + "startTime": "0:45:16.770", + "endFrame": 68228, + "endTime": "0:45:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 68245, + "startTime": "0:45:29.820", + "endFrame": 68739, + "endTime": "0:45:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68772, + "startTime": "0:45:50.880", + "endFrame": 69182, + "endTime": "0:46:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 69211, + "startTime": "0:46:8.460", + "endFrame": 69585, + "endTime": "0:46:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69594, + "startTime": "0:46:23.790", + "endFrame": 70062, + "endTime": "0:46:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 70152, + "startTime": "0:46:46.110", + "endFrame": 70689, + "endTime": "0:47:7.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 70708, + "startTime": "0:47:8.340", + "endFrame": 70950, + "endTime": "0:47:18.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70970, + "startTime": "0:47:18.810", + "endFrame": 71306, + "endTime": "0:47:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 71335, + "startTime": "0:47:33.420", + "endFrame": 71656, + "endTime": "0:47:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 71661, + "startTime": "0:47:46.470", + "endFrame": 72099, + "endTime": "0:48:3.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 72106, + "startTime": "0:48:4.260", + "endFrame": 72368, + "endTime": "0:48:14.730", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 160, + "startFrame": 72376, + "startTime": "0:48:15.060", + "endFrame": 72839, + "endTime": "0:48:33.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 161, + "startFrame": 72888, + "startTime": "0:48:35.550", + "endFrame": 73096, + "endTime": "0:48:43.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73367, + "endTime": "0:48:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73383, + "startTime": "0:48:55.320", + "endFrame": 73686, + "endTime": "0:49:7.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 164, + "startFrame": 73731, + "startTime": "0:49:9.270", + "endFrame": 74127, + "endTime": "0:49:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74154, + "startTime": "0:49:26.160", + "endFrame": 74463, + "endTime": "0:49:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74484, + "startTime": "0:49:39.390", + "endFrame": 75075, + "endTime": "0:50:3.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75504, + "endTime": "0:50:20.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 75516, + "startTime": "0:50:20.670", + "endFrame": 75790, + "endTime": "0:50:31.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 76015, + "startTime": "0:50:40.620", + "endFrame": 76311, + "endTime": "0:50:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 76549, + "startTime": "0:51:1.980", + "endFrame": 76683, + "endTime": "0:51:7.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 76692, + "startTime": "0:51:7.710", + "endFrame": 76988, + "endTime": "0:51:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 77001, + "startTime": "0:51:20.070", + "endFrame": 77374, + "endTime": "0:51:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 77387, + "startTime": "0:51:35.490", + "endFrame": 78040, + "endTime": "0:52:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 78081, + "startTime": "0:52:3.270", + "endFrame": 78399, + "endTime": "0:52:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 78399, + "startTime": "0:52:15.990", + "endFrame": 78902, + "endTime": "0:52:36.090", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 176, + "startFrame": 78909, + "startTime": "0:52:36.360", + "endFrame": 79387, + "endTime": "0:52:55.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 79435, + "startTime": "0:52:57.420", + "endFrame": 79665, + "endTime": "0:53:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 79665, + "startTime": "0:53:6.600", + "endFrame": 79951, + "endTime": "0:53:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 79960, + "startTime": "0:53:18.420", + "endFrame": 80223, + "endTime": "0:53:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 80238, + "startTime": "0:53:29.520", + "endFrame": 80517, + "endTime": "0:53:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 80542, + "startTime": "0:53:41.700", + "endFrame": 80773, + "endTime": "0:53:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 80797, + "startTime": "0:53:51.900", + "endFrame": 81303, + "endTime": "0:54:12.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 81322, + "startTime": "0:54:12.900", + "endFrame": 82121, + "endTime": "0:54:44.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 82467, + "startTime": "0:54:58.680", + "endFrame": 82590, + "endTime": "0:55:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 82614, + "startTime": "0:55:4.560", + "endFrame": 82896, + "endTime": "0:55:15.870", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 186, + "startFrame": 82926, + "startTime": "0:55:17.070", + "endFrame": 83401, + "endTime": "0:55:36.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 187, + "startFrame": 83788, + "startTime": "0:55:51.540", + "endFrame": 84193, + "endTime": "0:56:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 84533, + "startTime": "0:56:21.330", + "endFrame": 84729, + "endTime": "0:56:29.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 189, + "startFrame": 84739, + "startTime": "0:56:29.580", + "endFrame": 85167, + "endTime": "0:56:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 85194, + "startTime": "0:56:47.790", + "endFrame": 85623, + "endTime": "0:57:4.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 85652, + "startTime": "0:57:6.090", + "endFrame": 86271, + "endTime": "0:57:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 86282, + "startTime": "0:57:31.290", + "endFrame": 86688, + "endTime": "0:57:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 87261, + "startTime": "0:58:10.440", + "endFrame": 87372, + "endTime": "0:58:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 87728, + "startTime": "0:58:29.130", + "endFrame": 88050, + "endTime": "0:58:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 88078, + "startTime": "0:58:43.140", + "endFrame": 88326, + "endTime": "0:58:53.070", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 88335, + "startTime": "0:58:53.430", + "endFrame": 89001, + "endTime": "0:59:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 89149, + "startTime": "0:59:25.980", + "endFrame": 89261, + "endTime": "0:59:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 89275, + "startTime": "0:59:31.020", + "endFrame": 89602, + "endTime": "0:59:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 89648, + "startTime": "0:59:45.930", + "endFrame": 90048, + "endTime": "1:00:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 90087, + "startTime": "1:00:3.480", + "endFrame": 90502, + "endTime": "1:00:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "not on screen", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 90510, + "startTime": "1:00:20.430", + "endFrame": 90870, + "endTime": "1:00:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 90933, + "startTime": "1:00:37.320", + "endFrame": 91131, + "endTime": "1:00:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 91187, + "startTime": "1:00:47.490", + "endFrame": 91428, + "endTime": "1:00:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 91448, + "startTime": "1:00:57.930", + "endFrame": 91773, + "endTime": "1:01:10.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 91794, + "startTime": "1:01:11.760", + "endFrame": 92153, + "endTime": "1:01:26.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 92183, + "startTime": "1:01:27.330", + "endFrame": 92455, + "endTime": "1:01:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 92472, + "startTime": "1:01:38.880", + "endFrame": 92850, + "endTime": "1:01:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 92856, + "startTime": "1:01:54.270", + "endFrame": 93348, + "endTime": "1:02:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 93374, + "startTime": "1:02:14.970", + "endFrame": 93747, + "endTime": "1:02:29.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 210, + "startFrame": 93770, + "startTime": "1:02:30.810", + "endFrame": 94082, + "endTime": "1:02:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 94120, + "startTime": "1:02:44.820", + "endFrame": 94445, + "endTime": "1:02:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_01-rater4.json b/ratings/video_01-rater4.json new file mode 100644 index 0000000000000000000000000000000000000000..63a4546305c5d9b4b5cae4b497d07a7df0c821e5 --- /dev/null +++ b/ratings/video_01-rater4.json @@ -0,0 +1,16389 @@ +[ + { + "clipIdx": 0, + "startFrame": 59, + "startTime": "0:00:2.370", + "endFrame": 498, + "endTime": "0:00:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 523, + "startTime": "0:00:20.940", + "endFrame": 931, + "endTime": "0:00:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.39 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.39 + ], + "bottomright": [ + 0.662, + 0.607 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 939, + "startTime": "0:00:37.560", + "endFrame": 2309, + "endTime": "0:01:32.370", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 2334, + "startTime": "0:01:33.390", + "endFrame": 2991, + "endTime": "0:01:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 3077, + "startTime": "0:02:3.090", + "endFrame": 3363, + "endTime": "0:02:14.550", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 3380, + "startTime": "0:02:15.210", + "endFrame": 3803, + "endTime": "0:02:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 3819, + "startTime": "0:02:32.790", + "endFrame": 4092, + "endTime": "0:02:43.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 4119, + "startTime": "0:02:44.760", + "endFrame": 4380, + "endTime": "0:02:55.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5409, + "endTime": "0:03:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 5415, + "startTime": "0:03:36.600", + "endFrame": 5676, + "endTime": "0:03:47.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 5689, + "startTime": "0:03:47.580", + "endFrame": 6052, + "endTime": "0:04:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 6093, + "startTime": "0:04:3.720", + "endFrame": 6499, + "endTime": "0:04:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 13531, + "startTime": "0:09:1.260", + "endFrame": 14140, + "endTime": "0:09:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 14169, + "startTime": "0:09:26.760", + "endFrame": 14440, + "endTime": "0:09:37.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 14568, + "startTime": "0:09:42.720", + "endFrame": 14781, + "endTime": "0:09:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 14785, + "startTime": "0:09:51.420", + "endFrame": 15054, + "endTime": "0:10:2.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 15057, + "startTime": "0:10:2.310", + "endFrame": 15567, + "endTime": "0:10:22.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 15573, + "startTime": "0:10:22.950", + "endFrame": 15955, + "endTime": "0:10:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 15992, + "startTime": "0:10:39.690", + "endFrame": 16306, + "endTime": "0:10:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 16360, + "startTime": "0:10:54.420", + "endFrame": 16590, + "endTime": "0:11:3.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 16626, + "startTime": "0:11:5.040", + "endFrame": 17094, + "endTime": "0:11:23.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 17105, + "startTime": "0:11:24.210", + "endFrame": 17454, + "endTime": "0:11:38.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 17499, + "startTime": "0:11:39.960", + "endFrame": 17725, + "endTime": "0:11:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 17753, + "startTime": "0:11:50.130", + "endFrame": 18302, + "endTime": "0:12:12.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 18329, + "startTime": "0:12:13.170", + "endFrame": 18598, + "endTime": "0:12:23.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.39 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.39 + ], + "bottomright": [ + 0.987, + 0.607 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 18602, + "startTime": "0:12:24.090", + "endFrame": 19097, + "endTime": "0:12:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 19110, + "startTime": "0:12:44.400", + "endFrame": 19442, + "endTime": "0:12:57.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 19470, + "startTime": "0:12:58.830", + "endFrame": 19760, + "endTime": "0:13:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 19768, + "startTime": "0:13:10.740", + "endFrame": 20076, + "endTime": "0:13:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 20125, + "startTime": "0:13:25.020", + "endFrame": 20379, + "endTime": "0:13:35.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 20408, + "startTime": "0:13:36.330", + "endFrame": 20695, + "endTime": "0:13:47.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 20795, + "startTime": "0:13:51.810", + "endFrame": 21124, + "endTime": "0:14:4.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 21139, + "startTime": "0:14:5.580", + "endFrame": 21391, + "endTime": "0:14:15.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 21408, + "startTime": "0:14:16.320", + "endFrame": 21792, + "endTime": "0:14:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 21811, + "startTime": "0:14:32.460", + "endFrame": 22206, + "endTime": "0:14:48.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 22236, + "startTime": "0:14:49.440", + "endFrame": 22476, + "endTime": "0:14:59.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 22502, + "startTime": "0:15:0.090", + "endFrame": 22998, + "endTime": "0:15:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 23035, + "startTime": "0:15:21.420", + "endFrame": 23473, + "endTime": "0:15:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 23494, + "startTime": "0:15:39.780", + "endFrame": 23829, + "endTime": "0:15:53.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "Not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.39 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.39 + ], + "bottomright": [ + 0.987, + 0.607 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 23848, + "startTime": "0:15:53.940", + "endFrame": 24131, + "endTime": "0:16:5.250", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 24141, + "startTime": "0:16:5.670", + "endFrame": 24696, + "endTime": "0:16:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.627, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.499 + ], + "bottomright": [ + 0.473, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.473, + 0.499 + ], + "bottomright": [ + 0.781, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 24717, + "startTime": "0:16:28.710", + "endFrame": 24946, + "endTime": "0:16:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.322, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.322, + 0.174 + ], + "bottomright": [ + 0.632, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.499 + ], + "bottomright": [ + 0.477, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.477, + 0.499 + ], + "bottomright": [ + 0.787, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 24978, + "startTime": "0:16:39.120", + "endFrame": 25350, + "endTime": "0:16:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 25367, + "startTime": "0:16:54.690", + "endFrame": 25779, + "endTime": "0:17:11.160", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 25790, + "startTime": "0:17:11.610", + "endFrame": 26153, + "endTime": "0:17:26.130", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.627, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.499 + ], + "bottomright": [ + 0.473, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.473, + 0.499 + ], + "bottomright": [ + 0.781, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 26166, + "startTime": "0:17:26.640", + "endFrame": 26521, + "endTime": "0:17:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.627, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.499 + ], + "bottomright": [ + 0.473, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.473, + 0.499 + ], + "bottomright": [ + 0.781, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 26553, + "startTime": "0:17:42.150", + "endFrame": 26916, + "endTime": "0:17:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 26925, + "startTime": "0:17:57.000", + "endFrame": 27516, + "endTime": "0:18:20.670", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.305, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.305, + 0.174 + ], + "bottomright": [ + 0.598, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.158, + 0.499 + ], + "bottomright": [ + 0.451, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.451, + 0.499 + ], + "bottomright": [ + 0.744, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 27559, + "startTime": "0:18:22.380", + "endFrame": 27794, + "endTime": "0:18:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.499 + ], + "bottomright": [ + 0.474, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 27799, + "startTime": "0:18:31.980", + "endFrame": 28138, + "endTime": "0:18:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 28169, + "startTime": "0:18:46.770", + "endFrame": 28474, + "endTime": "0:18:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 28477, + "startTime": "0:18:59.100", + "endFrame": 29054, + "endTime": "0:19:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 29081, + "startTime": "0:19:23.250", + "endFrame": 29328, + "endTime": "0:19:33.150", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.317, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.317, + 0.174 + ], + "bottomright": [ + 0.623, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.164, + 0.499 + ], + "bottomright": [ + 0.47, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0.499 + ], + "bottomright": [ + 0.775, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 29330, + "startTime": "0:19:33.210", + "endFrame": 29972, + "endTime": "0:19:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 30000, + "startTime": "0:20:0.030", + "endFrame": 30273, + "endTime": "0:20:10.920", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 30305, + "startTime": "0:20:12.210", + "endFrame": 30743, + "endTime": "0:20:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 30770, + "startTime": "0:20:30.840", + "endFrame": 31056, + "endTime": "0:20:42.240", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 31080, + "startTime": "0:20:43.200", + "endFrame": 31518, + "endTime": "0:21:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.174 + ], + "bottomright": [ + 0.339, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 31576, + "startTime": "0:21:3.060", + "endFrame": 32090, + "endTime": "0:21:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 32449, + "startTime": "0:21:37.980", + "endFrame": 32475, + "endTime": "0:21:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 32574, + "startTime": "0:21:42.990", + "endFrame": 32865, + "endTime": "0:21:54.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 33202, + "startTime": "0:22:8.100", + "endFrame": 33253, + "endTime": "0:22:10.140", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 33307, + "startTime": "0:22:12.300", + "endFrame": 33540, + "endTime": "0:22:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 33582, + "startTime": "0:22:23.310", + "endFrame": 33944, + "endTime": "0:22:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 33960, + "startTime": "0:22:38.430", + "endFrame": 34323, + "endTime": "0:22:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 34339, + "startTime": "0:22:53.580", + "endFrame": 34869, + "endTime": "0:23:14.760", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 34901, + "startTime": "0:23:16.050", + "endFrame": 35253, + "endTime": "0:23:30.150", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 35328, + "startTime": "0:23:33.120", + "endFrame": 35891, + "endTime": "0:23:55.650", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 35896, + "startTime": "0:23:55.860", + "endFrame": 36450, + "endTime": "0:24:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 36462, + "startTime": "0:24:18.510", + "endFrame": 37000, + "endTime": "0:24:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.172 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.172 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.825 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.825 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 37002, + "startTime": "0:24:40.110", + "endFrame": 37289, + "endTime": "0:24:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 37300, + "startTime": "0:24:52.020", + "endFrame": 37772, + "endTime": "0:25:10.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.607 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 37781, + "startTime": "0:25:11.250", + "endFrame": 38270, + "endTime": "0:25:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 38276, + "startTime": "0:25:31.050", + "endFrame": 38534, + "endTime": "0:25:41.370", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.172 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.172 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.825 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.825 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 38537, + "startTime": "0:25:41.490", + "endFrame": 39233, + "endTime": "0:26:9.330", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.291, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.291, + 0.174 + ], + "bottomright": [ + 0.571, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.152, + 0.499 + ], + "bottomright": [ + 0.431, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.431, + 0.499 + ], + "bottomright": [ + 0.711, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 39262, + "startTime": "0:26:10.500", + "endFrame": 39520, + "endTime": "0:26:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 39562, + "startTime": "0:26:22.500", + "endFrame": 39800, + "endTime": "0:26:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 39813, + "startTime": "0:26:32.550", + "endFrame": 40145, + "endTime": "0:26:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 40197, + "startTime": "0:26:47.880", + "endFrame": 40607, + "endTime": "0:27:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 40639, + "startTime": "0:27:5.580", + "endFrame": 40867, + "endTime": "0:27:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 40881, + "startTime": "0:27:15.270", + "endFrame": 41221, + "endTime": "0:27:28.860", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 41235, + "startTime": "0:27:29.430", + "endFrame": 41532, + "endTime": "0:27:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 41616, + "startTime": "0:27:44.670", + "endFrame": 41910, + "endTime": "0:27:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 41920, + "startTime": "0:27:56.820", + "endFrame": 42426, + "endTime": "0:28:17.070", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.5, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 42489, + "startTime": "0:28:19.560", + "endFrame": 42732, + "endTime": "0:28:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 45050, + "startTime": "0:30:2.010", + "endFrame": 45381, + "endTime": "0:30:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.5 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 45397, + "startTime": "0:30:15.900", + "endFrame": 45627, + "endTime": "0:30:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.252, + 0.499 + ], + "bottomright": [ + 0.749, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 45636, + "startTime": "0:30:25.470", + "endFrame": 45946, + "endTime": "0:30:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.252, + 0.499 + ], + "bottomright": [ + 0.749, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 46014, + "startTime": "0:30:40.560", + "endFrame": 46199, + "endTime": "0:30:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 46212, + "startTime": "0:30:48.510", + "endFrame": 46550, + "endTime": "0:31:2.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 46580, + "startTime": "0:31:3.210", + "endFrame": 46840, + "endTime": "0:31:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 46840, + "startTime": "0:31:13.620", + "endFrame": 47108, + "endTime": "0:31:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.016, + 0.174 + ], + "bottomright": [ + 0.339, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 47123, + "startTime": "0:31:24.930", + "endFrame": 47514, + "endTime": "0:31:40.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 47548, + "startTime": "0:31:41.940", + "endFrame": 47892, + "endTime": "0:31:55.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 47987, + "startTime": "0:31:59.490", + "endFrame": 48146, + "endTime": "0:32:5.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 48147, + "startTime": "0:32:5.880", + "endFrame": 48543, + "endTime": "0:32:21.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 48552, + "startTime": "0:32:22.080", + "endFrame": 48891, + "endTime": "0:32:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 48901, + "startTime": "0:32:36.060", + "endFrame": 49175, + "endTime": "0:32:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 49189, + "startTime": "0:32:47.580", + "endFrame": 49592, + "endTime": "0:33:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 49664, + "startTime": "0:33:6.570", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 50098, + "startTime": "0:33:23.940", + "endFrame": 50397, + "endTime": "0:33:35.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 50409, + "startTime": "0:33:36.390", + "endFrame": 50858, + "endTime": "0:33:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 50889, + "startTime": "0:33:55.590", + "endFrame": 51324, + "endTime": "0:34:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 51349, + "startTime": "0:34:13.980", + "endFrame": 51574, + "endTime": "0:34:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 51584, + "startTime": "0:34:23.370", + "endFrame": 51882, + "endTime": "0:34:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 51888, + "startTime": "0:34:35.520", + "endFrame": 52140, + "endTime": "0:34:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 52212, + "startTime": "0:34:48.480", + "endFrame": 52644, + "endTime": "0:35:5.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 52673, + "startTime": "0:35:6.930", + "endFrame": 52906, + "endTime": "0:35:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 52926, + "startTime": "0:35:17.040", + "endFrame": 53390, + "endTime": "0:35:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 53417, + "startTime": "0:35:36.720", + "endFrame": 53783, + "endTime": "0:35:51.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 53818, + "startTime": "0:35:52.740", + "endFrame": 54139, + "endTime": "0:36:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 54196, + "startTime": "0:36:7.860", + "endFrame": 54494, + "endTime": "0:36:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.499 + ], + "bottomright": [ + 0.501, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 54501, + "startTime": "0:36:20.040", + "endFrame": 54981, + "endTime": "0:36:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 55059, + "startTime": "0:36:42.360", + "endFrame": 55234, + "endTime": "0:36:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 55264, + "startTime": "0:36:50.580", + "endFrame": 55732, + "endTime": "0:37:9.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 55737, + "startTime": "0:37:9.510", + "endFrame": 56123, + "endTime": "0:37:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 56189, + "startTime": "0:37:27.570", + "endFrame": 56510, + "endTime": "0:37:40.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 56591, + "startTime": "0:37:43.650", + "endFrame": 56901, + "endTime": "0:37:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 56958, + "startTime": "0:37:58.350", + "endFrame": 57162, + "endTime": "0:38:6.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 57227, + "startTime": "0:38:9.090", + "endFrame": 57578, + "endTime": "0:38:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 57600, + "startTime": "0:38:24.000", + "endFrame": 57834, + "endTime": "0:38:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 57882, + "startTime": "0:38:35.280", + "endFrame": 58194, + "endTime": "0:38:47.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 58203, + "startTime": "0:38:48.150", + "endFrame": 58613, + "endTime": "0:39:4.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 58647, + "startTime": "0:39:5.880", + "endFrame": 58941, + "endTime": "0:39:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 59010, + "startTime": "0:39:20.430", + "endFrame": 59310, + "endTime": "0:39:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 59361, + "startTime": "0:39:34.440", + "endFrame": 59583, + "endTime": "0:39:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 59645, + "startTime": "0:39:45.810", + "endFrame": 59853, + "endTime": "0:39:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 59892, + "startTime": "0:39:55.710", + "endFrame": 60431, + "endTime": "0:40:17.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 60456, + "startTime": "0:40:18.270", + "endFrame": 60675, + "endTime": "0:40:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 60698, + "startTime": "0:40:27.930", + "endFrame": 61012, + "endTime": "0:40:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 61039, + "startTime": "0:40:41.580", + "endFrame": 61280, + "endTime": "0:40:51.210", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.39 + ], + "bottomright": [ + 0.337, + 0.607 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.174, + 0.607 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.607 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 61316, + "startTime": "0:40:52.680", + "endFrame": 61609, + "endTime": "0:41:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 61667, + "startTime": "0:41:6.720", + "endFrame": 61976, + "endTime": "0:41:19.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 61995, + "startTime": "0:41:19.800", + "endFrame": 62394, + "endTime": "0:41:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 62407, + "startTime": "0:41:36.300", + "endFrame": 62835, + "endTime": "0:41:53.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62911, + "startTime": "0:41:56.460", + "endFrame": 63215, + "endTime": "0:42:8.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63502, + "endTime": "0:42:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 63634, + "startTime": "0:42:25.380", + "endFrame": 63867, + "endTime": "0:42:34.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.39 + ], + "bottomright": [ + 0.337, + 0.607 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.174, + 0.607 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.607 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 63961, + "startTime": "0:42:38.460", + "endFrame": 64306, + "endTime": "0:42:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.39 + ], + "bottomright": [ + 0.337, + 0.607 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.607 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.607 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 64311, + "startTime": "0:42:52.440", + "endFrame": 64792, + "endTime": "0:43:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64802, + "startTime": "0:43:12.090", + "endFrame": 65163, + "endTime": "0:43:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 65241, + "startTime": "0:43:29.640", + "endFrame": 65442, + "endTime": "0:43:37.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65494, + "startTime": "0:43:39.780", + "endFrame": 66052, + "endTime": "0:44:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.39 + ], + "bottomright": [ + 0.337, + 0.607 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.607 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.607 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 66063, + "startTime": "0:44:2.550", + "endFrame": 66327, + "endTime": "0:44:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66331, + "startTime": "0:44:13.260", + "endFrame": 66623, + "endTime": "0:44:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66655, + "startTime": "0:44:26.220", + "endFrame": 66918, + "endTime": "0:44:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66918, + "startTime": "0:44:36.750", + "endFrame": 67238, + "endTime": "0:44:49.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67256, + "startTime": "0:44:50.250", + "endFrame": 67632, + "endTime": "0:45:5.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67650, + "startTime": "0:45:6.030", + "endFrame": 67908, + "endTime": "0:45:16.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67919, + "startTime": "0:45:16.770", + "endFrame": 68228, + "endTime": "0:45:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 68245, + "startTime": "0:45:29.820", + "endFrame": 68739, + "endTime": "0:45:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68772, + "startTime": "0:45:50.880", + "endFrame": 69182, + "endTime": "0:46:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 69211, + "startTime": "0:46:8.460", + "endFrame": 69585, + "endTime": "0:46:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69594, + "startTime": "0:46:23.790", + "endFrame": 70062, + "endTime": "0:46:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 70152, + "startTime": "0:46:46.110", + "endFrame": 70689, + "endTime": "0:47:7.590", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 70708, + "startTime": "0:47:8.340", + "endFrame": 70950, + "endTime": "0:47:18.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70970, + "startTime": "0:47:18.810", + "endFrame": 71306, + "endTime": "0:47:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 71335, + "startTime": "0:47:33.420", + "endFrame": 71656, + "endTime": "0:47:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 71661, + "startTime": "0:47:46.470", + "endFrame": 72099, + "endTime": "0:48:3.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 72106, + "startTime": "0:48:4.260", + "endFrame": 72368, + "endTime": "0:48:14.730", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 72376, + "startTime": "0:48:15.060", + "endFrame": 72839, + "endTime": "0:48:33.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 72888, + "startTime": "0:48:35.550", + "endFrame": 73096, + "endTime": "0:48:43.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73367, + "endTime": "0:48:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73383, + "startTime": "0:48:55.320", + "endFrame": 73686, + "endTime": "0:49:7.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.337, + 0.39 + ], + "bottomright": [ + 0.662, + 0.607 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.607 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.607 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73731, + "startTime": "0:49:9.270", + "endFrame": 74127, + "endTime": "0:49:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74154, + "startTime": "0:49:26.160", + "endFrame": 74463, + "endTime": "0:49:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74484, + "startTime": "0:49:39.390", + "endFrame": 75075, + "endTime": "0:50:3.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75504, + "endTime": "0:50:20.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 75516, + "startTime": "0:50:20.670", + "endFrame": 75790, + "endTime": "0:50:31.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 76015, + "startTime": "0:50:40.620", + "endFrame": 76311, + "endTime": "0:50:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 76549, + "startTime": "0:51:1.980", + "endFrame": 76683, + "endTime": "0:51:7.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 76692, + "startTime": "0:51:7.710", + "endFrame": 76988, + "endTime": "0:51:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 77001, + "startTime": "0:51:20.070", + "endFrame": 77374, + "endTime": "0:51:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 77387, + "startTime": "0:51:35.490", + "endFrame": 78040, + "endTime": "0:52:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 78081, + "startTime": "0:52:3.270", + "endFrame": 78399, + "endTime": "0:52:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 78399, + "startTime": "0:52:15.990", + "endFrame": 78902, + "endTime": "0:52:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 78909, + "startTime": "0:52:36.360", + "endFrame": 79387, + "endTime": "0:52:55.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 79435, + "startTime": "0:52:57.420", + "endFrame": 79665, + "endTime": "0:53:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 79665, + "startTime": "0:53:6.600", + "endFrame": 79951, + "endTime": "0:53:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 79960, + "startTime": "0:53:18.420", + "endFrame": 80223, + "endTime": "0:53:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 80238, + "startTime": "0:53:29.520", + "endFrame": 80517, + "endTime": "0:53:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 80542, + "startTime": "0:53:41.700", + "endFrame": 80773, + "endTime": "0:53:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 80797, + "startTime": "0:53:51.900", + "endFrame": 81303, + "endTime": "0:54:12.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 81322, + "startTime": "0:54:12.900", + "endFrame": 82121, + "endTime": "0:54:44.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 82467, + "startTime": "0:54:58.680", + "endFrame": 82590, + "endTime": "0:55:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 82614, + "startTime": "0:55:4.560", + "endFrame": 82896, + "endTime": "0:55:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.016, + 0.174 + ], + "bottomright": [ + 0.339, + 0.499 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 82926, + "startTime": "0:55:17.070", + "endFrame": 83401, + "endTime": "0:55:36.060", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 83788, + "startTime": "0:55:51.540", + "endFrame": 84193, + "endTime": "0:56:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 84533, + "startTime": "0:56:21.330", + "endFrame": 84729, + "endTime": "0:56:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 84739, + "startTime": "0:56:29.580", + "endFrame": 85167, + "endTime": "0:56:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 85194, + "startTime": "0:56:47.790", + "endFrame": 85623, + "endTime": "0:57:4.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 85652, + "startTime": "0:57:6.090", + "endFrame": 86271, + "endTime": "0:57:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 86282, + "startTime": "0:57:31.290", + "endFrame": 86688, + "endTime": "0:57:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 87261, + "startTime": "0:58:10.440", + "endFrame": 87372, + "endTime": "0:58:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 87728, + "startTime": "0:58:29.130", + "endFrame": 88050, + "endTime": "0:58:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.175, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.823, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 88078, + "startTime": "0:58:43.140", + "endFrame": 88326, + "endTime": "0:58:53.070", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 88335, + "startTime": "0:58:53.430", + "endFrame": 89001, + "endTime": "0:59:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 89149, + "startTime": "0:59:25.980", + "endFrame": 89261, + "endTime": "0:59:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 89275, + "startTime": "0:59:31.020", + "endFrame": 89602, + "endTime": "0:59:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 89648, + "startTime": "0:59:45.930", + "endFrame": 90048, + "endTime": "1:00:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 90087, + "startTime": "1:00:3.480", + "endFrame": 90502, + "endTime": "1:00:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 90510, + "startTime": "1:00:20.430", + "endFrame": 90870, + "endTime": "1:00:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 90933, + "startTime": "1:00:37.320", + "endFrame": 91131, + "endTime": "1:00:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 91187, + "startTime": "1:00:47.490", + "endFrame": 91428, + "endTime": "1:00:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 91448, + "startTime": "1:00:57.930", + "endFrame": 91773, + "endTime": "1:01:10.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 91794, + "startTime": "1:01:11.760", + "endFrame": 92153, + "endTime": "1:01:26.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 92183, + "startTime": "1:01:27.330", + "endFrame": 92455, + "endTime": "1:01:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 92472, + "startTime": "1:01:38.880", + "endFrame": 92850, + "endTime": "1:01:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 92856, + "startTime": "1:01:54.270", + "endFrame": 93348, + "endTime": "1:02:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 93374, + "startTime": "1:02:14.970", + "endFrame": 93747, + "endTime": "1:02:29.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.39 + ], + "bottomright": [ + 0.337, + 0.607 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.607 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 93770, + "startTime": "1:02:30.810", + "endFrame": 94082, + "endTime": "1:02:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 94120, + "startTime": "1:02:44.820", + "endFrame": 94445, + "endTime": "1:02:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_01-rater7.json b/ratings/video_01-rater7.json new file mode 100644 index 0000000000000000000000000000000000000000..8d6773345d89421916b9d184d4ec96d0303a6da9 --- /dev/null +++ b/ratings/video_01-rater7.json @@ -0,0 +1,12672 @@ +[ + { + "clipIdx": 0, + "startFrame": 59, + "startTime": "0:00:2.370", + "endFrame": 498, + "endTime": "0:00:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 523, + "startTime": "0:00:20.940", + "endFrame": 931, + "endTime": "0:00:37.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 2, + "startFrame": 939, + "startTime": "0:00:37.560", + "endFrame": 2309, + "endTime": "0:01:32.370", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 2334, + "startTime": "0:01:33.390", + "endFrame": 2991, + "endTime": "0:01:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 3077, + "startTime": "0:02:3.090", + "endFrame": 3363, + "endTime": "0:02:14.550", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 3380, + "startTime": "0:02:15.210", + "endFrame": 3803, + "endTime": "0:02:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 3819, + "startTime": "0:02:32.790", + "endFrame": 4092, + "endTime": "0:02:43.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 4119, + "startTime": "0:02:44.760", + "endFrame": 4380, + "endTime": "0:02:55.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5409, + "endTime": "0:03:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 5415, + "startTime": "0:03:36.600", + "endFrame": 5676, + "endTime": "0:03:47.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 5689, + "startTime": "0:03:47.580", + "endFrame": 6052, + "endTime": "0:04:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 6093, + "startTime": "0:04:3.720", + "endFrame": 6499, + "endTime": "0:04:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 13531, + "startTime": "0:09:1.260", + "endFrame": 14140, + "endTime": "0:09:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 14169, + "startTime": "0:09:26.760", + "endFrame": 14440, + "endTime": "0:09:37.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 14568, + "startTime": "0:09:42.720", + "endFrame": 14781, + "endTime": "0:09:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 14785, + "startTime": "0:09:51.420", + "endFrame": 15054, + "endTime": "0:10:2.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 15057, + "startTime": "0:10:2.310", + "endFrame": 15567, + "endTime": "0:10:22.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 15573, + "startTime": "0:10:22.950", + "endFrame": 15955, + "endTime": "0:10:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 15992, + "startTime": "0:10:39.690", + "endFrame": 16306, + "endTime": "0:10:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 16360, + "startTime": "0:10:54.420", + "endFrame": 16590, + "endTime": "0:11:3.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 16626, + "startTime": "0:11:5.040", + "endFrame": 17094, + "endTime": "0:11:23.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 17105, + "startTime": "0:11:24.210", + "endFrame": 17454, + "endTime": "0:11:38.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 17499, + "startTime": "0:11:39.960", + "endFrame": 17725, + "endTime": "0:11:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 17753, + "startTime": "0:11:50.130", + "endFrame": 18302, + "endTime": "0:12:12.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 18329, + "startTime": "0:12:13.170", + "endFrame": 18598, + "endTime": "0:12:23.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 18602, + "startTime": "0:12:24.090", + "endFrame": 19097, + "endTime": "0:12:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 19110, + "startTime": "0:12:44.400", + "endFrame": 19442, + "endTime": "0:12:57.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 19470, + "startTime": "0:12:58.830", + "endFrame": 19760, + "endTime": "0:13:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 19768, + "startTime": "0:13:10.740", + "endFrame": 20076, + "endTime": "0:13:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 20125, + "startTime": "0:13:25.020", + "endFrame": 20379, + "endTime": "0:13:35.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 20408, + "startTime": "0:13:36.330", + "endFrame": 20695, + "endTime": "0:13:47.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 20795, + "startTime": "0:13:51.810", + "endFrame": 21124, + "endTime": "0:14:4.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 21139, + "startTime": "0:14:5.580", + "endFrame": 21391, + "endTime": "0:14:15.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 21408, + "startTime": "0:14:16.320", + "endFrame": 21792, + "endTime": "0:14:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 21811, + "startTime": "0:14:32.460", + "endFrame": 22206, + "endTime": "0:14:48.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 22236, + "startTime": "0:14:49.440", + "endFrame": 22476, + "endTime": "0:14:59.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 22502, + "startTime": "0:15:0.090", + "endFrame": 22998, + "endTime": "0:15:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 23035, + "startTime": "0:15:21.420", + "endFrame": 23473, + "endTime": "0:15:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 23494, + "startTime": "0:15:39.780", + "endFrame": 23829, + "endTime": "0:15:53.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 39, + "startFrame": 23848, + "startTime": "0:15:53.940", + "endFrame": 24131, + "endTime": "0:16:5.250", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 24141, + "startTime": "0:16:5.670", + "endFrame": 24696, + "endTime": "0:16:27.840", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 41, + "startFrame": 24717, + "startTime": "0:16:28.710", + "endFrame": 24946, + "endTime": "0:16:37.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 42, + "startFrame": 24978, + "startTime": "0:16:39.120", + "endFrame": 25350, + "endTime": "0:16:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 25367, + "startTime": "0:16:54.690", + "endFrame": 25779, + "endTime": "0:17:11.160", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 25790, + "startTime": "0:17:11.610", + "endFrame": 26153, + "endTime": "0:17:26.130", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 26166, + "startTime": "0:17:26.640", + "endFrame": 26521, + "endTime": "0:17:40.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 26553, + "startTime": "0:17:42.150", + "endFrame": 26916, + "endTime": "0:17:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 26925, + "startTime": "0:17:57.000", + "endFrame": 27516, + "endTime": "0:18:20.670", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.305, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.305, + 0.174 + ], + "bottomright": [ + 0.598, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 27559, + "startTime": "0:18:22.380", + "endFrame": 27794, + "endTime": "0:18:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "not on screen", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 27799, + "startTime": "0:18:31.980", + "endFrame": 28138, + "endTime": "0:18:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 28169, + "startTime": "0:18:46.770", + "endFrame": 28474, + "endTime": "0:18:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 28477, + "startTime": "0:18:59.100", + "endFrame": 29054, + "endTime": "0:19:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 29081, + "startTime": "0:19:23.250", + "endFrame": 29328, + "endTime": "0:19:33.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 53, + "startFrame": 29330, + "startTime": "0:19:33.210", + "endFrame": 29972, + "endTime": "0:19:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 30000, + "startTime": "0:20:0.030", + "endFrame": 30273, + "endTime": "0:20:10.920", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 30305, + "startTime": "0:20:12.210", + "endFrame": 30743, + "endTime": "0:20:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 30770, + "startTime": "0:20:30.840", + "endFrame": 31056, + "endTime": "0:20:42.240", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 31080, + "startTime": "0:20:43.200", + "endFrame": 31518, + "endTime": "0:21:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.174 + ], + "bottomright": [ + 0.339, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 31576, + "startTime": "0:21:3.060", + "endFrame": 32090, + "endTime": "0:21:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 32449, + "startTime": "0:21:37.980", + "endFrame": 32475, + "endTime": "0:21:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 32574, + "startTime": "0:21:42.990", + "endFrame": 32865, + "endTime": "0:21:54.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 33202, + "startTime": "0:22:8.100", + "endFrame": 33253, + "endTime": "0:22:10.140", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 33307, + "startTime": "0:22:12.300", + "endFrame": 33540, + "endTime": "0:22:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 33582, + "startTime": "0:22:23.310", + "endFrame": 33944, + "endTime": "0:22:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 33960, + "startTime": "0:22:38.430", + "endFrame": 34323, + "endTime": "0:22:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 34339, + "startTime": "0:22:53.580", + "endFrame": 34869, + "endTime": "0:23:14.760", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 34901, + "startTime": "0:23:16.050", + "endFrame": 35253, + "endTime": "0:23:30.150", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 35328, + "startTime": "0:23:33.120", + "endFrame": 35891, + "endTime": "0:23:55.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 35896, + "startTime": "0:23:55.860", + "endFrame": 36450, + "endTime": "0:24:18.030", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 36462, + "startTime": "0:24:18.510", + "endFrame": 37000, + "endTime": "0:24:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.825 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.825 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 37002, + "startTime": "0:24:40.110", + "endFrame": 37289, + "endTime": "0:24:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 37300, + "startTime": "0:24:52.020", + "endFrame": 37772, + "endTime": "0:25:10.890", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 37781, + "startTime": "0:25:11.250", + "endFrame": 38270, + "endTime": "0:25:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 38276, + "startTime": "0:25:31.050", + "endFrame": 38534, + "endTime": "0:25:41.370", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 38537, + "startTime": "0:25:41.490", + "endFrame": 39233, + "endTime": "0:26:9.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 39262, + "startTime": "0:26:10.500", + "endFrame": 39520, + "endTime": "0:26:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 39562, + "startTime": "0:26:22.500", + "endFrame": 39800, + "endTime": "0:26:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 39813, + "startTime": "0:26:32.550", + "endFrame": 40145, + "endTime": "0:26:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 40197, + "startTime": "0:26:47.880", + "endFrame": 40607, + "endTime": "0:27:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 40639, + "startTime": "0:27:5.580", + "endFrame": 40867, + "endTime": "0:27:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 40881, + "startTime": "0:27:15.270", + "endFrame": 41221, + "endTime": "0:27:28.860", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 41235, + "startTime": "0:27:29.430", + "endFrame": 41532, + "endTime": "0:27:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 41616, + "startTime": "0:27:44.670", + "endFrame": 41910, + "endTime": "0:27:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 41920, + "startTime": "0:27:56.820", + "endFrame": 42426, + "endTime": "0:28:17.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 42489, + "startTime": "0:28:19.560", + "endFrame": 42732, + "endTime": "0:28:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 45050, + "startTime": "0:30:2.010", + "endFrame": 45381, + "endTime": "0:30:15.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 86, + "startFrame": 45397, + "startTime": "0:30:15.900", + "endFrame": 45627, + "endTime": "0:30:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 45636, + "startTime": "0:30:25.470", + "endFrame": 45946, + "endTime": "0:30:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 46014, + "startTime": "0:30:40.560", + "endFrame": 46199, + "endTime": "0:30:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 46212, + "startTime": "0:30:48.510", + "endFrame": 46550, + "endTime": "0:31:2.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 90, + "startFrame": 46580, + "startTime": "0:31:3.210", + "endFrame": 46840, + "endTime": "0:31:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 46840, + "startTime": "0:31:13.620", + "endFrame": 47108, + "endTime": "0:31:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 47123, + "startTime": "0:31:24.930", + "endFrame": 47514, + "endTime": "0:31:40.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 47548, + "startTime": "0:31:41.940", + "endFrame": 47892, + "endTime": "0:31:55.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 47987, + "startTime": "0:31:59.490", + "endFrame": 48146, + "endTime": "0:32:5.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 48147, + "startTime": "0:32:5.880", + "endFrame": 48543, + "endTime": "0:32:21.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 48552, + "startTime": "0:32:22.080", + "endFrame": 48891, + "endTime": "0:32:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 48901, + "startTime": "0:32:36.060", + "endFrame": 49175, + "endTime": "0:32:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 49189, + "startTime": "0:32:47.580", + "endFrame": 49592, + "endTime": "0:33:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 49664, + "startTime": "0:33:6.570", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 50098, + "startTime": "0:33:23.940", + "endFrame": 50397, + "endTime": "0:33:35.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 50409, + "startTime": "0:33:36.390", + "endFrame": 50858, + "endTime": "0:33:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 50889, + "startTime": "0:33:55.590", + "endFrame": 51324, + "endTime": "0:34:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 51349, + "startTime": "0:34:13.980", + "endFrame": 51574, + "endTime": "0:34:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 51584, + "startTime": "0:34:23.370", + "endFrame": 51882, + "endTime": "0:34:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 51888, + "startTime": "0:34:35.520", + "endFrame": 52140, + "endTime": "0:34:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 52212, + "startTime": "0:34:48.480", + "endFrame": 52644, + "endTime": "0:35:5.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 52673, + "startTime": "0:35:6.930", + "endFrame": 52906, + "endTime": "0:35:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 52926, + "startTime": "0:35:17.040", + "endFrame": 53390, + "endTime": "0:35:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 53417, + "startTime": "0:35:36.720", + "endFrame": 53783, + "endTime": "0:35:51.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 53818, + "startTime": "0:35:52.740", + "endFrame": 54139, + "endTime": "0:36:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 54196, + "startTime": "0:36:7.860", + "endFrame": 54494, + "endTime": "0:36:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 54501, + "startTime": "0:36:20.040", + "endFrame": 54981, + "endTime": "0:36:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 55059, + "startTime": "0:36:42.360", + "endFrame": 55234, + "endTime": "0:36:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 55264, + "startTime": "0:36:50.580", + "endFrame": 55732, + "endTime": "0:37:9.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 55737, + "startTime": "0:37:9.510", + "endFrame": 56123, + "endTime": "0:37:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 56189, + "startTime": "0:37:27.570", + "endFrame": 56510, + "endTime": "0:37:40.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 56591, + "startTime": "0:37:43.650", + "endFrame": 56901, + "endTime": "0:37:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 56958, + "startTime": "0:37:58.350", + "endFrame": 57162, + "endTime": "0:38:6.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 57227, + "startTime": "0:38:9.090", + "endFrame": 57578, + "endTime": "0:38:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 57600, + "startTime": "0:38:24.000", + "endFrame": 57834, + "endTime": "0:38:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 57882, + "startTime": "0:38:35.280", + "endFrame": 58194, + "endTime": "0:38:47.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 58203, + "startTime": "0:38:48.150", + "endFrame": 58613, + "endTime": "0:39:4.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 58647, + "startTime": "0:39:5.880", + "endFrame": 58941, + "endTime": "0:39:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 59010, + "startTime": "0:39:20.430", + "endFrame": 59310, + "endTime": "0:39:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 59361, + "startTime": "0:39:34.440", + "endFrame": 59583, + "endTime": "0:39:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 59645, + "startTime": "0:39:45.810", + "endFrame": 59853, + "endTime": "0:39:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 59892, + "startTime": "0:39:55.710", + "endFrame": 60431, + "endTime": "0:40:17.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 60456, + "startTime": "0:40:18.270", + "endFrame": 60675, + "endTime": "0:40:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 60698, + "startTime": "0:40:27.930", + "endFrame": 61012, + "endTime": "0:40:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 61039, + "startTime": "0:40:41.580", + "endFrame": 61280, + "endTime": "0:40:51.210", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 61316, + "startTime": "0:40:52.680", + "endFrame": 61609, + "endTime": "0:41:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 61667, + "startTime": "0:41:6.720", + "endFrame": 61976, + "endTime": "0:41:19.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 61995, + "startTime": "0:41:19.800", + "endFrame": 62394, + "endTime": "0:41:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 62407, + "startTime": "0:41:36.300", + "endFrame": 62835, + "endTime": "0:41:53.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62911, + "startTime": "0:41:56.460", + "endFrame": 63215, + "endTime": "0:42:8.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63502, + "endTime": "0:42:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 63634, + "startTime": "0:42:25.380", + "endFrame": 63867, + "endTime": "0:42:34.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 138, + "startFrame": 63961, + "startTime": "0:42:38.460", + "endFrame": 64306, + "endTime": "0:42:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 64311, + "startTime": "0:42:52.440", + "endFrame": 64792, + "endTime": "0:43:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64802, + "startTime": "0:43:12.090", + "endFrame": 65163, + "endTime": "0:43:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 65241, + "startTime": "0:43:29.640", + "endFrame": 65442, + "endTime": "0:43:37.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65494, + "startTime": "0:43:39.780", + "endFrame": 66052, + "endTime": "0:44:2.100", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 143, + "startFrame": 66063, + "startTime": "0:44:2.550", + "endFrame": 66327, + "endTime": "0:44:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66331, + "startTime": "0:44:13.260", + "endFrame": 66623, + "endTime": "0:44:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66655, + "startTime": "0:44:26.220", + "endFrame": 66918, + "endTime": "0:44:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66918, + "startTime": "0:44:36.750", + "endFrame": 67238, + "endTime": "0:44:49.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67256, + "startTime": "0:44:50.250", + "endFrame": 67632, + "endTime": "0:45:5.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67650, + "startTime": "0:45:6.030", + "endFrame": 67908, + "endTime": "0:45:16.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67919, + "startTime": "0:45:16.770", + "endFrame": 68228, + "endTime": "0:45:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 68245, + "startTime": "0:45:29.820", + "endFrame": 68739, + "endTime": "0:45:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68772, + "startTime": "0:45:50.880", + "endFrame": 69182, + "endTime": "0:46:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 69211, + "startTime": "0:46:8.460", + "endFrame": 69585, + "endTime": "0:46:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69594, + "startTime": "0:46:23.790", + "endFrame": 70062, + "endTime": "0:46:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 70152, + "startTime": "0:46:46.110", + "endFrame": 70689, + "endTime": "0:47:7.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 70708, + "startTime": "0:47:8.340", + "endFrame": 70950, + "endTime": "0:47:18.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70970, + "startTime": "0:47:18.810", + "endFrame": 71306, + "endTime": "0:47:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 71335, + "startTime": "0:47:33.420", + "endFrame": 71656, + "endTime": "0:47:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 71661, + "startTime": "0:47:46.470", + "endFrame": 72099, + "endTime": "0:48:3.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 72106, + "startTime": "0:48:4.260", + "endFrame": 72368, + "endTime": "0:48:14.730", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 160, + "startFrame": 72376, + "startTime": "0:48:15.060", + "endFrame": 72839, + "endTime": "0:48:33.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 161, + "startFrame": 72888, + "startTime": "0:48:35.550", + "endFrame": 73096, + "endTime": "0:48:43.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73367, + "endTime": "0:48:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73383, + "startTime": "0:48:55.320", + "endFrame": 73686, + "endTime": "0:49:7.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 164, + "startFrame": 73731, + "startTime": "0:49:9.270", + "endFrame": 74127, + "endTime": "0:49:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74154, + "startTime": "0:49:26.160", + "endFrame": 74463, + "endTime": "0:49:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74484, + "startTime": "0:49:39.390", + "endFrame": 75075, + "endTime": "0:50:3.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75504, + "endTime": "0:50:20.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 75516, + "startTime": "0:50:20.670", + "endFrame": 75790, + "endTime": "0:50:31.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 76015, + "startTime": "0:50:40.620", + "endFrame": 76311, + "endTime": "0:50:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 76549, + "startTime": "0:51:1.980", + "endFrame": 76683, + "endTime": "0:51:7.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 76692, + "startTime": "0:51:7.710", + "endFrame": 76988, + "endTime": "0:51:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 77001, + "startTime": "0:51:20.070", + "endFrame": 77374, + "endTime": "0:51:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 77387, + "startTime": "0:51:35.490", + "endFrame": 78040, + "endTime": "0:52:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 78081, + "startTime": "0:52:3.270", + "endFrame": 78399, + "endTime": "0:52:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 78399, + "startTime": "0:52:15.990", + "endFrame": 78902, + "endTime": "0:52:36.090", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 176, + "startFrame": 78909, + "startTime": "0:52:36.360", + "endFrame": 79387, + "endTime": "0:52:55.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 79435, + "startTime": "0:52:57.420", + "endFrame": 79665, + "endTime": "0:53:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 79665, + "startTime": "0:53:6.600", + "endFrame": 79951, + "endTime": "0:53:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 79960, + "startTime": "0:53:18.420", + "endFrame": 80223, + "endTime": "0:53:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 80238, + "startTime": "0:53:29.520", + "endFrame": 80517, + "endTime": "0:53:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 80542, + "startTime": "0:53:41.700", + "endFrame": 80773, + "endTime": "0:53:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 80797, + "startTime": "0:53:51.900", + "endFrame": 81303, + "endTime": "0:54:12.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 81322, + "startTime": "0:54:12.900", + "endFrame": 82121, + "endTime": "0:54:44.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 82467, + "startTime": "0:54:58.680", + "endFrame": 82590, + "endTime": "0:55:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 82614, + "startTime": "0:55:4.560", + "endFrame": 82896, + "endTime": "0:55:15.870", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 186, + "startFrame": 82926, + "startTime": "0:55:17.070", + "endFrame": 83401, + "endTime": "0:55:36.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 187, + "startFrame": 83788, + "startTime": "0:55:51.540", + "endFrame": 84193, + "endTime": "0:56:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 84533, + "startTime": "0:56:21.330", + "endFrame": 84729, + "endTime": "0:56:29.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 189, + "startFrame": 84739, + "startTime": "0:56:29.580", + "endFrame": 85167, + "endTime": "0:56:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 85194, + "startTime": "0:56:47.790", + "endFrame": 85623, + "endTime": "0:57:4.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 85652, + "startTime": "0:57:6.090", + "endFrame": 86271, + "endTime": "0:57:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 86282, + "startTime": "0:57:31.290", + "endFrame": 86688, + "endTime": "0:57:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 87261, + "startTime": "0:58:10.440", + "endFrame": 87372, + "endTime": "0:58:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 87728, + "startTime": "0:58:29.130", + "endFrame": 88050, + "endTime": "0:58:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 88078, + "startTime": "0:58:43.140", + "endFrame": 88326, + "endTime": "0:58:53.070", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 88335, + "startTime": "0:58:53.430", + "endFrame": 89001, + "endTime": "0:59:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 89149, + "startTime": "0:59:25.980", + "endFrame": 89261, + "endTime": "0:59:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 89275, + "startTime": "0:59:31.020", + "endFrame": 89602, + "endTime": "0:59:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 89648, + "startTime": "0:59:45.930", + "endFrame": 90048, + "endTime": "1:00:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 90087, + "startTime": "1:00:3.480", + "endFrame": 90502, + "endTime": "1:00:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "not on screen", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 90510, + "startTime": "1:00:20.430", + "endFrame": 90870, + "endTime": "1:00:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 90933, + "startTime": "1:00:37.320", + "endFrame": 91131, + "endTime": "1:00:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 91187, + "startTime": "1:00:47.490", + "endFrame": 91428, + "endTime": "1:00:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 91448, + "startTime": "1:00:57.930", + "endFrame": 91773, + "endTime": "1:01:10.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 91794, + "startTime": "1:01:11.760", + "endFrame": 92153, + "endTime": "1:01:26.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 92183, + "startTime": "1:01:27.330", + "endFrame": 92455, + "endTime": "1:01:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 92472, + "startTime": "1:01:38.880", + "endFrame": 92850, + "endTime": "1:01:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 92856, + "startTime": "1:01:54.270", + "endFrame": 93348, + "endTime": "1:02:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 93374, + "startTime": "1:02:14.970", + "endFrame": 93747, + "endTime": "1:02:29.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 210, + "startFrame": 93770, + "startTime": "1:02:30.810", + "endFrame": 94082, + "endTime": "1:02:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 94120, + "startTime": "1:02:44.820", + "endFrame": 94445, + "endTime": "1:02:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_01-rater9.json b/ratings/video_01-rater9.json new file mode 100644 index 0000000000000000000000000000000000000000..cc2a083275e11c246ccd01bf49a92622c4471e96 --- /dev/null +++ b/ratings/video_01-rater9.json @@ -0,0 +1,12672 @@ +[ + { + "clipIdx": 0, + "startFrame": 59, + "startTime": "0:00:2.370", + "endFrame": 498, + "endTime": "0:00:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 523, + "startTime": "0:00:20.940", + "endFrame": 931, + "endTime": "0:00:37.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 2, + "startFrame": 939, + "startTime": "0:00:37.560", + "endFrame": 2309, + "endTime": "0:01:32.370", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 2334, + "startTime": "0:01:33.390", + "endFrame": 2991, + "endTime": "0:01:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 3077, + "startTime": "0:02:3.090", + "endFrame": 3363, + "endTime": "0:02:14.550", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 3380, + "startTime": "0:02:15.210", + "endFrame": 3803, + "endTime": "0:02:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 3819, + "startTime": "0:02:32.790", + "endFrame": 4092, + "endTime": "0:02:43.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 4119, + "startTime": "0:02:44.760", + "endFrame": 4380, + "endTime": "0:02:55.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5409, + "endTime": "0:03:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 5415, + "startTime": "0:03:36.600", + "endFrame": 5676, + "endTime": "0:03:47.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 5689, + "startTime": "0:03:47.580", + "endFrame": 6052, + "endTime": "0:04:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 6093, + "startTime": "0:04:3.720", + "endFrame": 6499, + "endTime": "0:04:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "not on screen", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 13531, + "startTime": "0:09:1.260", + "endFrame": 14140, + "endTime": "0:09:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 14169, + "startTime": "0:09:26.760", + "endFrame": 14440, + "endTime": "0:09:37.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 14568, + "startTime": "0:09:42.720", + "endFrame": 14781, + "endTime": "0:09:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 14785, + "startTime": "0:09:51.420", + "endFrame": 15054, + "endTime": "0:10:2.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 15057, + "startTime": "0:10:2.310", + "endFrame": 15567, + "endTime": "0:10:22.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 15573, + "startTime": "0:10:22.950", + "endFrame": 15955, + "endTime": "0:10:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 15992, + "startTime": "0:10:39.690", + "endFrame": 16306, + "endTime": "0:10:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 16360, + "startTime": "0:10:54.420", + "endFrame": 16590, + "endTime": "0:11:3.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 16626, + "startTime": "0:11:5.040", + "endFrame": 17094, + "endTime": "0:11:23.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 17105, + "startTime": "0:11:24.210", + "endFrame": 17454, + "endTime": "0:11:38.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 17499, + "startTime": "0:11:39.960", + "endFrame": 17725, + "endTime": "0:11:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 17753, + "startTime": "0:11:50.130", + "endFrame": 18302, + "endTime": "0:12:12.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 18329, + "startTime": "0:12:13.170", + "endFrame": 18598, + "endTime": "0:12:23.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 18602, + "startTime": "0:12:24.090", + "endFrame": 19097, + "endTime": "0:12:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 19110, + "startTime": "0:12:44.400", + "endFrame": 19442, + "endTime": "0:12:57.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 19470, + "startTime": "0:12:58.830", + "endFrame": 19760, + "endTime": "0:13:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 19768, + "startTime": "0:13:10.740", + "endFrame": 20076, + "endTime": "0:13:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 20125, + "startTime": "0:13:25.020", + "endFrame": 20379, + "endTime": "0:13:35.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 20408, + "startTime": "0:13:36.330", + "endFrame": 20695, + "endTime": "0:13:47.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 20795, + "startTime": "0:13:51.810", + "endFrame": 21124, + "endTime": "0:14:4.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 21139, + "startTime": "0:14:5.580", + "endFrame": 21391, + "endTime": "0:14:15.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 21408, + "startTime": "0:14:16.320", + "endFrame": 21792, + "endTime": "0:14:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 21811, + "startTime": "0:14:32.460", + "endFrame": 22206, + "endTime": "0:14:48.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 22236, + "startTime": "0:14:49.440", + "endFrame": 22476, + "endTime": "0:14:59.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 22502, + "startTime": "0:15:0.090", + "endFrame": 22998, + "endTime": "0:15:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 23035, + "startTime": "0:15:21.420", + "endFrame": 23473, + "endTime": "0:15:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 23494, + "startTime": "0:15:39.780", + "endFrame": 23829, + "endTime": "0:15:53.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 39, + "startFrame": 23848, + "startTime": "0:15:53.940", + "endFrame": 24131, + "endTime": "0:16:5.250", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 24141, + "startTime": "0:16:5.670", + "endFrame": 24696, + "endTime": "0:16:27.840", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 41, + "startFrame": 24717, + "startTime": "0:16:28.710", + "endFrame": 24946, + "endTime": "0:16:37.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 42, + "startFrame": 24978, + "startTime": "0:16:39.120", + "endFrame": 25350, + "endTime": "0:16:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 25367, + "startTime": "0:16:54.690", + "endFrame": 25779, + "endTime": "0:17:11.160", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 25790, + "startTime": "0:17:11.610", + "endFrame": 26153, + "endTime": "0:17:26.130", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 26166, + "startTime": "0:17:26.640", + "endFrame": 26521, + "endTime": "0:17:40.860", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 26553, + "startTime": "0:17:42.150", + "endFrame": 26916, + "endTime": "0:17:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 26925, + "startTime": "0:17:57.000", + "endFrame": 27516, + "endTime": "0:18:20.670", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.305, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.305, + 0.174 + ], + "bottomright": [ + 0.598, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 27559, + "startTime": "0:18:22.380", + "endFrame": 27794, + "endTime": "0:18:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.32, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "not on screen", + "position": { + "topleft": [ + 0.32, + 0.174 + ], + "bottomright": [ + 0.629, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 27799, + "startTime": "0:18:31.980", + "endFrame": 28138, + "endTime": "0:18:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 28169, + "startTime": "0:18:46.770", + "endFrame": 28474, + "endTime": "0:18:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 28477, + "startTime": "0:18:59.100", + "endFrame": 29054, + "endTime": "0:19:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 29081, + "startTime": "0:19:23.250", + "endFrame": 29328, + "endTime": "0:19:33.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 53, + "startFrame": 29330, + "startTime": "0:19:33.210", + "endFrame": 29972, + "endTime": "0:19:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 30000, + "startTime": "0:20:0.030", + "endFrame": 30273, + "endTime": "0:20:10.920", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 30305, + "startTime": "0:20:12.210", + "endFrame": 30743, + "endTime": "0:20:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 30770, + "startTime": "0:20:30.840", + "endFrame": 31056, + "endTime": "0:20:42.240", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 31080, + "startTime": "0:20:43.200", + "endFrame": 31518, + "endTime": "0:21:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.174 + ], + "bottomright": [ + 0.339, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 31576, + "startTime": "0:21:3.060", + "endFrame": 32090, + "endTime": "0:21:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 32449, + "startTime": "0:21:37.980", + "endFrame": 32475, + "endTime": "0:21:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 32574, + "startTime": "0:21:42.990", + "endFrame": 32865, + "endTime": "0:21:54.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 33202, + "startTime": "0:22:8.100", + "endFrame": 33253, + "endTime": "0:22:10.140", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 33307, + "startTime": "0:22:12.300", + "endFrame": 33540, + "endTime": "0:22:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 33582, + "startTime": "0:22:23.310", + "endFrame": 33944, + "endTime": "0:22:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 33960, + "startTime": "0:22:38.430", + "endFrame": 34323, + "endTime": "0:22:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 34339, + "startTime": "0:22:53.580", + "endFrame": 34869, + "endTime": "0:23:14.760", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 34901, + "startTime": "0:23:16.050", + "endFrame": 35253, + "endTime": "0:23:30.150", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 35328, + "startTime": "0:23:33.120", + "endFrame": 35891, + "endTime": "0:23:55.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 35896, + "startTime": "0:23:55.860", + "endFrame": 36450, + "endTime": "0:24:18.030", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 36462, + "startTime": "0:24:18.510", + "endFrame": 37000, + "endTime": "0:24:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.825 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.825 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 37002, + "startTime": "0:24:40.110", + "endFrame": 37289, + "endTime": "0:24:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 37300, + "startTime": "0:24:52.020", + "endFrame": 37772, + "endTime": "0:25:10.890", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 37781, + "startTime": "0:25:11.250", + "endFrame": 38270, + "endTime": "0:25:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 38276, + "startTime": "0:25:31.050", + "endFrame": 38534, + "endTime": "0:25:41.370", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 38537, + "startTime": "0:25:41.490", + "endFrame": 39233, + "endTime": "0:26:9.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 39262, + "startTime": "0:26:10.500", + "endFrame": 39520, + "endTime": "0:26:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 39562, + "startTime": "0:26:22.500", + "endFrame": 39800, + "endTime": "0:26:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 39813, + "startTime": "0:26:32.550", + "endFrame": 40145, + "endTime": "0:26:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 40197, + "startTime": "0:26:47.880", + "endFrame": 40607, + "endTime": "0:27:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 40639, + "startTime": "0:27:5.580", + "endFrame": 40867, + "endTime": "0:27:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 40881, + "startTime": "0:27:15.270", + "endFrame": 41221, + "endTime": "0:27:28.860", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 41235, + "startTime": "0:27:29.430", + "endFrame": 41532, + "endTime": "0:27:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.338, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 41616, + "startTime": "0:27:44.670", + "endFrame": 41910, + "endTime": "0:27:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 41920, + "startTime": "0:27:56.820", + "endFrame": 42426, + "endTime": "0:28:17.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 42489, + "startTime": "0:28:19.560", + "endFrame": 42732, + "endTime": "0:28:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 45050, + "startTime": "0:30:2.010", + "endFrame": 45381, + "endTime": "0:30:15.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 86, + "startFrame": 45397, + "startTime": "0:30:15.900", + "endFrame": 45627, + "endTime": "0:30:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 45636, + "startTime": "0:30:25.470", + "endFrame": 45946, + "endTime": "0:30:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 46014, + "startTime": "0:30:40.560", + "endFrame": 46199, + "endTime": "0:30:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 46212, + "startTime": "0:30:48.510", + "endFrame": 46550, + "endTime": "0:31:2.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 90, + "startFrame": 46580, + "startTime": "0:31:3.210", + "endFrame": 46840, + "endTime": "0:31:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.499, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.824, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 46840, + "startTime": "0:31:13.620", + "endFrame": 47108, + "endTime": "0:31:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 47123, + "startTime": "0:31:24.930", + "endFrame": 47514, + "endTime": "0:31:40.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 47548, + "startTime": "0:31:41.940", + "endFrame": 47892, + "endTime": "0:31:55.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 47987, + "startTime": "0:31:59.490", + "endFrame": 48146, + "endTime": "0:32:5.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 48147, + "startTime": "0:32:5.880", + "endFrame": 48543, + "endTime": "0:32:21.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 48552, + "startTime": "0:32:22.080", + "endFrame": 48891, + "endTime": "0:32:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 48901, + "startTime": "0:32:36.060", + "endFrame": 49175, + "endTime": "0:32:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 49189, + "startTime": "0:32:47.580", + "endFrame": 49592, + "endTime": "0:33:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 49664, + "startTime": "0:33:6.570", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 50098, + "startTime": "0:33:23.940", + "endFrame": 50397, + "endTime": "0:33:35.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 50409, + "startTime": "0:33:36.390", + "endFrame": 50858, + "endTime": "0:33:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 50889, + "startTime": "0:33:55.590", + "endFrame": 51324, + "endTime": "0:34:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 51349, + "startTime": "0:34:13.980", + "endFrame": 51574, + "endTime": "0:34:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 51584, + "startTime": "0:34:23.370", + "endFrame": 51882, + "endTime": "0:34:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 51888, + "startTime": "0:34:35.520", + "endFrame": 52140, + "endTime": "0:34:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 52212, + "startTime": "0:34:48.480", + "endFrame": 52644, + "endTime": "0:35:5.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 52673, + "startTime": "0:35:6.930", + "endFrame": 52906, + "endTime": "0:35:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 52926, + "startTime": "0:35:17.040", + "endFrame": 53390, + "endTime": "0:35:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 53417, + "startTime": "0:35:36.720", + "endFrame": 53783, + "endTime": "0:35:51.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 53818, + "startTime": "0:35:52.740", + "endFrame": 54139, + "endTime": "0:36:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 54196, + "startTime": "0:36:7.860", + "endFrame": 54494, + "endTime": "0:36:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 54501, + "startTime": "0:36:20.040", + "endFrame": 54981, + "endTime": "0:36:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 55059, + "startTime": "0:36:42.360", + "endFrame": 55234, + "endTime": "0:36:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 55264, + "startTime": "0:36:50.580", + "endFrame": 55732, + "endTime": "0:37:9.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 55737, + "startTime": "0:37:9.510", + "endFrame": 56123, + "endTime": "0:37:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 56189, + "startTime": "0:37:27.570", + "endFrame": 56510, + "endTime": "0:37:40.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 56591, + "startTime": "0:37:43.650", + "endFrame": 56901, + "endTime": "0:37:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 56958, + "startTime": "0:37:58.350", + "endFrame": 57162, + "endTime": "0:38:6.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 57227, + "startTime": "0:38:9.090", + "endFrame": 57578, + "endTime": "0:38:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 57600, + "startTime": "0:38:24.000", + "endFrame": 57834, + "endTime": "0:38:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 57882, + "startTime": "0:38:35.280", + "endFrame": 58194, + "endTime": "0:38:47.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 58203, + "startTime": "0:38:48.150", + "endFrame": 58613, + "endTime": "0:39:4.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 58647, + "startTime": "0:39:5.880", + "endFrame": 58941, + "endTime": "0:39:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 59010, + "startTime": "0:39:20.430", + "endFrame": 59310, + "endTime": "0:39:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 59361, + "startTime": "0:39:34.440", + "endFrame": 59583, + "endTime": "0:39:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 59645, + "startTime": "0:39:45.810", + "endFrame": 59853, + "endTime": "0:39:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 59892, + "startTime": "0:39:55.710", + "endFrame": 60431, + "endTime": "0:40:17.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 60456, + "startTime": "0:40:18.270", + "endFrame": 60675, + "endTime": "0:40:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 60698, + "startTime": "0:40:27.930", + "endFrame": 61012, + "endTime": "0:40:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 61039, + "startTime": "0:40:41.580", + "endFrame": 61280, + "endTime": "0:40:51.210", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 61316, + "startTime": "0:40:52.680", + "endFrame": 61609, + "endTime": "0:41:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 61667, + "startTime": "0:41:6.720", + "endFrame": 61976, + "endTime": "0:41:19.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 61995, + "startTime": "0:41:19.800", + "endFrame": 62394, + "endTime": "0:41:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 62407, + "startTime": "0:41:36.300", + "endFrame": 62835, + "endTime": "0:41:53.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62911, + "startTime": "0:41:56.460", + "endFrame": 63215, + "endTime": "0:42:8.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63502, + "endTime": "0:42:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 63634, + "startTime": "0:42:25.380", + "endFrame": 63867, + "endTime": "0:42:34.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 138, + "startFrame": 63961, + "startTime": "0:42:38.460", + "endFrame": 64306, + "endTime": "0:42:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.39 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.39 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 64311, + "startTime": "0:42:52.440", + "endFrame": 64792, + "endTime": "0:43:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64802, + "startTime": "0:43:12.090", + "endFrame": 65163, + "endTime": "0:43:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 65241, + "startTime": "0:43:29.640", + "endFrame": 65442, + "endTime": "0:43:37.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65494, + "startTime": "0:43:39.780", + "endFrame": 66052, + "endTime": "0:44:2.100", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 143, + "startFrame": 66063, + "startTime": "0:44:2.550", + "endFrame": 66327, + "endTime": "0:44:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66331, + "startTime": "0:44:13.260", + "endFrame": 66623, + "endTime": "0:44:24.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66655, + "startTime": "0:44:26.220", + "endFrame": 66918, + "endTime": "0:44:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66918, + "startTime": "0:44:36.750", + "endFrame": 67238, + "endTime": "0:44:49.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67256, + "startTime": "0:44:50.250", + "endFrame": 67632, + "endTime": "0:45:5.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67650, + "startTime": "0:45:6.030", + "endFrame": 67908, + "endTime": "0:45:16.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67919, + "startTime": "0:45:16.770", + "endFrame": 68228, + "endTime": "0:45:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 68245, + "startTime": "0:45:29.820", + "endFrame": 68739, + "endTime": "0:45:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68772, + "startTime": "0:45:50.880", + "endFrame": 69182, + "endTime": "0:46:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 69211, + "startTime": "0:46:8.460", + "endFrame": 69585, + "endTime": "0:46:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69594, + "startTime": "0:46:23.790", + "endFrame": 70062, + "endTime": "0:46:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 70152, + "startTime": "0:46:46.110", + "endFrame": 70689, + "endTime": "0:47:7.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 70708, + "startTime": "0:47:8.340", + "endFrame": 70950, + "endTime": "0:47:18.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70970, + "startTime": "0:47:18.810", + "endFrame": 71306, + "endTime": "0:47:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 71335, + "startTime": "0:47:33.420", + "endFrame": 71656, + "endTime": "0:47:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 71661, + "startTime": "0:47:46.470", + "endFrame": 72099, + "endTime": "0:48:3.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 72106, + "startTime": "0:48:4.260", + "endFrame": 72368, + "endTime": "0:48:14.730", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 160, + "startFrame": 72376, + "startTime": "0:48:15.060", + "endFrame": 72839, + "endTime": "0:48:33.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 161, + "startFrame": 72888, + "startTime": "0:48:35.550", + "endFrame": 73096, + "endTime": "0:48:43.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73367, + "endTime": "0:48:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73383, + "startTime": "0:48:55.320", + "endFrame": 73686, + "endTime": "0:49:7.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 164, + "startFrame": 73731, + "startTime": "0:49:9.270", + "endFrame": 74127, + "endTime": "0:49:25.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74154, + "startTime": "0:49:26.160", + "endFrame": 74463, + "endTime": "0:49:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74484, + "startTime": "0:49:39.390", + "endFrame": 75075, + "endTime": "0:50:3.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75504, + "endTime": "0:50:20.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 75516, + "startTime": "0:50:20.670", + "endFrame": 75790, + "endTime": "0:50:31.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 76015, + "startTime": "0:50:40.620", + "endFrame": 76311, + "endTime": "0:50:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 76549, + "startTime": "0:51:1.980", + "endFrame": 76683, + "endTime": "0:51:7.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 76692, + "startTime": "0:51:7.710", + "endFrame": 76988, + "endTime": "0:51:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 77001, + "startTime": "0:51:20.070", + "endFrame": 77374, + "endTime": "0:51:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 77387, + "startTime": "0:51:35.490", + "endFrame": 78040, + "endTime": "0:52:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 78081, + "startTime": "0:52:3.270", + "endFrame": 78399, + "endTime": "0:52:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 78399, + "startTime": "0:52:15.990", + "endFrame": 78902, + "endTime": "0:52:36.090", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 176, + "startFrame": 78909, + "startTime": "0:52:36.360", + "endFrame": 79387, + "endTime": "0:52:55.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 79435, + "startTime": "0:52:57.420", + "endFrame": 79665, + "endTime": "0:53:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 79665, + "startTime": "0:53:6.600", + "endFrame": 79951, + "endTime": "0:53:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 79960, + "startTime": "0:53:18.420", + "endFrame": 80223, + "endTime": "0:53:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 80238, + "startTime": "0:53:29.520", + "endFrame": 80517, + "endTime": "0:53:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 80542, + "startTime": "0:53:41.700", + "endFrame": 80773, + "endTime": "0:53:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 80797, + "startTime": "0:53:51.900", + "endFrame": 81303, + "endTime": "0:54:12.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 81322, + "startTime": "0:54:12.900", + "endFrame": 82121, + "endTime": "0:54:44.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 82467, + "startTime": "0:54:58.680", + "endFrame": 82590, + "endTime": "0:55:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 82614, + "startTime": "0:55:4.560", + "endFrame": 82896, + "endTime": "0:55:15.870", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 186, + "startFrame": 82926, + "startTime": "0:55:17.070", + "endFrame": 83401, + "endTime": "0:55:36.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 187, + "startFrame": 83788, + "startTime": "0:55:51.540", + "endFrame": 84193, + "endTime": "0:56:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.499 + ], + "bottomright": [ + 0.338, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 84533, + "startTime": "0:56:21.330", + "endFrame": 84729, + "endTime": "0:56:29.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 189, + "startFrame": 84739, + "startTime": "0:56:29.580", + "endFrame": 85167, + "endTime": "0:56:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 85194, + "startTime": "0:56:47.790", + "endFrame": 85623, + "endTime": "0:57:4.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 85652, + "startTime": "0:57:6.090", + "endFrame": 86271, + "endTime": "0:57:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 86282, + "startTime": "0:57:31.290", + "endFrame": 86688, + "endTime": "0:57:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 87261, + "startTime": "0:58:10.440", + "endFrame": 87372, + "endTime": "0:58:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 87728, + "startTime": "0:58:29.130", + "endFrame": 88050, + "endTime": "0:58:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 88078, + "startTime": "0:58:43.140", + "endFrame": 88326, + "endTime": "0:58:53.070", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 88335, + "startTime": "0:58:53.430", + "endFrame": 89001, + "endTime": "0:59:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 89149, + "startTime": "0:59:25.980", + "endFrame": 89261, + "endTime": "0:59:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 89275, + "startTime": "0:59:31.020", + "endFrame": 89602, + "endTime": "0:59:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 89648, + "startTime": "0:59:45.930", + "endFrame": 90048, + "endTime": "1:00:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 90087, + "startTime": "1:00:3.480", + "endFrame": 90502, + "endTime": "1:00:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "not on screen", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 90510, + "startTime": "1:00:20.430", + "endFrame": 90870, + "endTime": "1:00:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 90933, + "startTime": "1:00:37.320", + "endFrame": 91131, + "endTime": "1:00:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 91187, + "startTime": "1:00:47.490", + "endFrame": 91428, + "endTime": "1:00:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 91448, + "startTime": "1:00:57.930", + "endFrame": 91773, + "endTime": "1:01:10.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 91794, + "startTime": "1:01:11.760", + "endFrame": 92153, + "endTime": "1:01:26.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 92183, + "startTime": "1:01:27.330", + "endFrame": 92455, + "endTime": "1:01:38.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 92472, + "startTime": "1:01:38.880", + "endFrame": 92850, + "endTime": "1:01:54.000", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 92856, + "startTime": "1:01:54.270", + "endFrame": 93348, + "endTime": "1:02:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 93374, + "startTime": "1:02:14.970", + "endFrame": 93747, + "endTime": "1:02:29.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 210, + "startFrame": 93770, + "startTime": "1:02:30.810", + "endFrame": 94082, + "endTime": "1:02:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 94120, + "startTime": "1:02:44.820", + "endFrame": 94445, + "endTime": "1:02:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_03-rater0.json b/ratings/video_03-rater0.json new file mode 100644 index 0000000000000000000000000000000000000000..180343cbb9c1d7c4d92ae4443d80f8bf5deb8304 --- /dev/null +++ b/ratings/video_03-rater0.json @@ -0,0 +1,12859 @@ +[ + { + "clipIdx": 0, + "startFrame": 297, + "startTime": "0:00:11.880", + "endFrame": 874, + "endTime": "0:00:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "two screens", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "PPT at the end", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "two screens", + "position": { + "topleft": [ + 0.249, + 0.311 + ], + "bottomright": [ + 0.498, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "drawing board", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.311 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "two screens", + "position": { + "topleft": [ + 0.498, + 0.311 + ], + "bottomright": [ + 0.748, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "cannot rate", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "half screen", + "position": { + "topleft": [ + 0.748, + 0.311 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 17751, + "startTime": "0:11:50.040", + "endFrame": 18136, + "endTime": "0:12:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "PPT", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "PPT", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "PPT ", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 18138, + "startTime": "0:12:5.520", + "endFrame": 18402, + "endTime": "0:12:16.110", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 3, + "startFrame": 18403, + "startTime": "0:12:16.140", + "endFrame": 18704, + "endTime": "0:12:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19050, + "endTime": "0:12:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19062, + "startTime": "0:12:42.480", + "endFrame": 19405, + "endTime": "0:12:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 19410, + "startTime": "0:12:56.430", + "endFrame": 19772, + "endTime": "0:13:10.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 19782, + "startTime": "0:13:11.280", + "endFrame": 20050, + "endTime": "0:13:22.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 20071, + "startTime": "0:13:22.860", + "endFrame": 20385, + "endTime": "0:13:35.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 20391, + "startTime": "0:13:35.670", + "endFrame": 20661, + "endTime": "0:13:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 20667, + "startTime": "0:13:46.680", + "endFrame": 21177, + "endTime": "0:14:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 21185, + "startTime": "0:14:7.410", + "endFrame": 21622, + "endTime": "0:14:24.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 21660, + "startTime": "0:14:26.400", + "endFrame": 21906, + "endTime": "0:14:36.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 21915, + "startTime": "0:14:36.630", + "endFrame": 22425, + "endTime": "0:14:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 22454, + "startTime": "0:14:58.170", + "endFrame": 22787, + "endTime": "0:15:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 22876, + "startTime": "0:15:15.060", + "endFrame": 23136, + "endTime": "0:15:25.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 16, + "startFrame": 23137, + "startTime": "0:15:25.500", + "endFrame": 23478, + "endTime": "0:15:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 24079, + "startTime": "0:16:3.180", + "endFrame": 24419, + "endTime": "0:16:16.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 24490, + "startTime": "0:16:19.620", + "endFrame": 24744, + "endTime": "0:16:29.760", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 19, + "startFrame": 24766, + "startTime": "0:16:30.660", + "endFrame": 25157, + "endTime": "0:16:46.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 20, + "startFrame": 25188, + "startTime": "0:16:47.520", + "endFrame": 25458, + "endTime": "0:16:58.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 21, + "startFrame": 25490, + "startTime": "0:16:59.610", + "endFrame": 25741, + "endTime": "0:17:9.660", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 22, + "startFrame": 25755, + "startTime": "0:17:10.200", + "endFrame": 26177, + "endTime": "0:17:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 26193, + "startTime": "0:17:27.720", + "endFrame": 26439, + "endTime": "0:17:37.560", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 24, + "startFrame": 26451, + "startTime": "0:17:38.070", + "endFrame": 26725, + "endTime": "0:17:49.020", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 26741, + "startTime": "0:17:49.650", + "endFrame": 26997, + "endTime": "0:17:59.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 26, + "startFrame": 27051, + "startTime": "0:18:2.040", + "endFrame": 27265, + "endTime": "0:18:10.620", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 27, + "startFrame": 27282, + "startTime": "0:18:11.310", + "endFrame": 27595, + "endTime": "0:18:23.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 28, + "startFrame": 27632, + "startTime": "0:18:25.290", + "endFrame": 27958, + "endTime": "0:18:38.340", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 29, + "startFrame": 27966, + "startTime": "0:18:38.640", + "endFrame": 28353, + "endTime": "0:18:54.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 30, + "startFrame": 28355, + "startTime": "0:18:54.210", + "endFrame": 28700, + "endTime": "0:19:8.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 31, + "startFrame": 28710, + "startTime": "0:19:8.400", + "endFrame": 28969, + "endTime": "0:19:18.780", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 32, + "startFrame": 29001, + "startTime": "0:19:20.070", + "endFrame": 29307, + "endTime": "0:19:32.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 33, + "startFrame": 29319, + "startTime": "0:19:32.790", + "endFrame": 29583, + "endTime": "0:19:43.320", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 34, + "startFrame": 29635, + "startTime": "0:19:45.420", + "endFrame": 29982, + "endTime": "0:19:59.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 35, + "startFrame": 30031, + "startTime": "0:20:1.260", + "endFrame": 30521, + "endTime": "0:20:20.850", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 36, + "startFrame": 30528, + "startTime": "0:20:21.150", + "endFrame": 30967, + "endTime": "0:20:38.700", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 37, + "startFrame": 30989, + "startTime": "0:20:39.600", + "endFrame": 31344, + "endTime": "0:20:53.790", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 38, + "startFrame": 31376, + "startTime": "0:20:55.050", + "endFrame": 31614, + "endTime": "0:21:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 31623, + "startTime": "0:21:4.950", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 31986, + "startTime": "0:21:19.440", + "endFrame": 32423, + "endTime": "0:21:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 32457, + "startTime": "0:21:38.310", + "endFrame": 32699, + "endTime": "0:21:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 32701, + "startTime": "0:21:48.060", + "endFrame": 33005, + "endTime": "0:22:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 33020, + "startTime": "0:22:0.810", + "endFrame": 33365, + "endTime": "0:22:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 33395, + "startTime": "0:22:15.810", + "endFrame": 33837, + "endTime": "0:22:33.480", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 33849, + "startTime": "0:22:33.960", + "endFrame": 34448, + "endTime": "0:22:57.930", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 34548, + "startTime": "0:23:1.950", + "endFrame": 34751, + "endTime": "0:23:10.050", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 34769, + "startTime": "0:23:10.770", + "endFrame": 35079, + "endTime": "0:23:23.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 48, + "startFrame": 35097, + "startTime": "0:23:23.880", + "endFrame": 35425, + "endTime": "0:23:37.020", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 49, + "startFrame": 35453, + "startTime": "0:23:38.130", + "endFrame": 35685, + "endTime": "0:23:47.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 50, + "startFrame": 35694, + "startTime": "0:23:47.790", + "endFrame": 35976, + "endTime": "0:23:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 35997, + "startTime": "0:23:59.910", + "endFrame": 36382, + "endTime": "0:24:15.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 36426, + "startTime": "0:24:17.070", + "endFrame": 36634, + "endTime": "0:24:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 36677, + "startTime": "0:24:27.090", + "endFrame": 36964, + "endTime": "0:24:38.580", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 54, + "startFrame": 36972, + "startTime": "0:24:38.880", + "endFrame": 37479, + "endTime": "0:24:59.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 37481, + "startTime": "0:24:59.250", + "endFrame": 38056, + "endTime": "0:25:22.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 56, + "startFrame": 38065, + "startTime": "0:25:22.620", + "endFrame": 38320, + "endTime": "0:25:32.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 57, + "startFrame": 38331, + "startTime": "0:25:33.240", + "endFrame": 38620, + "endTime": "0:25:44.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 58, + "startFrame": 38625, + "startTime": "0:25:45.030", + "endFrame": 38883, + "endTime": "0:25:55.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 59, + "startFrame": 38892, + "startTime": "0:25:55.710", + "endFrame": 39468, + "endTime": "0:26:18.720", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 60, + "startFrame": 39475, + "startTime": "0:26:19.020", + "endFrame": 39801, + "endTime": "0:26:32.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 61, + "startFrame": 39807, + "startTime": "0:26:32.280", + "endFrame": 40260, + "endTime": "0:26:50.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 62, + "startFrame": 40269, + "startTime": "0:26:50.760", + "endFrame": 40522, + "endTime": "0:27:0.900", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 63, + "startFrame": 40535, + "startTime": "0:27:1.410", + "endFrame": 40937, + "endTime": "0:27:17.490", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 64, + "startFrame": 40950, + "startTime": "0:27:18.030", + "endFrame": 41249, + "endTime": "0:27:29.970", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 65, + "startFrame": 41250, + "startTime": "0:27:30.000", + "endFrame": 41507, + "endTime": "0:27:40.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 66, + "startFrame": 41603, + "startTime": "0:27:44.130", + "endFrame": 41781, + "endTime": "0:27:51.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 67, + "startFrame": 41799, + "startTime": "0:27:51.990", + "endFrame": 42276, + "endTime": "0:28:11.040", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 68, + "startFrame": 42282, + "startTime": "0:28:11.280", + "endFrame": 42704, + "endTime": "0:28:28.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 42714, + "startTime": "0:28:28.560", + "endFrame": 43306, + "endTime": "0:28:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 70, + "startFrame": 43319, + "startTime": "0:28:52.770", + "endFrame": 43604, + "endTime": "0:29:4.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 71, + "startFrame": 43604, + "startTime": "0:29:4.170", + "endFrame": 43857, + "endTime": "0:29:14.310", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 43857, + "startTime": "0:29:14.310", + "endFrame": 44189, + "endTime": "0:29:27.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 73, + "startFrame": 44318, + "startTime": "0:29:32.730", + "endFrame": 44493, + "endTime": "0:29:39.750", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 44537, + "startTime": "0:29:41.490", + "endFrame": 44766, + "endTime": "0:29:50.640", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 44797, + "startTime": "0:29:51.900", + "endFrame": 45158, + "endTime": "0:30:6.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 45187, + "startTime": "0:30:7.500", + "endFrame": 45426, + "endTime": "0:30:17.040", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 77, + "startFrame": 45450, + "startTime": "0:30:18.030", + "endFrame": 45714, + "endTime": "0:30:28.590", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 78, + "startFrame": 45733, + "startTime": "0:30:29.340", + "endFrame": 46230, + "endTime": "0:30:49.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 79, + "startFrame": 46266, + "startTime": "0:30:50.640", + "endFrame": 46656, + "endTime": "0:31:6.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 80, + "startFrame": 46689, + "startTime": "0:31:7.590", + "endFrame": 48292, + "endTime": "0:32:11.700", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 81, + "startFrame": 48328, + "startTime": "0:32:13.140", + "endFrame": 48690, + "endTime": "0:32:27.630", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 82, + "startFrame": 48717, + "startTime": "0:32:28.680", + "endFrame": 48957, + "endTime": "0:32:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 48993, + "startTime": "0:32:39.720", + "endFrame": 49428, + "endTime": "0:32:57.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 49479, + "startTime": "0:32:59.160", + "endFrame": 49801, + "endTime": "0:33:12.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 85, + "startFrame": 50740, + "startTime": "0:33:49.620", + "endFrame": 50900, + "endTime": "0:33:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 50916, + "startTime": "0:33:56.670", + "endFrame": 51237, + "endTime": "0:34:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 52305, + "startTime": "0:34:52.230", + "endFrame": 52399, + "endTime": "0:34:55.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 52416, + "startTime": "0:34:56.640", + "endFrame": 52650, + "endTime": "0:35:6.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 52661, + "startTime": "0:35:6.450", + "endFrame": 53170, + "endTime": "0:35:26.820", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 53223, + "startTime": "0:35:28.920", + "endFrame": 54427, + "endTime": "0:36:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 54432, + "startTime": "0:36:17.310", + "endFrame": 54804, + "endTime": "0:36:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 54813, + "startTime": "0:36:32.550", + "endFrame": 55211, + "endTime": "0:36:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 55226, + "startTime": "0:36:49.050", + "endFrame": 55507, + "endTime": "0:37:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 55956, + "startTime": "0:37:18.270", + "endFrame": 56256, + "endTime": "0:37:30.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 56269, + "startTime": "0:37:30.780", + "endFrame": 56724, + "endTime": "0:37:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 56737, + "startTime": "0:37:49.500", + "endFrame": 56982, + "endTime": "0:37:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 56985, + "startTime": "0:37:59.400", + "endFrame": 57283, + "endTime": "0:38:11.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 57291, + "startTime": "0:38:11.640", + "endFrame": 57731, + "endTime": "0:38:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 57827, + "startTime": "0:38:33.090", + "endFrame": 57982, + "endTime": "0:38:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 57991, + "startTime": "0:38:39.660", + "endFrame": 58381, + "endTime": "0:38:55.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 58390, + "startTime": "0:38:55.620", + "endFrame": 58671, + "endTime": "0:39:6.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 58688, + "startTime": "0:39:7.530", + "endFrame": 58994, + "endTime": "0:39:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 59005, + "startTime": "0:39:20.220", + "endFrame": 59532, + "endTime": "0:39:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 59541, + "startTime": "0:39:41.670", + "endFrame": 59904, + "endTime": "0:39:56.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 59911, + "startTime": "0:39:56.460", + "endFrame": 60210, + "endTime": "0:40:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 60277, + "startTime": "0:40:11.100", + "endFrame": 60502, + "endTime": "0:40:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 60534, + "startTime": "0:40:21.390", + "endFrame": 60926, + "endTime": "0:40:37.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 60936, + "startTime": "0:40:37.440", + "endFrame": 61516, + "endTime": "0:41:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 61533, + "startTime": "0:41:1.350", + "endFrame": 61752, + "endTime": "0:41:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 61762, + "startTime": "0:41:10.500", + "endFrame": 62208, + "endTime": "0:41:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 62218, + "startTime": "0:41:28.740", + "endFrame": 62667, + "endTime": "0:41:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 62720, + "startTime": "0:41:48.810", + "endFrame": 63017, + "endTime": "0:42:0.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 63030, + "startTime": "0:42:1.230", + "endFrame": 63336, + "endTime": "0:42:13.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 63557, + "startTime": "0:42:22.290", + "endFrame": 63663, + "endTime": "0:42:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 63837, + "startTime": "0:42:33.510", + "endFrame": 64089, + "endTime": "0:42:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 64110, + "startTime": "0:42:44.430", + "endFrame": 64342, + "endTime": "0:42:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64760, + "endTime": "0:43:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 64773, + "startTime": "0:43:10.950", + "endFrame": 65224, + "endTime": "0:43:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 65243, + "startTime": "0:43:29.730", + "endFrame": 65676, + "endTime": "0:43:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 65814, + "startTime": "0:43:52.560", + "endFrame": 65939, + "endTime": "0:43:57.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 65954, + "startTime": "0:43:58.170", + "endFrame": 66250, + "endTime": "0:44:10.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 66267, + "startTime": "0:44:10.680", + "endFrame": 66587, + "endTime": "0:44:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 66613, + "startTime": "0:44:24.540", + "endFrame": 66991, + "endTime": "0:44:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 66999, + "startTime": "0:44:39.960", + "endFrame": 67431, + "endTime": "0:44:57.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 67431, + "startTime": "0:44:57.270", + "endFrame": 67821, + "endTime": "0:45:12.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 67852, + "startTime": "0:45:14.100", + "endFrame": 68379, + "endTime": "0:45:35.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 68401, + "startTime": "0:45:36.060", + "endFrame": 68830, + "endTime": "0:45:53.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 69491, + "startTime": "0:46:19.650", + "endFrame": 69836, + "endTime": "0:46:33.450", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 129, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70289, + "endTime": "0:46:51.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 130, + "startFrame": 70301, + "startTime": "0:46:52.050", + "endFrame": 70645, + "endTime": "0:47:5.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 70655, + "startTime": "0:47:6.210", + "endFrame": 70953, + "endTime": "0:47:18.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 132, + "startFrame": 70959, + "startTime": "0:47:18.360", + "endFrame": 71356, + "endTime": "0:47:34.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 133, + "startFrame": 71394, + "startTime": "0:47:35.790", + "endFrame": 71759, + "endTime": "0:47:50.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 71787, + "startTime": "0:47:51.510", + "endFrame": 72216, + "endTime": "0:48:8.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 72274, + "startTime": "0:48:10.980", + "endFrame": 72581, + "endTime": "0:48:23.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 72588, + "startTime": "0:48:23.520", + "endFrame": 73048, + "endTime": "0:48:41.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 73056, + "startTime": "0:48:42.240", + "endFrame": 73338, + "endTime": "0:48:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 73478, + "startTime": "0:48:59.130", + "endFrame": 73716, + "endTime": "0:49:8.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 73726, + "startTime": "0:49:9.060", + "endFrame": 74382, + "endTime": "0:49:35.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 74407, + "startTime": "0:49:36.300", + "endFrame": 74781, + "endTime": "0:49:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 74816, + "startTime": "0:49:52.650", + "endFrame": 75139, + "endTime": "0:50:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75404, + "endTime": "0:50:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 75422, + "startTime": "0:50:16.890", + "endFrame": 75743, + "endTime": "0:50:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 75882, + "startTime": "0:50:35.280", + "endFrame": 76124, + "endTime": "0:50:44.970", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 145, + "startFrame": 76133, + "startTime": "0:50:45.330", + "endFrame": 76466, + "endTime": "0:50:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 76483, + "startTime": "0:50:59.340", + "endFrame": 76836, + "endTime": "0:51:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 76922, + "startTime": "0:51:16.890", + "endFrame": 77112, + "endTime": "0:51:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 77127, + "startTime": "0:51:25.110", + "endFrame": 77469, + "endTime": "0:51:38.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 77547, + "startTime": "0:51:41.880", + "endFrame": 77766, + "endTime": "0:51:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 77778, + "startTime": "0:51:51.120", + "endFrame": 78154, + "endTime": "0:52:6.180", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 151, + "startFrame": 78451, + "startTime": "0:52:18.060", + "endFrame": 78786, + "endTime": "0:52:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 78839, + "startTime": "0:52:33.570", + "endFrame": 79051, + "endTime": "0:52:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 79110, + "startTime": "0:52:44.430", + "endFrame": 79362, + "endTime": "0:52:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 79395, + "startTime": "0:52:55.830", + "endFrame": 79823, + "endTime": "0:53:12.930", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 79859, + "startTime": "0:53:14.370", + "endFrame": 80179, + "endTime": "0:53:27.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 80219, + "startTime": "0:53:28.770", + "endFrame": 82071, + "endTime": "0:54:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 82083, + "startTime": "0:54:43.350", + "endFrame": 82465, + "endTime": "0:54:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 83021, + "startTime": "0:55:20.850", + "endFrame": 83200, + "endTime": "0:55:28.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.333 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.333 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.333 + ], + "bottomright": [ + 0.333, + 0.667 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.333 + ], + "bottomright": [ + 0.666, + 0.667 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.333 + ], + "bottomright": [ + 0.998, + 0.667 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 83284, + "startTime": "0:55:31.380", + "endFrame": 83711, + "endTime": "0:55:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 83718, + "startTime": "0:55:48.750", + "endFrame": 84147, + "endTime": "0:56:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 84159, + "startTime": "0:56:6.390", + "endFrame": 84402, + "endTime": "0:56:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 84417, + "startTime": "0:56:16.680", + "endFrame": 84771, + "endTime": "0:56:30.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 84786, + "startTime": "0:56:31.440", + "endFrame": 85035, + "endTime": "0:56:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 85041, + "startTime": "0:56:41.640", + "endFrame": 85406, + "endTime": "0:56:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 85426, + "startTime": "0:56:57.060", + "endFrame": 85782, + "endTime": "0:57:11.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 85783, + "startTime": "0:57:11.340", + "endFrame": 86187, + "endTime": "0:57:27.480", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 86213, + "startTime": "0:57:28.530", + "endFrame": 86480, + "endTime": "0:57:39.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 86483, + "startTime": "0:57:39.330", + "endFrame": 86822, + "endTime": "0:57:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 86828, + "startTime": "0:57:53.130", + "endFrame": 87242, + "endTime": "0:58:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 87255, + "startTime": "0:58:10.200", + "endFrame": 87477, + "endTime": "0:58:19.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.165 + ], + "bottomright": [ + 0.666, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.165 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.333, + 0.832 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.499 + ], + "bottomright": [ + 0.666, + 0.832 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.998, + 0.832 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 87484, + "startTime": "0:58:19.380", + "endFrame": 87948, + "endTime": "0:58:37.950", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 172, + "startFrame": 87966, + "startTime": "0:58:38.670", + "endFrame": 88264, + "endTime": "0:58:50.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 88266, + "startTime": "0:58:50.670", + "endFrame": 88668, + "endTime": "0:59:6.720", + "category": "", + "note": "", + "people": [] + } +] \ No newline at end of file diff --git a/ratings/video_03-rater1.json b/ratings/video_03-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..3d7078b65be9bdefb41256c4ab935e4071978eac --- /dev/null +++ b/ratings/video_03-rater1.json @@ -0,0 +1,22076 @@ +[ + { + "clipIdx": 0, + "startFrame": 297, + "startTime": "0:00:11.880", + "endFrame": 874, + "endTime": "0:00:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "PPT at the end", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.249, + 0.311 + ], + "bottomright": [ + 0.498, + 0.499 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "half screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "drawing board", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.311 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.498, + 0.311 + ], + "bottomright": [ + 0.748, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "cannot rate", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "half screen", + "position": { + "topleft": [ + 0.748, + 0.311 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "half screen", + "position": { + "topleft": [ + 0, + 0.686 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.249, + 0.686 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.686 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 17751, + "startTime": "0:11:50.040", + "endFrame": 18136, + "endTime": "0:12:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "PPT", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "PPT", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "PPT ", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 18138, + "startTime": "0:12:5.520", + "endFrame": 18402, + "endTime": "0:12:16.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 18403, + "startTime": "0:12:16.140", + "endFrame": 18704, + "endTime": "0:12:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19050, + "endTime": "0:12:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "nothing in screen", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19062, + "startTime": "0:12:42.480", + "endFrame": 19405, + "endTime": "0:12:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 19410, + "startTime": "0:12:56.430", + "endFrame": 19772, + "endTime": "0:13:10.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 19782, + "startTime": "0:13:11.280", + "endFrame": 20050, + "endTime": "0:13:22.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 20071, + "startTime": "0:13:22.860", + "endFrame": 20385, + "endTime": "0:13:35.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 20391, + "startTime": "0:13:35.670", + "endFrame": 20661, + "endTime": "0:13:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 20667, + "startTime": "0:13:46.680", + "endFrame": 21177, + "endTime": "0:14:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 21185, + "startTime": "0:14:7.410", + "endFrame": 21622, + "endTime": "0:14:24.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 21660, + "startTime": "0:14:26.400", + "endFrame": 21906, + "endTime": "0:14:36.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 21915, + "startTime": "0:14:36.630", + "endFrame": 22425, + "endTime": "0:14:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 22454, + "startTime": "0:14:58.170", + "endFrame": 22787, + "endTime": "0:15:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 22876, + "startTime": "0:15:15.060", + "endFrame": 23136, + "endTime": "0:15:25.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.622 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.122 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.622 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.122 + ], + "bottomright": [ + 0.748, + 0.372 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.622 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.122 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.372 + ], + "bottomright": [ + 0.997, + 0.622 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.622 + ], + "bottomright": [ + 0.498, + 0.872 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.622 + ], + "bottomright": [ + 0.748, + 0.872 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 23137, + "startTime": "0:15:25.500", + "endFrame": 23478, + "endTime": "0:15:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 24079, + "startTime": "0:16:3.180", + "endFrame": 24419, + "endTime": "0:16:16.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 24490, + "startTime": "0:16:19.620", + "endFrame": 24744, + "endTime": "0:16:29.760", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.252, + 0.996 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.252, + 0.664 + ], + "bottomright": [ + 0.501, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.664 + ], + "bottomright": [ + 0.75, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.75, + 0.664 + ], + "bottomright": [ + 0.999, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 24766, + "startTime": "0:16:30.660", + "endFrame": 25157, + "endTime": "0:16:46.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.252, + 0.996 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.252, + 0.664 + ], + "bottomright": [ + 0.501, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.664 + ], + "bottomright": [ + 0.75, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.75, + 0.664 + ], + "bottomright": [ + 0.999, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 25188, + "startTime": "0:16:47.520", + "endFrame": 25458, + "endTime": "0:16:58.350", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.252, + 0.996 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.252, + 0.664 + ], + "bottomright": [ + 0.501, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.664 + ], + "bottomright": [ + 0.75, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.75, + 0.664 + ], + "bottomright": [ + 0.999, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 25490, + "startTime": "0:16:59.610", + "endFrame": 25741, + "endTime": "0:17:9.660", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.252, + 0.996 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.252, + 0.664 + ], + "bottomright": [ + 0.501, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.664 + ], + "bottomright": [ + 0.75, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.75, + 0.664 + ], + "bottomright": [ + 0.999, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 25755, + "startTime": "0:17:10.200", + "endFrame": 26177, + "endTime": "0:17:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 26193, + "startTime": "0:17:27.720", + "endFrame": 26439, + "endTime": "0:17:37.560", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 26451, + "startTime": "0:17:38.070", + "endFrame": 26725, + "endTime": "0:17:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 26741, + "startTime": "0:17:49.650", + "endFrame": 26997, + "endTime": "0:17:59.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 27051, + "startTime": "0:18:2.040", + "endFrame": 27265, + "endTime": "0:18:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 27282, + "startTime": "0:18:11.310", + "endFrame": 27595, + "endTime": "0:18:23.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 27632, + "startTime": "0:18:25.290", + "endFrame": 27958, + "endTime": "0:18:38.340", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 27966, + "startTime": "0:18:38.640", + "endFrame": 28353, + "endTime": "0:18:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 28355, + "startTime": "0:18:54.210", + "endFrame": 28700, + "endTime": "0:19:8.010", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.251, + 0.664 + ], + "bottomright": [ + 0.5, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 28710, + "startTime": "0:19:8.400", + "endFrame": 28969, + "endTime": "0:19:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 29001, + "startTime": "0:19:20.070", + "endFrame": 29307, + "endTime": "0:19:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 29319, + "startTime": "0:19:32.790", + "endFrame": 29583, + "endTime": "0:19:43.320", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 29635, + "startTime": "0:19:45.420", + "endFrame": 29982, + "endTime": "0:19:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 30031, + "startTime": "0:20:1.260", + "endFrame": 30521, + "endTime": "0:20:20.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 30528, + "startTime": "0:20:21.150", + "endFrame": 30967, + "endTime": "0:20:38.700", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 30989, + "startTime": "0:20:39.600", + "endFrame": 31344, + "endTime": "0:20:53.790", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 31376, + "startTime": "0:20:55.050", + "endFrame": 31614, + "endTime": "0:21:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 31623, + "startTime": "0:21:4.950", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 31986, + "startTime": "0:21:19.440", + "endFrame": 32423, + "endTime": "0:21:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 32457, + "startTime": "0:21:38.310", + "endFrame": 32699, + "endTime": "0:21:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 32701, + "startTime": "0:21:48.060", + "endFrame": 33005, + "endTime": "0:22:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 33020, + "startTime": "0:22:0.810", + "endFrame": 33365, + "endTime": "0:22:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 33395, + "startTime": "0:22:15.810", + "endFrame": 33837, + "endTime": "0:22:33.480", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 33849, + "startTime": "0:22:33.960", + "endFrame": 34448, + "endTime": "0:22:57.930", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.664 + ], + "bottomright": [ + 0.748, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 34548, + "startTime": "0:23:1.950", + "endFrame": 34751, + "endTime": "0:23:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.664 + ], + "bottomright": [ + 0.748, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 34769, + "startTime": "0:23:10.770", + "endFrame": 35079, + "endTime": "0:23:23.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.664 + ], + "bottomright": [ + 0.748, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 35097, + "startTime": "0:23:23.880", + "endFrame": 35425, + "endTime": "0:23:37.020", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 35453, + "startTime": "0:23:38.130", + "endFrame": 35685, + "endTime": "0:23:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.664 + ], + "bottomright": [ + 0.748, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 35694, + "startTime": "0:23:47.790", + "endFrame": 35976, + "endTime": "0:23:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 35997, + "startTime": "0:23:59.910", + "endFrame": 36382, + "endTime": "0:24:15.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 36426, + "startTime": "0:24:17.070", + "endFrame": 36634, + "endTime": "0:24:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 36677, + "startTime": "0:24:27.090", + "endFrame": 36964, + "endTime": "0:24:38.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 36972, + "startTime": "0:24:38.880", + "endFrame": 37479, + "endTime": "0:24:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 37481, + "startTime": "0:24:59.250", + "endFrame": 38056, + "endTime": "0:25:22.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.251, + 0.664 + ], + "bottomright": [ + 0.5, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 38065, + "startTime": "0:25:22.620", + "endFrame": 38320, + "endTime": "0:25:32.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.251, + 0.664 + ], + "bottomright": [ + 0.5, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 38331, + "startTime": "0:25:33.240", + "endFrame": 38620, + "endTime": "0:25:44.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 38625, + "startTime": "0:25:45.030", + "endFrame": 38883, + "endTime": "0:25:55.350", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 38892, + "startTime": "0:25:55.710", + "endFrame": 39468, + "endTime": "0:26:18.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 39475, + "startTime": "0:26:19.020", + "endFrame": 39801, + "endTime": "0:26:32.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 39807, + "startTime": "0:26:32.280", + "endFrame": 40260, + "endTime": "0:26:50.430", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 40269, + "startTime": "0:26:50.760", + "endFrame": 40522, + "endTime": "0:27:0.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 40535, + "startTime": "0:27:1.410", + "endFrame": 40937, + "endTime": "0:27:17.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.251, + 0.664 + ], + "bottomright": [ + 0.5, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 40950, + "startTime": "0:27:18.030", + "endFrame": 41249, + "endTime": "0:27:29.970", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 41250, + "startTime": "0:27:30.000", + "endFrame": 41507, + "endTime": "0:27:40.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 41603, + "startTime": "0:27:44.130", + "endFrame": 41781, + "endTime": "0:27:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.251, + 0.664 + ], + "bottomright": [ + 0.5, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 41799, + "startTime": "0:27:51.990", + "endFrame": 42276, + "endTime": "0:28:11.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 42282, + "startTime": "0:28:11.280", + "endFrame": 42704, + "endTime": "0:28:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.664 + ], + "bottomright": [ + 0.748, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 42714, + "startTime": "0:28:28.560", + "endFrame": 43306, + "endTime": "0:28:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.664 + ], + "bottomright": [ + 0.748, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 43319, + "startTime": "0:28:52.770", + "endFrame": 43604, + "endTime": "0:29:4.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 43604, + "startTime": "0:29:4.170", + "endFrame": 43857, + "endTime": "0:29:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 43857, + "startTime": "0:29:14.310", + "endFrame": 44189, + "endTime": "0:29:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 44318, + "startTime": "0:29:32.730", + "endFrame": 44493, + "endTime": "0:29:39.750", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 44537, + "startTime": "0:29:41.490", + "endFrame": 44766, + "endTime": "0:29:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 44797, + "startTime": "0:29:51.900", + "endFrame": 45158, + "endTime": "0:30:6.330", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 45187, + "startTime": "0:30:7.500", + "endFrame": 45426, + "endTime": "0:30:17.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 45450, + "startTime": "0:30:18.030", + "endFrame": 45714, + "endTime": "0:30:28.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 45733, + "startTime": "0:30:29.340", + "endFrame": 46230, + "endTime": "0:30:49.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 46266, + "startTime": "0:30:50.640", + "endFrame": 46656, + "endTime": "0:31:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 46689, + "startTime": "0:31:7.590", + "endFrame": 48292, + "endTime": "0:32:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 48328, + "startTime": "0:32:13.140", + "endFrame": 48690, + "endTime": "0:32:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.664 + ], + "bottomright": [ + 0.749, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 48717, + "startTime": "0:32:28.680", + "endFrame": 48957, + "endTime": "0:32:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 48993, + "startTime": "0:32:39.720", + "endFrame": 49428, + "endTime": "0:32:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.332 + ], + "bottomright": [ + 0.498, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.249, + 0.996 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "half person", + "position": { + "topleft": [ + 0.249, + 0.664 + ], + "bottomright": [ + 0.498, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.664 + ], + "bottomright": [ + 0.748, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.664 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 49479, + "startTime": "0:32:59.160", + "endFrame": 49801, + "endTime": "0:33:12.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.249, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0 + ], + "bottomright": [ + 0.498, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.332 + ], + "bottomright": [ + 0.748, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0 + ], + "bottomright": [ + 0.997, + 0.332 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.748, + 0.332 + ], + "bottomright": [ + 0.997, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.251, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.251, + 0.664 + ], + "bottomright": [ + 0.5, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.749, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 50740, + "startTime": "0:33:49.620", + "endFrame": 50900, + "endTime": "0:33:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 50916, + "startTime": "0:33:56.670", + "endFrame": 51237, + "endTime": "0:34:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 52305, + "startTime": "0:34:52.230", + "endFrame": 52399, + "endTime": "0:34:55.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 52416, + "startTime": "0:34:56.640", + "endFrame": 52650, + "endTime": "0:35:6.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 52661, + "startTime": "0:35:6.450", + "endFrame": 53170, + "endTime": "0:35:26.820", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 53223, + "startTime": "0:35:28.920", + "endFrame": 54427, + "endTime": "0:36:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 54432, + "startTime": "0:36:17.310", + "endFrame": 54804, + "endTime": "0:36:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 54813, + "startTime": "0:36:32.550", + "endFrame": 55211, + "endTime": "0:36:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 55226, + "startTime": "0:36:49.050", + "endFrame": 55507, + "endTime": "0:37:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 55956, + "startTime": "0:37:18.270", + "endFrame": 56256, + "endTime": "0:37:30.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 56269, + "startTime": "0:37:30.780", + "endFrame": 56724, + "endTime": "0:37:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 56737, + "startTime": "0:37:49.500", + "endFrame": 56982, + "endTime": "0:37:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 56985, + "startTime": "0:37:59.400", + "endFrame": 57283, + "endTime": "0:38:11.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 57291, + "startTime": "0:38:11.640", + "endFrame": 57731, + "endTime": "0:38:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 57827, + "startTime": "0:38:33.090", + "endFrame": 57982, + "endTime": "0:38:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 57991, + "startTime": "0:38:39.660", + "endFrame": 58381, + "endTime": "0:38:55.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 58390, + "startTime": "0:38:55.620", + "endFrame": 58671, + "endTime": "0:39:6.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 58688, + "startTime": "0:39:7.530", + "endFrame": 58994, + "endTime": "0:39:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 59005, + "startTime": "0:39:20.220", + "endFrame": 59532, + "endTime": "0:39:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 59541, + "startTime": "0:39:41.670", + "endFrame": 59904, + "endTime": "0:39:56.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 59911, + "startTime": "0:39:56.460", + "endFrame": 60210, + "endTime": "0:40:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 60277, + "startTime": "0:40:11.100", + "endFrame": 60502, + "endTime": "0:40:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 60534, + "startTime": "0:40:21.390", + "endFrame": 60926, + "endTime": "0:40:37.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 60936, + "startTime": "0:40:37.440", + "endFrame": 61516, + "endTime": "0:41:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 61533, + "startTime": "0:41:1.350", + "endFrame": 61752, + "endTime": "0:41:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 61762, + "startTime": "0:41:10.500", + "endFrame": 62208, + "endTime": "0:41:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 62218, + "startTime": "0:41:28.740", + "endFrame": 62667, + "endTime": "0:41:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 62720, + "startTime": "0:41:48.810", + "endFrame": 63017, + "endTime": "0:42:0.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 63030, + "startTime": "0:42:1.230", + "endFrame": 63336, + "endTime": "0:42:13.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 63557, + "startTime": "0:42:22.290", + "endFrame": 63663, + "endTime": "0:42:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 63837, + "startTime": "0:42:33.510", + "endFrame": 64089, + "endTime": "0:42:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 64110, + "startTime": "0:42:44.430", + "endFrame": 64342, + "endTime": "0:42:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64760, + "endTime": "0:43:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 64773, + "startTime": "0:43:10.950", + "endFrame": 65224, + "endTime": "0:43:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 65243, + "startTime": "0:43:29.730", + "endFrame": 65676, + "endTime": "0:43:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 65814, + "startTime": "0:43:52.560", + "endFrame": 65939, + "endTime": "0:43:57.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 65954, + "startTime": "0:43:58.170", + "endFrame": 66250, + "endTime": "0:44:10.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 66267, + "startTime": "0:44:10.680", + "endFrame": 66587, + "endTime": "0:44:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 66613, + "startTime": "0:44:24.540", + "endFrame": 66991, + "endTime": "0:44:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 66999, + "startTime": "0:44:39.960", + "endFrame": 67431, + "endTime": "0:44:57.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 67431, + "startTime": "0:44:57.270", + "endFrame": 67821, + "endTime": "0:45:12.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 67852, + "startTime": "0:45:14.100", + "endFrame": 68379, + "endTime": "0:45:35.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 68401, + "startTime": "0:45:36.060", + "endFrame": 68830, + "endTime": "0:45:53.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 69491, + "startTime": "0:46:19.650", + "endFrame": 69836, + "endTime": "0:46:33.450", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "image", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70289, + "endTime": "0:46:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "image", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 70301, + "startTime": "0:46:52.050", + "endFrame": 70645, + "endTime": "0:47:5.820", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 70655, + "startTime": "0:47:6.210", + "endFrame": 70953, + "endTime": "0:47:18.150", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 70959, + "startTime": "0:47:18.360", + "endFrame": 71356, + "endTime": "0:47:34.260", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 71394, + "startTime": "0:47:35.790", + "endFrame": 71759, + "endTime": "0:47:50.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 71787, + "startTime": "0:47:51.510", + "endFrame": 72216, + "endTime": "0:48:8.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 72274, + "startTime": "0:48:10.980", + "endFrame": 72581, + "endTime": "0:48:23.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 72588, + "startTime": "0:48:23.520", + "endFrame": 73048, + "endTime": "0:48:41.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 73056, + "startTime": "0:48:42.240", + "endFrame": 73338, + "endTime": "0:48:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 73478, + "startTime": "0:48:59.130", + "endFrame": 73716, + "endTime": "0:49:8.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 73726, + "startTime": "0:49:9.060", + "endFrame": 74382, + "endTime": "0:49:35.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 74407, + "startTime": "0:49:36.300", + "endFrame": 74781, + "endTime": "0:49:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 74816, + "startTime": "0:49:52.650", + "endFrame": 75139, + "endTime": "0:50:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75404, + "endTime": "0:50:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.169, + 0.664 + ], + "bottomright": [ + 0.502, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.664 + ], + "bottomright": [ + 0.834, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 75422, + "startTime": "0:50:16.890", + "endFrame": 75743, + "endTime": "0:50:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.169, + 0.664 + ], + "bottomright": [ + 0.502, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.664 + ], + "bottomright": [ + 0.834, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 75882, + "startTime": "0:50:35.280", + "endFrame": 76124, + "endTime": "0:50:44.970", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.169, + 0.664 + ], + "bottomright": [ + 0.502, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.664 + ], + "bottomright": [ + 0.834, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 76133, + "startTime": "0:50:45.330", + "endFrame": 76466, + "endTime": "0:50:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.168, + 0.664 + ], + "bottomright": [ + 0.501, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.664 + ], + "bottomright": [ + 0.834, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 76483, + "startTime": "0:50:59.340", + "endFrame": 76836, + "endTime": "0:51:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.169, + 0.664 + ], + "bottomright": [ + 0.502, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.664 + ], + "bottomright": [ + 0.834, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 76922, + "startTime": "0:51:16.890", + "endFrame": 77112, + "endTime": "0:51:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.169, + 0.664 + ], + "bottomright": [ + 0.502, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.664 + ], + "bottomright": [ + 0.834, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 77127, + "startTime": "0:51:25.110", + "endFrame": 77469, + "endTime": "0:51:38.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.169, + 0.664 + ], + "bottomright": [ + 0.502, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.664 + ], + "bottomright": [ + 0.834, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 77547, + "startTime": "0:51:41.880", + "endFrame": 77766, + "endTime": "0:51:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 77778, + "startTime": "0:51:51.120", + "endFrame": 78154, + "endTime": "0:52:6.180", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 78451, + "startTime": "0:52:18.060", + "endFrame": 78786, + "endTime": "0:52:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 78839, + "startTime": "0:52:33.570", + "endFrame": 79051, + "endTime": "0:52:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.169, + 0.664 + ], + "bottomright": [ + 0.502, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.664 + ], + "bottomright": [ + 0.834, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 79110, + "startTime": "0:52:44.430", + "endFrame": 79362, + "endTime": "0:52:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 79395, + "startTime": "0:52:55.830", + "endFrame": 79823, + "endTime": "0:53:12.930", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 79859, + "startTime": "0:53:14.370", + "endFrame": 80179, + "endTime": "0:53:27.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 80219, + "startTime": "0:53:28.770", + "endFrame": 82071, + "endTime": "0:54:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.664 + ], + "bottomright": [ + 0.334, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.664 + ], + "bottomright": [ + 0.667, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.667, + 0.664 + ], + "bottomright": [ + 1, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 82083, + "startTime": "0:54:43.350", + "endFrame": 82465, + "endTime": "0:54:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 83021, + "startTime": "0:55:20.850", + "endFrame": 83200, + "endTime": "0:55:28.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.333 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.333 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.333 + ], + "bottomright": [ + 0.333, + 0.667 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.333 + ], + "bottomright": [ + 0.666, + 0.667 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.333 + ], + "bottomright": [ + 0.998, + 0.667 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 83284, + "startTime": "0:55:31.380", + "endFrame": 83711, + "endTime": "0:55:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 83718, + "startTime": "0:55:48.750", + "endFrame": 84147, + "endTime": "0:56:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 84159, + "startTime": "0:56:6.390", + "endFrame": 84402, + "endTime": "0:56:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 84417, + "startTime": "0:56:16.680", + "endFrame": 84771, + "endTime": "0:56:30.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.335, + 0.661 + ], + "bottomright": [ + 0.668, + 0.992 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.668, + 0.661 + ], + "bottomright": [ + 1.001, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 84786, + "startTime": "0:56:31.440", + "endFrame": 85035, + "endTime": "0:56:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 85041, + "startTime": "0:56:41.640", + "endFrame": 85406, + "endTime": "0:56:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 85426, + "startTime": "0:56:57.060", + "endFrame": 85782, + "endTime": "0:57:11.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 85783, + "startTime": "0:57:11.340", + "endFrame": 86187, + "endTime": "0:57:27.480", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 86213, + "startTime": "0:57:28.530", + "endFrame": 86480, + "endTime": "0:57:39.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 86483, + "startTime": "0:57:39.330", + "endFrame": 86822, + "endTime": "0:57:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 86828, + "startTime": "0:57:53.130", + "endFrame": 87242, + "endTime": "0:58:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.661 + ], + "bottomright": [ + 0.333, + 0.992 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 87255, + "startTime": "0:58:10.200", + "endFrame": 87477, + "endTime": "0:58:19.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.165 + ], + "bottomright": [ + 0.666, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.165 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.333, + 0.832 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.499 + ], + "bottomright": [ + 0.666, + 0.832 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.998, + 0.832 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 87484, + "startTime": "0:58:19.380", + "endFrame": 87948, + "endTime": "0:58:37.950", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 87966, + "startTime": "0:58:38.670", + "endFrame": 88264, + "endTime": "0:58:50.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 88266, + "startTime": "0:58:50.670", + "endFrame": 88668, + "endTime": "0:59:6.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_03-rater3.json b/ratings/video_03-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..b09c57f8be70c2541a769022ceb5be24b91d9309 --- /dev/null +++ b/ratings/video_03-rater3.json @@ -0,0 +1,12859 @@ +[ + { + "clipIdx": 0, + "startFrame": 297, + "startTime": "0:00:11.880", + "endFrame": 874, + "endTime": "0:00:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "two screens", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "PPT at the end", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.249, + 0.311 + ], + "bottomright": [ + 0.498, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "drawing board", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.311 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.498, + 0.311 + ], + "bottomright": [ + 0.748, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "cannot rate", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "half screen", + "position": { + "topleft": [ + 0.748, + 0.311 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 17751, + "startTime": "0:11:50.040", + "endFrame": 18136, + "endTime": "0:12:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "PPT", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "PPT", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "PPT ", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 18138, + "startTime": "0:12:5.520", + "endFrame": 18402, + "endTime": "0:12:16.110", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 3, + "startFrame": 18403, + "startTime": "0:12:16.140", + "endFrame": 18704, + "endTime": "0:12:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19050, + "endTime": "0:12:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19062, + "startTime": "0:12:42.480", + "endFrame": 19405, + "endTime": "0:12:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 19410, + "startTime": "0:12:56.430", + "endFrame": 19772, + "endTime": "0:13:10.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 19782, + "startTime": "0:13:11.280", + "endFrame": 20050, + "endTime": "0:13:22.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 20071, + "startTime": "0:13:22.860", + "endFrame": 20385, + "endTime": "0:13:35.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 20391, + "startTime": "0:13:35.670", + "endFrame": 20661, + "endTime": "0:13:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 20667, + "startTime": "0:13:46.680", + "endFrame": 21177, + "endTime": "0:14:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 21185, + "startTime": "0:14:7.410", + "endFrame": 21622, + "endTime": "0:14:24.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 21660, + "startTime": "0:14:26.400", + "endFrame": 21906, + "endTime": "0:14:36.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 21915, + "startTime": "0:14:36.630", + "endFrame": 22425, + "endTime": "0:14:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 22454, + "startTime": "0:14:58.170", + "endFrame": 22787, + "endTime": "0:15:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 22876, + "startTime": "0:15:15.060", + "endFrame": 23136, + "endTime": "0:15:25.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 16, + "startFrame": 23137, + "startTime": "0:15:25.500", + "endFrame": 23478, + "endTime": "0:15:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 24079, + "startTime": "0:16:3.180", + "endFrame": 24419, + "endTime": "0:16:16.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 24490, + "startTime": "0:16:19.620", + "endFrame": 24744, + "endTime": "0:16:29.760", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 19, + "startFrame": 24766, + "startTime": "0:16:30.660", + "endFrame": 25157, + "endTime": "0:16:46.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 20, + "startFrame": 25188, + "startTime": "0:16:47.520", + "endFrame": 25458, + "endTime": "0:16:58.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 21, + "startFrame": 25490, + "startTime": "0:16:59.610", + "endFrame": 25741, + "endTime": "0:17:9.660", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 22, + "startFrame": 25755, + "startTime": "0:17:10.200", + "endFrame": 26177, + "endTime": "0:17:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 26193, + "startTime": "0:17:27.720", + "endFrame": 26439, + "endTime": "0:17:37.560", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 24, + "startFrame": 26451, + "startTime": "0:17:38.070", + "endFrame": 26725, + "endTime": "0:17:49.020", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 26741, + "startTime": "0:17:49.650", + "endFrame": 26997, + "endTime": "0:17:59.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 26, + "startFrame": 27051, + "startTime": "0:18:2.040", + "endFrame": 27265, + "endTime": "0:18:10.620", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 27, + "startFrame": 27282, + "startTime": "0:18:11.310", + "endFrame": 27595, + "endTime": "0:18:23.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 28, + "startFrame": 27632, + "startTime": "0:18:25.290", + "endFrame": 27958, + "endTime": "0:18:38.340", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 29, + "startFrame": 27966, + "startTime": "0:18:38.640", + "endFrame": 28353, + "endTime": "0:18:54.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 30, + "startFrame": 28355, + "startTime": "0:18:54.210", + "endFrame": 28700, + "endTime": "0:19:8.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 31, + "startFrame": 28710, + "startTime": "0:19:8.400", + "endFrame": 28969, + "endTime": "0:19:18.780", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 32, + "startFrame": 29001, + "startTime": "0:19:20.070", + "endFrame": 29307, + "endTime": "0:19:32.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 33, + "startFrame": 29319, + "startTime": "0:19:32.790", + "endFrame": 29583, + "endTime": "0:19:43.320", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 34, + "startFrame": 29635, + "startTime": "0:19:45.420", + "endFrame": 29982, + "endTime": "0:19:59.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 35, + "startFrame": 30031, + "startTime": "0:20:1.260", + "endFrame": 30521, + "endTime": "0:20:20.850", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 36, + "startFrame": 30528, + "startTime": "0:20:21.150", + "endFrame": 30967, + "endTime": "0:20:38.700", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 37, + "startFrame": 30989, + "startTime": "0:20:39.600", + "endFrame": 31344, + "endTime": "0:20:53.790", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 38, + "startFrame": 31376, + "startTime": "0:20:55.050", + "endFrame": 31614, + "endTime": "0:21:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 31623, + "startTime": "0:21:4.950", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 31986, + "startTime": "0:21:19.440", + "endFrame": 32423, + "endTime": "0:21:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 32457, + "startTime": "0:21:38.310", + "endFrame": 32699, + "endTime": "0:21:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 32701, + "startTime": "0:21:48.060", + "endFrame": 33005, + "endTime": "0:22:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 33020, + "startTime": "0:22:0.810", + "endFrame": 33365, + "endTime": "0:22:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 33395, + "startTime": "0:22:15.810", + "endFrame": 33837, + "endTime": "0:22:33.480", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 33849, + "startTime": "0:22:33.960", + "endFrame": 34448, + "endTime": "0:22:57.930", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 34548, + "startTime": "0:23:1.950", + "endFrame": 34751, + "endTime": "0:23:10.050", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 34769, + "startTime": "0:23:10.770", + "endFrame": 35079, + "endTime": "0:23:23.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 48, + "startFrame": 35097, + "startTime": "0:23:23.880", + "endFrame": 35425, + "endTime": "0:23:37.020", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 49, + "startFrame": 35453, + "startTime": "0:23:38.130", + "endFrame": 35685, + "endTime": "0:23:47.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 50, + "startFrame": 35694, + "startTime": "0:23:47.790", + "endFrame": 35976, + "endTime": "0:23:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 35997, + "startTime": "0:23:59.910", + "endFrame": 36382, + "endTime": "0:24:15.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 36426, + "startTime": "0:24:17.070", + "endFrame": 36634, + "endTime": "0:24:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 36677, + "startTime": "0:24:27.090", + "endFrame": 36964, + "endTime": "0:24:38.580", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 54, + "startFrame": 36972, + "startTime": "0:24:38.880", + "endFrame": 37479, + "endTime": "0:24:59.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 37481, + "startTime": "0:24:59.250", + "endFrame": 38056, + "endTime": "0:25:22.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 56, + "startFrame": 38065, + "startTime": "0:25:22.620", + "endFrame": 38320, + "endTime": "0:25:32.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 57, + "startFrame": 38331, + "startTime": "0:25:33.240", + "endFrame": 38620, + "endTime": "0:25:44.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 58, + "startFrame": 38625, + "startTime": "0:25:45.030", + "endFrame": 38883, + "endTime": "0:25:55.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 59, + "startFrame": 38892, + "startTime": "0:25:55.710", + "endFrame": 39468, + "endTime": "0:26:18.720", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 60, + "startFrame": 39475, + "startTime": "0:26:19.020", + "endFrame": 39801, + "endTime": "0:26:32.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 61, + "startFrame": 39807, + "startTime": "0:26:32.280", + "endFrame": 40260, + "endTime": "0:26:50.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 62, + "startFrame": 40269, + "startTime": "0:26:50.760", + "endFrame": 40522, + "endTime": "0:27:0.900", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 63, + "startFrame": 40535, + "startTime": "0:27:1.410", + "endFrame": 40937, + "endTime": "0:27:17.490", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 64, + "startFrame": 40950, + "startTime": "0:27:18.030", + "endFrame": 41249, + "endTime": "0:27:29.970", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 65, + "startFrame": 41250, + "startTime": "0:27:30.000", + "endFrame": 41507, + "endTime": "0:27:40.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 66, + "startFrame": 41603, + "startTime": "0:27:44.130", + "endFrame": 41781, + "endTime": "0:27:51.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 67, + "startFrame": 41799, + "startTime": "0:27:51.990", + "endFrame": 42276, + "endTime": "0:28:11.040", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 68, + "startFrame": 42282, + "startTime": "0:28:11.280", + "endFrame": 42704, + "endTime": "0:28:28.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 42714, + "startTime": "0:28:28.560", + "endFrame": 43306, + "endTime": "0:28:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 70, + "startFrame": 43319, + "startTime": "0:28:52.770", + "endFrame": 43604, + "endTime": "0:29:4.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 71, + "startFrame": 43604, + "startTime": "0:29:4.170", + "endFrame": 43857, + "endTime": "0:29:14.310", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 43857, + "startTime": "0:29:14.310", + "endFrame": 44189, + "endTime": "0:29:27.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 73, + "startFrame": 44318, + "startTime": "0:29:32.730", + "endFrame": 44493, + "endTime": "0:29:39.750", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 44537, + "startTime": "0:29:41.490", + "endFrame": 44766, + "endTime": "0:29:50.640", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 44797, + "startTime": "0:29:51.900", + "endFrame": 45158, + "endTime": "0:30:6.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 45187, + "startTime": "0:30:7.500", + "endFrame": 45426, + "endTime": "0:30:17.040", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 77, + "startFrame": 45450, + "startTime": "0:30:18.030", + "endFrame": 45714, + "endTime": "0:30:28.590", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 78, + "startFrame": 45733, + "startTime": "0:30:29.340", + "endFrame": 46230, + "endTime": "0:30:49.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 79, + "startFrame": 46266, + "startTime": "0:30:50.640", + "endFrame": 46656, + "endTime": "0:31:6.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 80, + "startFrame": 46689, + "startTime": "0:31:7.590", + "endFrame": 48292, + "endTime": "0:32:11.700", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 81, + "startFrame": 48328, + "startTime": "0:32:13.140", + "endFrame": 48690, + "endTime": "0:32:27.630", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 82, + "startFrame": 48717, + "startTime": "0:32:28.680", + "endFrame": 48957, + "endTime": "0:32:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 48993, + "startTime": "0:32:39.720", + "endFrame": 49428, + "endTime": "0:32:57.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 49479, + "startTime": "0:32:59.160", + "endFrame": 49801, + "endTime": "0:33:12.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 85, + "startFrame": 50740, + "startTime": "0:33:49.620", + "endFrame": 50900, + "endTime": "0:33:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 50916, + "startTime": "0:33:56.670", + "endFrame": 51237, + "endTime": "0:34:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 52305, + "startTime": "0:34:52.230", + "endFrame": 52399, + "endTime": "0:34:55.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 52416, + "startTime": "0:34:56.640", + "endFrame": 52650, + "endTime": "0:35:6.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 52661, + "startTime": "0:35:6.450", + "endFrame": 53170, + "endTime": "0:35:26.820", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 53223, + "startTime": "0:35:28.920", + "endFrame": 54427, + "endTime": "0:36:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 54432, + "startTime": "0:36:17.310", + "endFrame": 54804, + "endTime": "0:36:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 54813, + "startTime": "0:36:32.550", + "endFrame": 55211, + "endTime": "0:36:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 55226, + "startTime": "0:36:49.050", + "endFrame": 55507, + "endTime": "0:37:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 55956, + "startTime": "0:37:18.270", + "endFrame": 56256, + "endTime": "0:37:30.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 56269, + "startTime": "0:37:30.780", + "endFrame": 56724, + "endTime": "0:37:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 56737, + "startTime": "0:37:49.500", + "endFrame": 56982, + "endTime": "0:37:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 56985, + "startTime": "0:37:59.400", + "endFrame": 57283, + "endTime": "0:38:11.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 57291, + "startTime": "0:38:11.640", + "endFrame": 57731, + "endTime": "0:38:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 57827, + "startTime": "0:38:33.090", + "endFrame": 57982, + "endTime": "0:38:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 57991, + "startTime": "0:38:39.660", + "endFrame": 58381, + "endTime": "0:38:55.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 58390, + "startTime": "0:38:55.620", + "endFrame": 58671, + "endTime": "0:39:6.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 58688, + "startTime": "0:39:7.530", + "endFrame": 58994, + "endTime": "0:39:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 59005, + "startTime": "0:39:20.220", + "endFrame": 59532, + "endTime": "0:39:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 59541, + "startTime": "0:39:41.670", + "endFrame": 59904, + "endTime": "0:39:56.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 59911, + "startTime": "0:39:56.460", + "endFrame": 60210, + "endTime": "0:40:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 60277, + "startTime": "0:40:11.100", + "endFrame": 60502, + "endTime": "0:40:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 60534, + "startTime": "0:40:21.390", + "endFrame": 60926, + "endTime": "0:40:37.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 60936, + "startTime": "0:40:37.440", + "endFrame": 61516, + "endTime": "0:41:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 61533, + "startTime": "0:41:1.350", + "endFrame": 61752, + "endTime": "0:41:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 61762, + "startTime": "0:41:10.500", + "endFrame": 62208, + "endTime": "0:41:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 62218, + "startTime": "0:41:28.740", + "endFrame": 62667, + "endTime": "0:41:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 62720, + "startTime": "0:41:48.810", + "endFrame": 63017, + "endTime": "0:42:0.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 63030, + "startTime": "0:42:1.230", + "endFrame": 63336, + "endTime": "0:42:13.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 63557, + "startTime": "0:42:22.290", + "endFrame": 63663, + "endTime": "0:42:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 63837, + "startTime": "0:42:33.510", + "endFrame": 64089, + "endTime": "0:42:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 64110, + "startTime": "0:42:44.430", + "endFrame": 64342, + "endTime": "0:42:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64760, + "endTime": "0:43:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 64773, + "startTime": "0:43:10.950", + "endFrame": 65224, + "endTime": "0:43:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 65243, + "startTime": "0:43:29.730", + "endFrame": 65676, + "endTime": "0:43:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 65814, + "startTime": "0:43:52.560", + "endFrame": 65939, + "endTime": "0:43:57.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 65954, + "startTime": "0:43:58.170", + "endFrame": 66250, + "endTime": "0:44:10.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 66267, + "startTime": "0:44:10.680", + "endFrame": 66587, + "endTime": "0:44:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 66613, + "startTime": "0:44:24.540", + "endFrame": 66991, + "endTime": "0:44:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 66999, + "startTime": "0:44:39.960", + "endFrame": 67431, + "endTime": "0:44:57.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 67431, + "startTime": "0:44:57.270", + "endFrame": 67821, + "endTime": "0:45:12.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 67852, + "startTime": "0:45:14.100", + "endFrame": 68379, + "endTime": "0:45:35.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 68401, + "startTime": "0:45:36.060", + "endFrame": 68830, + "endTime": "0:45:53.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 69491, + "startTime": "0:46:19.650", + "endFrame": 69836, + "endTime": "0:46:33.450", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 129, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70289, + "endTime": "0:46:51.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 130, + "startFrame": 70301, + "startTime": "0:46:52.050", + "endFrame": 70645, + "endTime": "0:47:5.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 70655, + "startTime": "0:47:6.210", + "endFrame": 70953, + "endTime": "0:47:18.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 132, + "startFrame": 70959, + "startTime": "0:47:18.360", + "endFrame": 71356, + "endTime": "0:47:34.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 133, + "startFrame": 71394, + "startTime": "0:47:35.790", + "endFrame": 71759, + "endTime": "0:47:50.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 71787, + "startTime": "0:47:51.510", + "endFrame": 72216, + "endTime": "0:48:8.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 72274, + "startTime": "0:48:10.980", + "endFrame": 72581, + "endTime": "0:48:23.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 72588, + "startTime": "0:48:23.520", + "endFrame": 73048, + "endTime": "0:48:41.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 73056, + "startTime": "0:48:42.240", + "endFrame": 73338, + "endTime": "0:48:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 73478, + "startTime": "0:48:59.130", + "endFrame": 73716, + "endTime": "0:49:8.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 73726, + "startTime": "0:49:9.060", + "endFrame": 74382, + "endTime": "0:49:35.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 74407, + "startTime": "0:49:36.300", + "endFrame": 74781, + "endTime": "0:49:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 74816, + "startTime": "0:49:52.650", + "endFrame": 75139, + "endTime": "0:50:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75404, + "endTime": "0:50:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 75422, + "startTime": "0:50:16.890", + "endFrame": 75743, + "endTime": "0:50:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 75882, + "startTime": "0:50:35.280", + "endFrame": 76124, + "endTime": "0:50:44.970", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 145, + "startFrame": 76133, + "startTime": "0:50:45.330", + "endFrame": 76466, + "endTime": "0:50:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 76483, + "startTime": "0:50:59.340", + "endFrame": 76836, + "endTime": "0:51:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 76922, + "startTime": "0:51:16.890", + "endFrame": 77112, + "endTime": "0:51:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 77127, + "startTime": "0:51:25.110", + "endFrame": 77469, + "endTime": "0:51:38.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 77547, + "startTime": "0:51:41.880", + "endFrame": 77766, + "endTime": "0:51:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 77778, + "startTime": "0:51:51.120", + "endFrame": 78154, + "endTime": "0:52:6.180", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 151, + "startFrame": 78451, + "startTime": "0:52:18.060", + "endFrame": 78786, + "endTime": "0:52:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 78839, + "startTime": "0:52:33.570", + "endFrame": 79051, + "endTime": "0:52:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 79110, + "startTime": "0:52:44.430", + "endFrame": 79362, + "endTime": "0:52:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 79395, + "startTime": "0:52:55.830", + "endFrame": 79823, + "endTime": "0:53:12.930", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 79859, + "startTime": "0:53:14.370", + "endFrame": 80179, + "endTime": "0:53:27.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 80219, + "startTime": "0:53:28.770", + "endFrame": 82071, + "endTime": "0:54:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 82083, + "startTime": "0:54:43.350", + "endFrame": 82465, + "endTime": "0:54:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 83021, + "startTime": "0:55:20.850", + "endFrame": 83200, + "endTime": "0:55:28.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.333 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.333 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.333 + ], + "bottomright": [ + 0.333, + 0.667 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.333 + ], + "bottomright": [ + 0.666, + 0.667 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.333 + ], + "bottomright": [ + 0.998, + 0.667 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 83284, + "startTime": "0:55:31.380", + "endFrame": 83711, + "endTime": "0:55:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 83718, + "startTime": "0:55:48.750", + "endFrame": 84147, + "endTime": "0:56:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 84159, + "startTime": "0:56:6.390", + "endFrame": 84402, + "endTime": "0:56:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 84417, + "startTime": "0:56:16.680", + "endFrame": 84771, + "endTime": "0:56:30.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 84786, + "startTime": "0:56:31.440", + "endFrame": 85035, + "endTime": "0:56:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 85041, + "startTime": "0:56:41.640", + "endFrame": 85406, + "endTime": "0:56:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 85426, + "startTime": "0:56:57.060", + "endFrame": 85782, + "endTime": "0:57:11.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 85783, + "startTime": "0:57:11.340", + "endFrame": 86187, + "endTime": "0:57:27.480", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 86213, + "startTime": "0:57:28.530", + "endFrame": 86480, + "endTime": "0:57:39.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 86483, + "startTime": "0:57:39.330", + "endFrame": 86822, + "endTime": "0:57:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 86828, + "startTime": "0:57:53.130", + "endFrame": 87242, + "endTime": "0:58:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 87255, + "startTime": "0:58:10.200", + "endFrame": 87477, + "endTime": "0:58:19.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.165 + ], + "bottomright": [ + 0.666, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.165 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.333, + 0.832 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.499 + ], + "bottomright": [ + 0.666, + 0.832 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.998, + 0.832 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 87484, + "startTime": "0:58:19.380", + "endFrame": 87948, + "endTime": "0:58:37.950", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 172, + "startFrame": 87966, + "startTime": "0:58:38.670", + "endFrame": 88264, + "endTime": "0:58:50.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 88266, + "startTime": "0:58:50.670", + "endFrame": 88668, + "endTime": "0:59:6.720", + "category": "", + "note": "", + "people": [] + } +] \ No newline at end of file diff --git a/ratings/video_03-rater4.json b/ratings/video_03-rater4.json new file mode 100644 index 0000000000000000000000000000000000000000..51d466d710b896f9e8c54639b1088911f7a91ba7 --- /dev/null +++ b/ratings/video_03-rater4.json @@ -0,0 +1,12859 @@ +[ + { + "clipIdx": 0, + "startFrame": 297, + "startTime": "0:00:11.880", + "endFrame": 874, + "endTime": "0:00:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "PPT at the end", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.249, + 0.311 + ], + "bottomright": [ + 0.498, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "drawing board", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.311 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.498, + 0.311 + ], + "bottomright": [ + 0.748, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "cannot rate", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "half screen", + "position": { + "topleft": [ + 0.748, + 0.311 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 17751, + "startTime": "0:11:50.040", + "endFrame": 18136, + "endTime": "0:12:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "PPT", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "PPT", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "PPT ", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 18138, + "startTime": "0:12:5.520", + "endFrame": 18402, + "endTime": "0:12:16.110", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 3, + "startFrame": 18403, + "startTime": "0:12:16.140", + "endFrame": 18704, + "endTime": "0:12:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19050, + "endTime": "0:12:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19062, + "startTime": "0:12:42.480", + "endFrame": 19405, + "endTime": "0:12:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 19410, + "startTime": "0:12:56.430", + "endFrame": 19772, + "endTime": "0:13:10.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 19782, + "startTime": "0:13:11.280", + "endFrame": 20050, + "endTime": "0:13:22.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 20071, + "startTime": "0:13:22.860", + "endFrame": 20385, + "endTime": "0:13:35.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 20391, + "startTime": "0:13:35.670", + "endFrame": 20661, + "endTime": "0:13:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 20667, + "startTime": "0:13:46.680", + "endFrame": 21177, + "endTime": "0:14:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 21185, + "startTime": "0:14:7.410", + "endFrame": 21622, + "endTime": "0:14:24.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 21660, + "startTime": "0:14:26.400", + "endFrame": 21906, + "endTime": "0:14:36.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 21915, + "startTime": "0:14:36.630", + "endFrame": 22425, + "endTime": "0:14:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 22454, + "startTime": "0:14:58.170", + "endFrame": 22787, + "endTime": "0:15:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 22876, + "startTime": "0:15:15.060", + "endFrame": 23136, + "endTime": "0:15:25.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 16, + "startFrame": 23137, + "startTime": "0:15:25.500", + "endFrame": 23478, + "endTime": "0:15:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 24079, + "startTime": "0:16:3.180", + "endFrame": 24419, + "endTime": "0:16:16.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 24490, + "startTime": "0:16:19.620", + "endFrame": 24744, + "endTime": "0:16:29.760", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 19, + "startFrame": 24766, + "startTime": "0:16:30.660", + "endFrame": 25157, + "endTime": "0:16:46.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 20, + "startFrame": 25188, + "startTime": "0:16:47.520", + "endFrame": 25458, + "endTime": "0:16:58.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 21, + "startFrame": 25490, + "startTime": "0:16:59.610", + "endFrame": 25741, + "endTime": "0:17:9.660", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 22, + "startFrame": 25755, + "startTime": "0:17:10.200", + "endFrame": 26177, + "endTime": "0:17:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 26193, + "startTime": "0:17:27.720", + "endFrame": 26439, + "endTime": "0:17:37.560", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 24, + "startFrame": 26451, + "startTime": "0:17:38.070", + "endFrame": 26725, + "endTime": "0:17:49.020", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 26741, + "startTime": "0:17:49.650", + "endFrame": 26997, + "endTime": "0:17:59.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 26, + "startFrame": 27051, + "startTime": "0:18:2.040", + "endFrame": 27265, + "endTime": "0:18:10.620", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 27, + "startFrame": 27282, + "startTime": "0:18:11.310", + "endFrame": 27595, + "endTime": "0:18:23.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 28, + "startFrame": 27632, + "startTime": "0:18:25.290", + "endFrame": 27958, + "endTime": "0:18:38.340", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 29, + "startFrame": 27966, + "startTime": "0:18:38.640", + "endFrame": 28353, + "endTime": "0:18:54.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 30, + "startFrame": 28355, + "startTime": "0:18:54.210", + "endFrame": 28700, + "endTime": "0:19:8.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 31, + "startFrame": 28710, + "startTime": "0:19:8.400", + "endFrame": 28969, + "endTime": "0:19:18.780", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 32, + "startFrame": 29001, + "startTime": "0:19:20.070", + "endFrame": 29307, + "endTime": "0:19:32.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 33, + "startFrame": 29319, + "startTime": "0:19:32.790", + "endFrame": 29583, + "endTime": "0:19:43.320", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 34, + "startFrame": 29635, + "startTime": "0:19:45.420", + "endFrame": 29982, + "endTime": "0:19:59.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 35, + "startFrame": 30031, + "startTime": "0:20:1.260", + "endFrame": 30521, + "endTime": "0:20:20.850", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 36, + "startFrame": 30528, + "startTime": "0:20:21.150", + "endFrame": 30967, + "endTime": "0:20:38.700", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 37, + "startFrame": 30989, + "startTime": "0:20:39.600", + "endFrame": 31344, + "endTime": "0:20:53.790", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 38, + "startFrame": 31376, + "startTime": "0:20:55.050", + "endFrame": 31614, + "endTime": "0:21:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 31623, + "startTime": "0:21:4.950", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 31986, + "startTime": "0:21:19.440", + "endFrame": 32423, + "endTime": "0:21:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 32457, + "startTime": "0:21:38.310", + "endFrame": 32699, + "endTime": "0:21:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 32701, + "startTime": "0:21:48.060", + "endFrame": 33005, + "endTime": "0:22:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 33020, + "startTime": "0:22:0.810", + "endFrame": 33365, + "endTime": "0:22:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 33395, + "startTime": "0:22:15.810", + "endFrame": 33837, + "endTime": "0:22:33.480", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 33849, + "startTime": "0:22:33.960", + "endFrame": 34448, + "endTime": "0:22:57.930", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 34548, + "startTime": "0:23:1.950", + "endFrame": 34751, + "endTime": "0:23:10.050", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 34769, + "startTime": "0:23:10.770", + "endFrame": 35079, + "endTime": "0:23:23.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 48, + "startFrame": 35097, + "startTime": "0:23:23.880", + "endFrame": 35425, + "endTime": "0:23:37.020", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 49, + "startFrame": 35453, + "startTime": "0:23:38.130", + "endFrame": 35685, + "endTime": "0:23:47.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 50, + "startFrame": 35694, + "startTime": "0:23:47.790", + "endFrame": 35976, + "endTime": "0:23:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 35997, + "startTime": "0:23:59.910", + "endFrame": 36382, + "endTime": "0:24:15.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 36426, + "startTime": "0:24:17.070", + "endFrame": 36634, + "endTime": "0:24:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 36677, + "startTime": "0:24:27.090", + "endFrame": 36964, + "endTime": "0:24:38.580", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 54, + "startFrame": 36972, + "startTime": "0:24:38.880", + "endFrame": 37479, + "endTime": "0:24:59.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 37481, + "startTime": "0:24:59.250", + "endFrame": 38056, + "endTime": "0:25:22.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 56, + "startFrame": 38065, + "startTime": "0:25:22.620", + "endFrame": 38320, + "endTime": "0:25:32.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 57, + "startFrame": 38331, + "startTime": "0:25:33.240", + "endFrame": 38620, + "endTime": "0:25:44.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 58, + "startFrame": 38625, + "startTime": "0:25:45.030", + "endFrame": 38883, + "endTime": "0:25:55.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 59, + "startFrame": 38892, + "startTime": "0:25:55.710", + "endFrame": 39468, + "endTime": "0:26:18.720", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 60, + "startFrame": 39475, + "startTime": "0:26:19.020", + "endFrame": 39801, + "endTime": "0:26:32.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 61, + "startFrame": 39807, + "startTime": "0:26:32.280", + "endFrame": 40260, + "endTime": "0:26:50.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 62, + "startFrame": 40269, + "startTime": "0:26:50.760", + "endFrame": 40522, + "endTime": "0:27:0.900", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 63, + "startFrame": 40535, + "startTime": "0:27:1.410", + "endFrame": 40937, + "endTime": "0:27:17.490", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 64, + "startFrame": 40950, + "startTime": "0:27:18.030", + "endFrame": 41249, + "endTime": "0:27:29.970", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 65, + "startFrame": 41250, + "startTime": "0:27:30.000", + "endFrame": 41507, + "endTime": "0:27:40.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 66, + "startFrame": 41603, + "startTime": "0:27:44.130", + "endFrame": 41781, + "endTime": "0:27:51.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 67, + "startFrame": 41799, + "startTime": "0:27:51.990", + "endFrame": 42276, + "endTime": "0:28:11.040", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 68, + "startFrame": 42282, + "startTime": "0:28:11.280", + "endFrame": 42704, + "endTime": "0:28:28.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 42714, + "startTime": "0:28:28.560", + "endFrame": 43306, + "endTime": "0:28:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 70, + "startFrame": 43319, + "startTime": "0:28:52.770", + "endFrame": 43604, + "endTime": "0:29:4.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 71, + "startFrame": 43604, + "startTime": "0:29:4.170", + "endFrame": 43857, + "endTime": "0:29:14.310", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 43857, + "startTime": "0:29:14.310", + "endFrame": 44189, + "endTime": "0:29:27.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 73, + "startFrame": 44318, + "startTime": "0:29:32.730", + "endFrame": 44493, + "endTime": "0:29:39.750", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 44537, + "startTime": "0:29:41.490", + "endFrame": 44766, + "endTime": "0:29:50.640", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 44797, + "startTime": "0:29:51.900", + "endFrame": 45158, + "endTime": "0:30:6.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 45187, + "startTime": "0:30:7.500", + "endFrame": 45426, + "endTime": "0:30:17.040", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 77, + "startFrame": 45450, + "startTime": "0:30:18.030", + "endFrame": 45714, + "endTime": "0:30:28.590", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 78, + "startFrame": 45733, + "startTime": "0:30:29.340", + "endFrame": 46230, + "endTime": "0:30:49.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 79, + "startFrame": 46266, + "startTime": "0:30:50.640", + "endFrame": 46656, + "endTime": "0:31:6.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 80, + "startFrame": 46689, + "startTime": "0:31:7.590", + "endFrame": 48292, + "endTime": "0:32:11.700", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 81, + "startFrame": 48328, + "startTime": "0:32:13.140", + "endFrame": 48690, + "endTime": "0:32:27.630", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 82, + "startFrame": 48717, + "startTime": "0:32:28.680", + "endFrame": 48957, + "endTime": "0:32:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 48993, + "startTime": "0:32:39.720", + "endFrame": 49428, + "endTime": "0:32:57.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 49479, + "startTime": "0:32:59.160", + "endFrame": 49801, + "endTime": "0:33:12.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 85, + "startFrame": 50740, + "startTime": "0:33:49.620", + "endFrame": 50900, + "endTime": "0:33:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 50916, + "startTime": "0:33:56.670", + "endFrame": 51237, + "endTime": "0:34:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 52305, + "startTime": "0:34:52.230", + "endFrame": 52399, + "endTime": "0:34:55.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 52416, + "startTime": "0:34:56.640", + "endFrame": 52650, + "endTime": "0:35:6.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 52661, + "startTime": "0:35:6.450", + "endFrame": 53170, + "endTime": "0:35:26.820", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 53223, + "startTime": "0:35:28.920", + "endFrame": 54427, + "endTime": "0:36:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 54432, + "startTime": "0:36:17.310", + "endFrame": 54804, + "endTime": "0:36:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 54813, + "startTime": "0:36:32.550", + "endFrame": 55211, + "endTime": "0:36:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 55226, + "startTime": "0:36:49.050", + "endFrame": 55507, + "endTime": "0:37:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 55956, + "startTime": "0:37:18.270", + "endFrame": 56256, + "endTime": "0:37:30.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 56269, + "startTime": "0:37:30.780", + "endFrame": 56724, + "endTime": "0:37:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 56737, + "startTime": "0:37:49.500", + "endFrame": 56982, + "endTime": "0:37:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 56985, + "startTime": "0:37:59.400", + "endFrame": 57283, + "endTime": "0:38:11.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 57291, + "startTime": "0:38:11.640", + "endFrame": 57731, + "endTime": "0:38:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 57827, + "startTime": "0:38:33.090", + "endFrame": 57982, + "endTime": "0:38:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 57991, + "startTime": "0:38:39.660", + "endFrame": 58381, + "endTime": "0:38:55.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 58390, + "startTime": "0:38:55.620", + "endFrame": 58671, + "endTime": "0:39:6.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 58688, + "startTime": "0:39:7.530", + "endFrame": 58994, + "endTime": "0:39:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 59005, + "startTime": "0:39:20.220", + "endFrame": 59532, + "endTime": "0:39:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 59541, + "startTime": "0:39:41.670", + "endFrame": 59904, + "endTime": "0:39:56.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 59911, + "startTime": "0:39:56.460", + "endFrame": 60210, + "endTime": "0:40:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 60277, + "startTime": "0:40:11.100", + "endFrame": 60502, + "endTime": "0:40:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 60534, + "startTime": "0:40:21.390", + "endFrame": 60926, + "endTime": "0:40:37.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 60936, + "startTime": "0:40:37.440", + "endFrame": 61516, + "endTime": "0:41:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 61533, + "startTime": "0:41:1.350", + "endFrame": 61752, + "endTime": "0:41:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 61762, + "startTime": "0:41:10.500", + "endFrame": 62208, + "endTime": "0:41:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 62218, + "startTime": "0:41:28.740", + "endFrame": 62667, + "endTime": "0:41:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 62720, + "startTime": "0:41:48.810", + "endFrame": 63017, + "endTime": "0:42:0.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 63030, + "startTime": "0:42:1.230", + "endFrame": 63336, + "endTime": "0:42:13.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 63557, + "startTime": "0:42:22.290", + "endFrame": 63663, + "endTime": "0:42:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 63837, + "startTime": "0:42:33.510", + "endFrame": 64089, + "endTime": "0:42:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 64110, + "startTime": "0:42:44.430", + "endFrame": 64342, + "endTime": "0:42:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64760, + "endTime": "0:43:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 64773, + "startTime": "0:43:10.950", + "endFrame": 65224, + "endTime": "0:43:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 65243, + "startTime": "0:43:29.730", + "endFrame": 65676, + "endTime": "0:43:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 65814, + "startTime": "0:43:52.560", + "endFrame": 65939, + "endTime": "0:43:57.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 65954, + "startTime": "0:43:58.170", + "endFrame": 66250, + "endTime": "0:44:10.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 66267, + "startTime": "0:44:10.680", + "endFrame": 66587, + "endTime": "0:44:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 66613, + "startTime": "0:44:24.540", + "endFrame": 66991, + "endTime": "0:44:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 66999, + "startTime": "0:44:39.960", + "endFrame": 67431, + "endTime": "0:44:57.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 67431, + "startTime": "0:44:57.270", + "endFrame": 67821, + "endTime": "0:45:12.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 67852, + "startTime": "0:45:14.100", + "endFrame": 68379, + "endTime": "0:45:35.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 68401, + "startTime": "0:45:36.060", + "endFrame": 68830, + "endTime": "0:45:53.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 69491, + "startTime": "0:46:19.650", + "endFrame": 69836, + "endTime": "0:46:33.450", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 129, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70289, + "endTime": "0:46:51.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 130, + "startFrame": 70301, + "startTime": "0:46:52.050", + "endFrame": 70645, + "endTime": "0:47:5.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 70655, + "startTime": "0:47:6.210", + "endFrame": 70953, + "endTime": "0:47:18.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 132, + "startFrame": 70959, + "startTime": "0:47:18.360", + "endFrame": 71356, + "endTime": "0:47:34.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 133, + "startFrame": 71394, + "startTime": "0:47:35.790", + "endFrame": 71759, + "endTime": "0:47:50.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 71787, + "startTime": "0:47:51.510", + "endFrame": 72216, + "endTime": "0:48:8.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 72274, + "startTime": "0:48:10.980", + "endFrame": 72581, + "endTime": "0:48:23.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 72588, + "startTime": "0:48:23.520", + "endFrame": 73048, + "endTime": "0:48:41.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 73056, + "startTime": "0:48:42.240", + "endFrame": 73338, + "endTime": "0:48:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 73478, + "startTime": "0:48:59.130", + "endFrame": 73716, + "endTime": "0:49:8.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 73726, + "startTime": "0:49:9.060", + "endFrame": 74382, + "endTime": "0:49:35.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 74407, + "startTime": "0:49:36.300", + "endFrame": 74781, + "endTime": "0:49:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 74816, + "startTime": "0:49:52.650", + "endFrame": 75139, + "endTime": "0:50:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75404, + "endTime": "0:50:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 75422, + "startTime": "0:50:16.890", + "endFrame": 75743, + "endTime": "0:50:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 75882, + "startTime": "0:50:35.280", + "endFrame": 76124, + "endTime": "0:50:44.970", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 145, + "startFrame": 76133, + "startTime": "0:50:45.330", + "endFrame": 76466, + "endTime": "0:50:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 76483, + "startTime": "0:50:59.340", + "endFrame": 76836, + "endTime": "0:51:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 76922, + "startTime": "0:51:16.890", + "endFrame": 77112, + "endTime": "0:51:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 77127, + "startTime": "0:51:25.110", + "endFrame": 77469, + "endTime": "0:51:38.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 77547, + "startTime": "0:51:41.880", + "endFrame": 77766, + "endTime": "0:51:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 77778, + "startTime": "0:51:51.120", + "endFrame": 78154, + "endTime": "0:52:6.180", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 151, + "startFrame": 78451, + "startTime": "0:52:18.060", + "endFrame": 78786, + "endTime": "0:52:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 78839, + "startTime": "0:52:33.570", + "endFrame": 79051, + "endTime": "0:52:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 79110, + "startTime": "0:52:44.430", + "endFrame": 79362, + "endTime": "0:52:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 79395, + "startTime": "0:52:55.830", + "endFrame": 79823, + "endTime": "0:53:12.930", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 79859, + "startTime": "0:53:14.370", + "endFrame": 80179, + "endTime": "0:53:27.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 80219, + "startTime": "0:53:28.770", + "endFrame": 82071, + "endTime": "0:54:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 82083, + "startTime": "0:54:43.350", + "endFrame": 82465, + "endTime": "0:54:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 83021, + "startTime": "0:55:20.850", + "endFrame": 83200, + "endTime": "0:55:28.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.333 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.333 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.333 + ], + "bottomright": [ + 0.333, + 0.667 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.333 + ], + "bottomright": [ + 0.666, + 0.667 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.333 + ], + "bottomright": [ + 0.998, + 0.667 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 83284, + "startTime": "0:55:31.380", + "endFrame": 83711, + "endTime": "0:55:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 83718, + "startTime": "0:55:48.750", + "endFrame": 84147, + "endTime": "0:56:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 84159, + "startTime": "0:56:6.390", + "endFrame": 84402, + "endTime": "0:56:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 84417, + "startTime": "0:56:16.680", + "endFrame": 84771, + "endTime": "0:56:30.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 84786, + "startTime": "0:56:31.440", + "endFrame": 85035, + "endTime": "0:56:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 85041, + "startTime": "0:56:41.640", + "endFrame": 85406, + "endTime": "0:56:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 85426, + "startTime": "0:56:57.060", + "endFrame": 85782, + "endTime": "0:57:11.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 85783, + "startTime": "0:57:11.340", + "endFrame": 86187, + "endTime": "0:57:27.480", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 86213, + "startTime": "0:57:28.530", + "endFrame": 86480, + "endTime": "0:57:39.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 86483, + "startTime": "0:57:39.330", + "endFrame": 86822, + "endTime": "0:57:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 86828, + "startTime": "0:57:53.130", + "endFrame": 87242, + "endTime": "0:58:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 87255, + "startTime": "0:58:10.200", + "endFrame": 87477, + "endTime": "0:58:19.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.165 + ], + "bottomright": [ + 0.666, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.165 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.333, + 0.832 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.499 + ], + "bottomright": [ + 0.666, + 0.832 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.998, + 0.832 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 87484, + "startTime": "0:58:19.380", + "endFrame": 87948, + "endTime": "0:58:37.950", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 172, + "startFrame": 87966, + "startTime": "0:58:38.670", + "endFrame": 88264, + "endTime": "0:58:50.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 88266, + "startTime": "0:58:50.670", + "endFrame": 88668, + "endTime": "0:59:6.720", + "category": "", + "note": "", + "people": [] + } +] \ No newline at end of file diff --git a/ratings/video_03-rater6.json b/ratings/video_03-rater6.json new file mode 100644 index 0000000000000000000000000000000000000000..1adaeed7f9482c309478da2568829c5746a50fe8 --- /dev/null +++ b/ratings/video_03-rater6.json @@ -0,0 +1,12859 @@ +[ + { + "clipIdx": 0, + "startFrame": 297, + "startTime": "0:00:11.880", + "endFrame": 874, + "endTime": "0:00:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "two screens", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "PPT at the end", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.249, + 0.311 + ], + "bottomright": [ + 0.498, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "drawing board", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.311 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "two screens", + "position": { + "topleft": [ + 0.498, + 0.311 + ], + "bottomright": [ + 0.748, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "cannot rate", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "half screen", + "position": { + "topleft": [ + 0.748, + 0.311 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 17751, + "startTime": "0:11:50.040", + "endFrame": 18136, + "endTime": "0:12:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "PPT", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "PPT", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "PPT at the beginning", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "PPT ", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 18138, + "startTime": "0:12:5.520", + "endFrame": 18402, + "endTime": "0:12:16.110", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 3, + "startFrame": 18403, + "startTime": "0:12:16.140", + "endFrame": 18704, + "endTime": "0:12:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19050, + "endTime": "0:12:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19062, + "startTime": "0:12:42.480", + "endFrame": 19405, + "endTime": "0:12:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 19410, + "startTime": "0:12:56.430", + "endFrame": 19772, + "endTime": "0:13:10.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 19782, + "startTime": "0:13:11.280", + "endFrame": 20050, + "endTime": "0:13:22.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 20071, + "startTime": "0:13:22.860", + "endFrame": 20385, + "endTime": "0:13:35.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 20391, + "startTime": "0:13:35.670", + "endFrame": 20661, + "endTime": "0:13:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 20667, + "startTime": "0:13:46.680", + "endFrame": 21177, + "endTime": "0:14:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "two people", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 21185, + "startTime": "0:14:7.410", + "endFrame": 21622, + "endTime": "0:14:24.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 21660, + "startTime": "0:14:26.400", + "endFrame": 21906, + "endTime": "0:14:36.270", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 21915, + "startTime": "0:14:36.630", + "endFrame": 22425, + "endTime": "0:14:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 22454, + "startTime": "0:14:58.170", + "endFrame": 22787, + "endTime": "0:15:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 22876, + "startTime": "0:15:15.060", + "endFrame": 23136, + "endTime": "0:15:25.440", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 16, + "startFrame": 23137, + "startTime": "0:15:25.500", + "endFrame": 23478, + "endTime": "0:15:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 24079, + "startTime": "0:16:3.180", + "endFrame": 24419, + "endTime": "0:16:16.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 24490, + "startTime": "0:16:19.620", + "endFrame": 24744, + "endTime": "0:16:29.760", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 19, + "startFrame": 24766, + "startTime": "0:16:30.660", + "endFrame": 25157, + "endTime": "0:16:46.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 20, + "startFrame": 25188, + "startTime": "0:16:47.520", + "endFrame": 25458, + "endTime": "0:16:58.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 21, + "startFrame": 25490, + "startTime": "0:16:59.610", + "endFrame": 25741, + "endTime": "0:17:9.660", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 22, + "startFrame": 25755, + "startTime": "0:17:10.200", + "endFrame": 26177, + "endTime": "0:17:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 26193, + "startTime": "0:17:27.720", + "endFrame": 26439, + "endTime": "0:17:37.560", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 24, + "startFrame": 26451, + "startTime": "0:17:38.070", + "endFrame": 26725, + "endTime": "0:17:49.020", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 25, + "startFrame": 26741, + "startTime": "0:17:49.650", + "endFrame": 26997, + "endTime": "0:17:59.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 26, + "startFrame": 27051, + "startTime": "0:18:2.040", + "endFrame": 27265, + "endTime": "0:18:10.620", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 27, + "startFrame": 27282, + "startTime": "0:18:11.310", + "endFrame": 27595, + "endTime": "0:18:23.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 28, + "startFrame": 27632, + "startTime": "0:18:25.290", + "endFrame": 27958, + "endTime": "0:18:38.340", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 29, + "startFrame": 27966, + "startTime": "0:18:38.640", + "endFrame": 28353, + "endTime": "0:18:54.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 30, + "startFrame": 28355, + "startTime": "0:18:54.210", + "endFrame": 28700, + "endTime": "0:19:8.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 31, + "startFrame": 28710, + "startTime": "0:19:8.400", + "endFrame": 28969, + "endTime": "0:19:18.780", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 32, + "startFrame": 29001, + "startTime": "0:19:20.070", + "endFrame": 29307, + "endTime": "0:19:32.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 33, + "startFrame": 29319, + "startTime": "0:19:32.790", + "endFrame": 29583, + "endTime": "0:19:43.320", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 34, + "startFrame": 29635, + "startTime": "0:19:45.420", + "endFrame": 29982, + "endTime": "0:19:59.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 35, + "startFrame": 30031, + "startTime": "0:20:1.260", + "endFrame": 30521, + "endTime": "0:20:20.850", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 36, + "startFrame": 30528, + "startTime": "0:20:21.150", + "endFrame": 30967, + "endTime": "0:20:38.700", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 37, + "startFrame": 30989, + "startTime": "0:20:39.600", + "endFrame": 31344, + "endTime": "0:20:53.790", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 38, + "startFrame": 31376, + "startTime": "0:20:55.050", + "endFrame": 31614, + "endTime": "0:21:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 31623, + "startTime": "0:21:4.950", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 31986, + "startTime": "0:21:19.440", + "endFrame": 32423, + "endTime": "0:21:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 32457, + "startTime": "0:21:38.310", + "endFrame": 32699, + "endTime": "0:21:47.970", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 32701, + "startTime": "0:21:48.060", + "endFrame": 33005, + "endTime": "0:22:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 33020, + "startTime": "0:22:0.810", + "endFrame": 33365, + "endTime": "0:22:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 33395, + "startTime": "0:22:15.810", + "endFrame": 33837, + "endTime": "0:22:33.480", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 45, + "startFrame": 33849, + "startTime": "0:22:33.960", + "endFrame": 34448, + "endTime": "0:22:57.930", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 46, + "startFrame": 34548, + "startTime": "0:23:1.950", + "endFrame": 34751, + "endTime": "0:23:10.050", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 34769, + "startTime": "0:23:10.770", + "endFrame": 35079, + "endTime": "0:23:23.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 48, + "startFrame": 35097, + "startTime": "0:23:23.880", + "endFrame": 35425, + "endTime": "0:23:37.020", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 49, + "startFrame": 35453, + "startTime": "0:23:38.130", + "endFrame": 35685, + "endTime": "0:23:47.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 50, + "startFrame": 35694, + "startTime": "0:23:47.790", + "endFrame": 35976, + "endTime": "0:23:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 35997, + "startTime": "0:23:59.910", + "endFrame": 36382, + "endTime": "0:24:15.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 36426, + "startTime": "0:24:17.070", + "endFrame": 36634, + "endTime": "0:24:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 36677, + "startTime": "0:24:27.090", + "endFrame": 36964, + "endTime": "0:24:38.580", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 54, + "startFrame": 36972, + "startTime": "0:24:38.880", + "endFrame": 37479, + "endTime": "0:24:59.190", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 55, + "startFrame": 37481, + "startTime": "0:24:59.250", + "endFrame": 38056, + "endTime": "0:25:22.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 56, + "startFrame": 38065, + "startTime": "0:25:22.620", + "endFrame": 38320, + "endTime": "0:25:32.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 57, + "startFrame": 38331, + "startTime": "0:25:33.240", + "endFrame": 38620, + "endTime": "0:25:44.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 58, + "startFrame": 38625, + "startTime": "0:25:45.030", + "endFrame": 38883, + "endTime": "0:25:55.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 59, + "startFrame": 38892, + "startTime": "0:25:55.710", + "endFrame": 39468, + "endTime": "0:26:18.720", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 60, + "startFrame": 39475, + "startTime": "0:26:19.020", + "endFrame": 39801, + "endTime": "0:26:32.070", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 61, + "startFrame": 39807, + "startTime": "0:26:32.280", + "endFrame": 40260, + "endTime": "0:26:50.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 62, + "startFrame": 40269, + "startTime": "0:26:50.760", + "endFrame": 40522, + "endTime": "0:27:0.900", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 63, + "startFrame": 40535, + "startTime": "0:27:1.410", + "endFrame": 40937, + "endTime": "0:27:17.490", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 64, + "startFrame": 40950, + "startTime": "0:27:18.030", + "endFrame": 41249, + "endTime": "0:27:29.970", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 65, + "startFrame": 41250, + "startTime": "0:27:30.000", + "endFrame": 41507, + "endTime": "0:27:40.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 66, + "startFrame": 41603, + "startTime": "0:27:44.130", + "endFrame": 41781, + "endTime": "0:27:51.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 67, + "startFrame": 41799, + "startTime": "0:27:51.990", + "endFrame": 42276, + "endTime": "0:28:11.040", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 68, + "startFrame": 42282, + "startTime": "0:28:11.280", + "endFrame": 42704, + "endTime": "0:28:28.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 42714, + "startTime": "0:28:28.560", + "endFrame": 43306, + "endTime": "0:28:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 70, + "startFrame": 43319, + "startTime": "0:28:52.770", + "endFrame": 43604, + "endTime": "0:29:4.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 71, + "startFrame": 43604, + "startTime": "0:29:4.170", + "endFrame": 43857, + "endTime": "0:29:14.310", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 72, + "startFrame": 43857, + "startTime": "0:29:14.310", + "endFrame": 44189, + "endTime": "0:29:27.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 73, + "startFrame": 44318, + "startTime": "0:29:32.730", + "endFrame": 44493, + "endTime": "0:29:39.750", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 44537, + "startTime": "0:29:41.490", + "endFrame": 44766, + "endTime": "0:29:50.640", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 75, + "startFrame": 44797, + "startTime": "0:29:51.900", + "endFrame": 45158, + "endTime": "0:30:6.330", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 45187, + "startTime": "0:30:7.500", + "endFrame": 45426, + "endTime": "0:30:17.040", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 77, + "startFrame": 45450, + "startTime": "0:30:18.030", + "endFrame": 45714, + "endTime": "0:30:28.590", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 78, + "startFrame": 45733, + "startTime": "0:30:29.340", + "endFrame": 46230, + "endTime": "0:30:49.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 79, + "startFrame": 46266, + "startTime": "0:30:50.640", + "endFrame": 46656, + "endTime": "0:31:6.270", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 80, + "startFrame": 46689, + "startTime": "0:31:7.590", + "endFrame": 48292, + "endTime": "0:32:11.700", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 81, + "startFrame": 48328, + "startTime": "0:32:13.140", + "endFrame": 48690, + "endTime": "0:32:27.630", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 82, + "startFrame": 48717, + "startTime": "0:32:28.680", + "endFrame": 48957, + "endTime": "0:32:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 48993, + "startTime": "0:32:39.720", + "endFrame": 49428, + "endTime": "0:32:57.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 84, + "startFrame": 49479, + "startTime": "0:32:59.160", + "endFrame": 49801, + "endTime": "0:33:12.060", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 85, + "startFrame": 50740, + "startTime": "0:33:49.620", + "endFrame": 50900, + "endTime": "0:33:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 50916, + "startTime": "0:33:56.670", + "endFrame": 51237, + "endTime": "0:34:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 52305, + "startTime": "0:34:52.230", + "endFrame": 52399, + "endTime": "0:34:55.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 52416, + "startTime": "0:34:56.640", + "endFrame": 52650, + "endTime": "0:35:6.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 52661, + "startTime": "0:35:6.450", + "endFrame": 53170, + "endTime": "0:35:26.820", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 53223, + "startTime": "0:35:28.920", + "endFrame": 54427, + "endTime": "0:36:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 54432, + "startTime": "0:36:17.310", + "endFrame": 54804, + "endTime": "0:36:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 54813, + "startTime": "0:36:32.550", + "endFrame": 55211, + "endTime": "0:36:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 55226, + "startTime": "0:36:49.050", + "endFrame": 55507, + "endTime": "0:37:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 55956, + "startTime": "0:37:18.270", + "endFrame": 56256, + "endTime": "0:37:30.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 56269, + "startTime": "0:37:30.780", + "endFrame": 56724, + "endTime": "0:37:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 56737, + "startTime": "0:37:49.500", + "endFrame": 56982, + "endTime": "0:37:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 56985, + "startTime": "0:37:59.400", + "endFrame": 57283, + "endTime": "0:38:11.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 57291, + "startTime": "0:38:11.640", + "endFrame": 57731, + "endTime": "0:38:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 57827, + "startTime": "0:38:33.090", + "endFrame": 57982, + "endTime": "0:38:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 57991, + "startTime": "0:38:39.660", + "endFrame": 58381, + "endTime": "0:38:55.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 58390, + "startTime": "0:38:55.620", + "endFrame": 58671, + "endTime": "0:39:6.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 58688, + "startTime": "0:39:7.530", + "endFrame": 58994, + "endTime": "0:39:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 59005, + "startTime": "0:39:20.220", + "endFrame": 59532, + "endTime": "0:39:41.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 59541, + "startTime": "0:39:41.670", + "endFrame": 59904, + "endTime": "0:39:56.190", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 59911, + "startTime": "0:39:56.460", + "endFrame": 60210, + "endTime": "0:40:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 60277, + "startTime": "0:40:11.100", + "endFrame": 60502, + "endTime": "0:40:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 60534, + "startTime": "0:40:21.390", + "endFrame": 60926, + "endTime": "0:40:37.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 60936, + "startTime": "0:40:37.440", + "endFrame": 61516, + "endTime": "0:41:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 61533, + "startTime": "0:41:1.350", + "endFrame": 61752, + "endTime": "0:41:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 61762, + "startTime": "0:41:10.500", + "endFrame": 62208, + "endTime": "0:41:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 62218, + "startTime": "0:41:28.740", + "endFrame": 62667, + "endTime": "0:41:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 62720, + "startTime": "0:41:48.810", + "endFrame": 63017, + "endTime": "0:42:0.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 63030, + "startTime": "0:42:1.230", + "endFrame": 63336, + "endTime": "0:42:13.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 63557, + "startTime": "0:42:22.290", + "endFrame": 63663, + "endTime": "0:42:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 63837, + "startTime": "0:42:33.510", + "endFrame": 64089, + "endTime": "0:42:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 64110, + "startTime": "0:42:44.430", + "endFrame": 64342, + "endTime": "0:42:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64760, + "endTime": "0:43:10.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 64773, + "startTime": "0:43:10.950", + "endFrame": 65224, + "endTime": "0:43:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 65243, + "startTime": "0:43:29.730", + "endFrame": 65676, + "endTime": "0:43:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 65814, + "startTime": "0:43:52.560", + "endFrame": 65939, + "endTime": "0:43:57.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 65954, + "startTime": "0:43:58.170", + "endFrame": 66250, + "endTime": "0:44:10.020", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 66267, + "startTime": "0:44:10.680", + "endFrame": 66587, + "endTime": "0:44:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 66613, + "startTime": "0:44:24.540", + "endFrame": 66991, + "endTime": "0:44:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 66999, + "startTime": "0:44:39.960", + "endFrame": 67431, + "endTime": "0:44:57.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 67431, + "startTime": "0:44:57.270", + "endFrame": 67821, + "endTime": "0:45:12.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 67852, + "startTime": "0:45:14.100", + "endFrame": 68379, + "endTime": "0:45:35.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 68401, + "startTime": "0:45:36.060", + "endFrame": 68830, + "endTime": "0:45:53.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 69491, + "startTime": "0:46:19.650", + "endFrame": 69836, + "endTime": "0:46:33.450", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 129, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70289, + "endTime": "0:46:51.570", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 130, + "startFrame": 70301, + "startTime": "0:46:52.050", + "endFrame": 70645, + "endTime": "0:47:5.820", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 131, + "startFrame": 70655, + "startTime": "0:47:6.210", + "endFrame": 70953, + "endTime": "0:47:18.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 132, + "startFrame": 70959, + "startTime": "0:47:18.360", + "endFrame": 71356, + "endTime": "0:47:34.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 133, + "startFrame": 71394, + "startTime": "0:47:35.790", + "endFrame": 71759, + "endTime": "0:47:50.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 71787, + "startTime": "0:47:51.510", + "endFrame": 72216, + "endTime": "0:48:8.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 72274, + "startTime": "0:48:10.980", + "endFrame": 72581, + "endTime": "0:48:23.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 72588, + "startTime": "0:48:23.520", + "endFrame": 73048, + "endTime": "0:48:41.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 73056, + "startTime": "0:48:42.240", + "endFrame": 73338, + "endTime": "0:48:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 73478, + "startTime": "0:48:59.130", + "endFrame": 73716, + "endTime": "0:49:8.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 73726, + "startTime": "0:49:9.060", + "endFrame": 74382, + "endTime": "0:49:35.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 74407, + "startTime": "0:49:36.300", + "endFrame": 74781, + "endTime": "0:49:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 74816, + "startTime": "0:49:52.650", + "endFrame": 75139, + "endTime": "0:50:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 75164, + "startTime": "0:50:6.570", + "endFrame": 75404, + "endTime": "0:50:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 75422, + "startTime": "0:50:16.890", + "endFrame": 75743, + "endTime": "0:50:29.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 75882, + "startTime": "0:50:35.280", + "endFrame": 76124, + "endTime": "0:50:44.970", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 145, + "startFrame": 76133, + "startTime": "0:50:45.330", + "endFrame": 76466, + "endTime": "0:50:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 76483, + "startTime": "0:50:59.340", + "endFrame": 76836, + "endTime": "0:51:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 76922, + "startTime": "0:51:16.890", + "endFrame": 77112, + "endTime": "0:51:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 77127, + "startTime": "0:51:25.110", + "endFrame": 77469, + "endTime": "0:51:38.760", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 77547, + "startTime": "0:51:41.880", + "endFrame": 77766, + "endTime": "0:51:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0 + ], + "bottomright": [ + 0.748, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 77778, + "startTime": "0:51:51.120", + "endFrame": 78154, + "endTime": "0:52:6.180", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 151, + "startFrame": 78451, + "startTime": "0:52:18.060", + "endFrame": 78786, + "endTime": "0:52:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 78839, + "startTime": "0:52:33.570", + "endFrame": 79051, + "endTime": "0:52:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 79110, + "startTime": "0:52:44.430", + "endFrame": 79362, + "endTime": "0:52:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 79395, + "startTime": "0:52:55.830", + "endFrame": 79823, + "endTime": "0:53:12.930", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 79859, + "startTime": "0:53:14.370", + "endFrame": 80179, + "endTime": "0:53:27.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 80219, + "startTime": "0:53:28.770", + "endFrame": 82071, + "endTime": "0:54:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 82083, + "startTime": "0:54:43.350", + "endFrame": 82465, + "endTime": "0:54:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 83021, + "startTime": "0:55:20.850", + "endFrame": 83200, + "endTime": "0:55:28.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.333 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.333 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.333 + ], + "bottomright": [ + 0.333, + 0.667 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.333 + ], + "bottomright": [ + 0.666, + 0.667 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.333 + ], + "bottomright": [ + 0.998, + 0.667 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 83284, + "startTime": "0:55:31.380", + "endFrame": 83711, + "endTime": "0:55:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 83718, + "startTime": "0:55:48.750", + "endFrame": 84147, + "endTime": "0:56:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 84159, + "startTime": "0:56:6.390", + "endFrame": 84402, + "endTime": "0:56:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 84417, + "startTime": "0:56:16.680", + "endFrame": 84771, + "endTime": "0:56:30.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 84786, + "startTime": "0:56:31.440", + "endFrame": 85035, + "endTime": "0:56:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 85041, + "startTime": "0:56:41.640", + "endFrame": 85406, + "endTime": "0:56:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 85426, + "startTime": "0:56:57.060", + "endFrame": 85782, + "endTime": "0:57:11.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 85783, + "startTime": "0:57:11.340", + "endFrame": 86187, + "endTime": "0:57:27.480", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 86213, + "startTime": "0:57:28.530", + "endFrame": 86480, + "endTime": "0:57:39.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 86483, + "startTime": "0:57:39.330", + "endFrame": 86822, + "endTime": "0:57:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 86828, + "startTime": "0:57:53.130", + "endFrame": 87242, + "endTime": "0:58:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.331 + ], + "bottomright": [ + 0.333, + 0.661 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.331 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.331 + ], + "bottomright": [ + 0.666, + 0.661 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.331 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.331 + ], + "bottomright": [ + 0.998, + 0.661 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.661 + ], + "bottomright": [ + 0.666, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 87255, + "startTime": "0:58:10.200", + "endFrame": 87477, + "endTime": "0:58:19.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.165 + ], + "bottomright": [ + 0.666, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.165 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.333, + 0.832 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.499 + ], + "bottomright": [ + 0.666, + 0.832 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.998, + 0.832 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 87484, + "startTime": "0:58:19.380", + "endFrame": 87948, + "endTime": "0:58:37.950", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 172, + "startFrame": 87966, + "startTime": "0:58:38.670", + "endFrame": 88264, + "endTime": "0:58:50.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 88266, + "startTime": "0:58:50.670", + "endFrame": 88668, + "endTime": "0:59:6.720", + "category": "", + "note": "", + "people": [] + } +] \ No newline at end of file diff --git a/ratings/video_05-rater0.json b/ratings/video_05-rater0.json new file mode 100644 index 0000000000000000000000000000000000000000..29f229ab1f4b5542e619068834b1af0c9d096462 --- /dev/null +++ b/ratings/video_05-rater0.json @@ -0,0 +1,20747 @@ +[ + { + "clipIdx": 0, + "startFrame": 126, + "startTime": "0:00:5.040", + "endFrame": 441, + "endTime": "0:00:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 456, + "startTime": "0:00:18.270", + "endFrame": 749, + "endTime": "0:00:29.970", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 790, + "startTime": "0:00:31.620", + "endFrame": 1000, + "endTime": "0:00:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1030, + "startTime": "0:00:41.220", + "endFrame": 1350, + "endTime": "0:00:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1356, + "startTime": "0:00:54.240", + "endFrame": 1642, + "endTime": "0:01:5.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1705, + "startTime": "0:01:8.220", + "endFrame": 1968, + "endTime": "0:01:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1999, + "startTime": "0:01:19.980", + "endFrame": 2287, + "endTime": "0:01:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2314, + "startTime": "0:01:32.580", + "endFrame": 2638, + "endTime": "0:01:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2660, + "startTime": "0:01:46.410", + "endFrame": 3267, + "endTime": "0:02:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3306, + "startTime": "0:02:12.270", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3554, + "startTime": "0:02:22.170", + "endFrame": 3819, + "endTime": "0:02:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3861, + "startTime": "0:02:34.470", + "endFrame": 4145, + "endTime": "0:02:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4187, + "startTime": "0:02:47.490", + "endFrame": 4605, + "endTime": "0:03:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4667, + "startTime": "0:03:6.690", + "endFrame": 4979, + "endTime": "0:03:19.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4980, + "startTime": "0:03:19.200", + "endFrame": 5483, + "endTime": "0:03:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5521, + "startTime": "0:03:40.860", + "endFrame": 5787, + "endTime": "0:03:51.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5918, + "startTime": "0:03:56.730", + "endFrame": 6043, + "endTime": "0:04:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6123, + "startTime": "0:04:4.950", + "endFrame": 6609, + "endTime": "0:04:24.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7511, + "startTime": "0:05:0.450", + "endFrame": 7534, + "endTime": "0:05:1.380", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7569, + "startTime": "0:05:2.790", + "endFrame": 7797, + "endTime": "0:05:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7824, + "startTime": "0:05:12.990", + "endFrame": 8134, + "endTime": "0:05:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8175, + "startTime": "0:05:27.030", + "endFrame": 8496, + "endTime": "0:05:39.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8502, + "startTime": "0:05:40.110", + "endFrame": 9079, + "endTime": "0:06:3.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9147, + "startTime": "0:06:5.910", + "endFrame": 9626, + "endTime": "0:06:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9774, + "startTime": "0:06:30.990", + "endFrame": 9957, + "endTime": "0:06:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10017, + "startTime": "0:06:40.680", + "endFrame": 10254, + "endTime": "0:06:50.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10276, + "startTime": "0:06:51.060", + "endFrame": 10655, + "endTime": "0:07:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10701, + "startTime": "0:07:8.070", + "endFrame": 11117, + "endTime": "0:07:24.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11142, + "startTime": "0:07:25.710", + "endFrame": 11546, + "endTime": "0:07:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11559, + "startTime": "0:07:42.360", + "endFrame": 11949, + "endTime": "0:07:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12006, + "startTime": "0:08:0.270", + "endFrame": 12410, + "endTime": "0:08:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12444, + "startTime": "0:08:17.760", + "endFrame": 12891, + "endTime": "0:08:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12962, + "startTime": "0:08:38.490", + "endFrame": 13338, + "endTime": "0:08:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13369, + "startTime": "0:08:54.780", + "endFrame": 13727, + "endTime": "0:09:9.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13803, + "startTime": "0:09:12.150", + "endFrame": 14211, + "endTime": "0:09:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14226, + "startTime": "0:09:29.070", + "endFrame": 14516, + "endTime": "0:09:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14525, + "startTime": "0:09:41.010", + "endFrame": 15117, + "endTime": "0:10:4.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 15198, + "startTime": "0:10:7.950", + "endFrame": 15643, + "endTime": "0:10:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15644, + "startTime": "0:10:25.800", + "endFrame": 15990, + "endTime": "0:10:39.600", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16008, + "startTime": "0:10:40.320", + "endFrame": 16441, + "endTime": "0:10:57.660", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16453, + "startTime": "0:10:58.140", + "endFrame": 16722, + "endTime": "0:11:8.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 16741, + "startTime": "0:11:9.660", + "endFrame": 17097, + "endTime": "0:11:23.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17151, + "startTime": "0:11:26.070", + "endFrame": 17649, + "endTime": "0:11:45.990", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17733, + "startTime": "0:11:49.350", + "endFrame": 17975, + "endTime": "0:11:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18011, + "startTime": "0:12:0.450", + "endFrame": 18690, + "endTime": "0:12:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18763, + "startTime": "0:12:30.540", + "endFrame": 19196, + "endTime": "0:12:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 19247, + "startTime": "0:12:49.890", + "endFrame": 19565, + "endTime": "0:13:2.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19710, + "startTime": "0:13:8.430", + "endFrame": 19905, + "endTime": "0:13:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19925, + "startTime": "0:13:17.010", + "endFrame": 20193, + "endTime": "0:13:27.720", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 20222, + "startTime": "0:13:28.890", + "endFrame": 20462, + "endTime": "0:13:38.490", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20486, + "startTime": "0:13:39.450", + "endFrame": 20922, + "endTime": "0:13:56.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20963, + "startTime": "0:13:58.530", + "endFrame": 21681, + "endTime": "0:14:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21734, + "startTime": "0:14:29.370", + "endFrame": 22029, + "endTime": "0:14:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 22054, + "startTime": "0:14:42.180", + "endFrame": 22335, + "endTime": "0:14:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 22383, + "startTime": "0:14:55.350", + "endFrame": 22596, + "endTime": "0:15:3.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22725, + "startTime": "0:15:9.000", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22974, + "startTime": "0:15:18.960", + "endFrame": 23212, + "endTime": "0:15:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23319, + "startTime": "0:15:32.760", + "endFrame": 23550, + "endTime": "0:15:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 24633, + "startTime": "0:16:25.320", + "endFrame": 24862, + "endTime": "0:16:34.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24864, + "startTime": "0:16:34.560", + "endFrame": 25432, + "endTime": "0:16:57.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 25492, + "startTime": "0:16:59.700", + "endFrame": 25998, + "endTime": "0:17:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26432, + "endTime": "0:17:37.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 26452, + "startTime": "0:17:38.100", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27057, + "startTime": "0:18:2.280", + "endFrame": 27417, + "endTime": "0:18:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 27435, + "startTime": "0:18:17.430", + "endFrame": 27812, + "endTime": "0:18:32.490", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 27837, + "startTime": "0:18:33.510", + "endFrame": 28208, + "endTime": "0:18:48.360", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 28256, + "startTime": "0:18:50.250", + "endFrame": 28509, + "endTime": "0:19:0.390", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28553, + "startTime": "0:19:2.130", + "endFrame": 28942, + "endTime": "0:19:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 28952, + "startTime": "0:19:18.090", + "endFrame": 29445, + "endTime": "0:19:37.800", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 29460, + "startTime": "0:19:38.400", + "endFrame": 29704, + "endTime": "0:19:48.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29716, + "startTime": "0:19:48.660", + "endFrame": 30100, + "endTime": "0:20:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30118, + "startTime": "0:20:4.740", + "endFrame": 30381, + "endTime": "0:20:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30416, + "startTime": "0:20:16.650", + "endFrame": 30714, + "endTime": "0:20:28.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30821, + "startTime": "0:20:32.850", + "endFrame": 31017, + "endTime": "0:20:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 31018, + "startTime": "0:20:40.740", + "endFrame": 31365, + "endTime": "0:20:54.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31397, + "startTime": "0:20:55.890", + "endFrame": 31644, + "endTime": "0:21:5.790", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31677, + "startTime": "0:21:7.080", + "endFrame": 31986, + "endTime": "0:21:19.440", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 32039, + "startTime": "0:21:21.570", + "endFrame": 32541, + "endTime": "0:21:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32622, + "startTime": "0:21:44.880", + "endFrame": 33141, + "endTime": "0:22:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33154, + "startTime": "0:22:6.180", + "endFrame": 33440, + "endTime": "0:22:17.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 33471, + "startTime": "0:22:18.870", + "endFrame": 33677, + "endTime": "0:22:27.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33773, + "startTime": "0:22:30.930", + "endFrame": 34004, + "endTime": "0:22:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 34044, + "startTime": "0:22:41.790", + "endFrame": 34288, + "endTime": "0:22:51.540", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34315, + "startTime": "0:22:52.620", + "endFrame": 34634, + "endTime": "0:23:5.370", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34755, + "startTime": "0:23:10.200", + "endFrame": 34957, + "endTime": "0:23:18.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34997, + "startTime": "0:23:19.890", + "endFrame": 35297, + "endTime": "0:23:31.890", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35389, + "startTime": "0:23:35.580", + "endFrame": 35654, + "endTime": "0:23:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 36411, + "startTime": "0:24:16.470", + "endFrame": 36713, + "endTime": "0:24:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36725, + "startTime": "0:24:29.010", + "endFrame": 37162, + "endTime": "0:24:46.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37200, + "startTime": "0:24:48.030", + "endFrame": 37775, + "endTime": "0:25:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 37815, + "startTime": "0:25:12.600", + "endFrame": 38089, + "endTime": "0:25:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38109, + "startTime": "0:25:24.390", + "endFrame": 38354, + "endTime": "0:25:34.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38363, + "startTime": "0:25:34.530", + "endFrame": 38663, + "endTime": "0:25:46.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 38671, + "startTime": "0:25:46.860", + "endFrame": 39239, + "endTime": "0:26:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39241, + "startTime": "0:26:9.660", + "endFrame": 39592, + "endTime": "0:26:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 39649, + "startTime": "0:26:25.980", + "endFrame": 40035, + "endTime": "0:26:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40048, + "startTime": "0:26:41.940", + "endFrame": 40765, + "endTime": "0:27:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40774, + "startTime": "0:27:10.980", + "endFrame": 41073, + "endTime": "0:27:22.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41082, + "startTime": "0:27:23.310", + "endFrame": 41411, + "endTime": "0:27:36.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41478, + "startTime": "0:27:39.120", + "endFrame": 41730, + "endTime": "0:27:49.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41738, + "startTime": "0:27:49.530", + "endFrame": 42036, + "endTime": "0:28:1.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 42036, + "startTime": "0:28:1.470", + "endFrame": 42494, + "endTime": "0:28:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42549, + "startTime": "0:28:21.990", + "endFrame": 42849, + "endTime": "0:28:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42858, + "startTime": "0:28:34.320", + "endFrame": 43208, + "endTime": "0:28:48.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 43230, + "startTime": "0:28:49.230", + "endFrame": 43664, + "endTime": "0:29:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43680, + "startTime": "0:29:7.230", + "endFrame": 43953, + "endTime": "0:29:18.150", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43966, + "startTime": "0:29:18.660", + "endFrame": 44231, + "endTime": "0:29:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44245, + "startTime": "0:29:29.820", + "endFrame": 44496, + "endTime": "0:29:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44512, + "startTime": "0:29:40.500", + "endFrame": 44867, + "endTime": "0:29:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44879, + "startTime": "0:29:55.170", + "endFrame": 45392, + "endTime": "0:30:15.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 45420, + "startTime": "0:30:16.800", + "endFrame": 45762, + "endTime": "0:30:30.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45768, + "startTime": "0:30:30.750", + "endFrame": 46031, + "endTime": "0:30:41.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 46077, + "startTime": "0:30:43.110", + "endFrame": 46295, + "endTime": "0:30:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 46442, + "startTime": "0:30:57.690", + "endFrame": 46602, + "endTime": "0:31:4.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46619, + "startTime": "0:31:4.770", + "endFrame": 47085, + "endTime": "0:31:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 47127, + "startTime": "0:31:25.110", + "endFrame": 47395, + "endTime": "0:31:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47426, + "startTime": "0:31:37.050", + "endFrame": 47654, + "endTime": "0:31:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47692, + "startTime": "0:31:47.700", + "endFrame": 47991, + "endTime": "0:31:59.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 48028, + "startTime": "0:32:1.140", + "endFrame": 48414, + "endTime": "0:32:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48458, + "startTime": "0:32:18.330", + "endFrame": 48697, + "endTime": "0:32:27.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48723, + "startTime": "0:32:28.950", + "endFrame": 49087, + "endTime": "0:32:43.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49117, + "startTime": "0:32:44.700", + "endFrame": 49359, + "endTime": "0:32:54.390", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49362, + "startTime": "0:32:54.480", + "endFrame": 49679, + "endTime": "0:33:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 49704, + "startTime": "0:33:8.190", + "endFrame": 50242, + "endTime": "0:33:29.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50286, + "startTime": "0:33:31.440", + "endFrame": 50511, + "endTime": "0:33:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50556, + "startTime": "0:33:42.240", + "endFrame": 50859, + "endTime": "0:33:54.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 50927, + "startTime": "0:33:57.090", + "endFrame": 51141, + "endTime": "0:34:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51193, + "startTime": "0:34:7.740", + "endFrame": 51415, + "endTime": "0:34:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 51436, + "startTime": "0:34:17.460", + "endFrame": 52155, + "endTime": "0:34:46.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52209, + "startTime": "0:34:48.360", + "endFrame": 52728, + "endTime": "0:35:9.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52789, + "startTime": "0:35:11.580", + "endFrame": 52978, + "endTime": "0:35:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53020, + "startTime": "0:35:20.820", + "endFrame": 53431, + "endTime": "0:35:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53462, + "startTime": "0:35:38.490", + "endFrame": 53741, + "endTime": "0:35:49.650", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57810, + "startTime": "0:38:32.430", + "endFrame": 58074, + "endTime": "0:38:42.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 58108, + "startTime": "0:38:44.340", + "endFrame": 58344, + "endTime": "0:38:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 58460, + "startTime": "0:38:58.410", + "endFrame": 58911, + "endTime": "0:39:16.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 58924, + "startTime": "0:39:16.980", + "endFrame": 59378, + "endTime": "0:39:35.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 59423, + "startTime": "0:39:36.930", + "endFrame": 59675, + "endTime": "0:39:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 59697, + "startTime": "0:39:47.910", + "endFrame": 60127, + "endTime": "0:40:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 60155, + "startTime": "0:40:6.210", + "endFrame": 60511, + "endTime": "0:40:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 60547, + "startTime": "0:40:21.900", + "endFrame": 60849, + "endTime": "0:40:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 60856, + "startTime": "0:40:34.260", + "endFrame": 61234, + "endTime": "0:40:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 61284, + "startTime": "0:40:51.390", + "endFrame": 61602, + "endTime": "0:41:4.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 61618, + "startTime": "0:41:4.740", + "endFrame": 62139, + "endTime": "0:41:25.590", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 62203, + "startTime": "0:41:28.140", + "endFrame": 62436, + "endTime": "0:41:37.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 62470, + "startTime": "0:41:38.820", + "endFrame": 62696, + "endTime": "0:41:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 62697, + "startTime": "0:41:47.880", + "endFrame": 63182, + "endTime": "0:42:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 63197, + "startTime": "0:42:7.890", + "endFrame": 63455, + "endTime": "0:42:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 63487, + "startTime": "0:42:19.500", + "endFrame": 63787, + "endTime": "0:42:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 63787, + "startTime": "0:42:31.500", + "endFrame": 64136, + "endTime": "0:42:45.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 64152, + "startTime": "0:42:46.080", + "endFrame": 64386, + "endTime": "0:42:55.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 64415, + "startTime": "0:42:56.610", + "endFrame": 64679, + "endTime": "0:43:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 64751, + "startTime": "0:43:10.050", + "endFrame": 64932, + "endTime": "0:43:17.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 65011, + "startTime": "0:43:20.460", + "endFrame": 65222, + "endTime": "0:43:28.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 65242, + "startTime": "0:43:29.700", + "endFrame": 65492, + "endTime": "0:43:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 65511, + "startTime": "0:43:40.470", + "endFrame": 65790, + "endTime": "0:43:51.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 65828, + "startTime": "0:43:53.130", + "endFrame": 66423, + "endTime": "0:44:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 66434, + "startTime": "0:44:17.370", + "endFrame": 66695, + "endTime": "0:44:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 66727, + "startTime": "0:44:29.100", + "endFrame": 67086, + "endTime": "0:44:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 67086, + "startTime": "0:44:43.470", + "endFrame": 67556, + "endTime": "0:45:2.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 67569, + "startTime": "0:45:2.760", + "endFrame": 68196, + "endTime": "0:45:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 68202, + "startTime": "0:45:28.080", + "endFrame": 68649, + "endTime": "0:45:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 72996, + "endTime": "0:48:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73025, + "startTime": "0:48:41.010", + "endFrame": 73343, + "endTime": "0:48:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73352, + "startTime": "0:48:54.090", + "endFrame": 73605, + "endTime": "0:49:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_05-rater1.json b/ratings/video_05-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..9954ef7de9ec999b7286e3acf3a75dd654c8c956 --- /dev/null +++ b/ratings/video_05-rater1.json @@ -0,0 +1,20747 @@ +[ + { + "clipIdx": 0, + "startFrame": 126, + "startTime": "0:00:5.040", + "endFrame": 441, + "endTime": "0:00:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 456, + "startTime": "0:00:18.270", + "endFrame": 749, + "endTime": "0:00:29.970", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 790, + "startTime": "0:00:31.620", + "endFrame": 1000, + "endTime": "0:00:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1030, + "startTime": "0:00:41.220", + "endFrame": 1350, + "endTime": "0:00:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1356, + "startTime": "0:00:54.240", + "endFrame": 1642, + "endTime": "0:01:5.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1705, + "startTime": "0:01:8.220", + "endFrame": 1968, + "endTime": "0:01:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1999, + "startTime": "0:01:19.980", + "endFrame": 2287, + "endTime": "0:01:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2314, + "startTime": "0:01:32.580", + "endFrame": 2638, + "endTime": "0:01:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2660, + "startTime": "0:01:46.410", + "endFrame": 3267, + "endTime": "0:02:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3306, + "startTime": "0:02:12.270", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3554, + "startTime": "0:02:22.170", + "endFrame": 3819, + "endTime": "0:02:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3861, + "startTime": "0:02:34.470", + "endFrame": 4145, + "endTime": "0:02:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4187, + "startTime": "0:02:47.490", + "endFrame": 4605, + "endTime": "0:03:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4667, + "startTime": "0:03:6.690", + "endFrame": 4979, + "endTime": "0:03:19.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4980, + "startTime": "0:03:19.200", + "endFrame": 5483, + "endTime": "0:03:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5521, + "startTime": "0:03:40.860", + "endFrame": 5787, + "endTime": "0:03:51.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5918, + "startTime": "0:03:56.730", + "endFrame": 6043, + "endTime": "0:04:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6123, + "startTime": "0:04:4.950", + "endFrame": 6609, + "endTime": "0:04:24.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7511, + "startTime": "0:05:0.450", + "endFrame": 7534, + "endTime": "0:05:1.380", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7569, + "startTime": "0:05:2.790", + "endFrame": 7797, + "endTime": "0:05:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7824, + "startTime": "0:05:12.990", + "endFrame": 8134, + "endTime": "0:05:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8175, + "startTime": "0:05:27.030", + "endFrame": 8496, + "endTime": "0:05:39.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8502, + "startTime": "0:05:40.110", + "endFrame": 9079, + "endTime": "0:06:3.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9147, + "startTime": "0:06:5.910", + "endFrame": 9626, + "endTime": "0:06:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9774, + "startTime": "0:06:30.990", + "endFrame": 9957, + "endTime": "0:06:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10017, + "startTime": "0:06:40.680", + "endFrame": 10254, + "endTime": "0:06:50.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10276, + "startTime": "0:06:51.060", + "endFrame": 10655, + "endTime": "0:07:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10701, + "startTime": "0:07:8.070", + "endFrame": 11117, + "endTime": "0:07:24.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11142, + "startTime": "0:07:25.710", + "endFrame": 11546, + "endTime": "0:07:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11559, + "startTime": "0:07:42.360", + "endFrame": 11949, + "endTime": "0:07:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12006, + "startTime": "0:08:0.270", + "endFrame": 12410, + "endTime": "0:08:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12444, + "startTime": "0:08:17.760", + "endFrame": 12891, + "endTime": "0:08:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12962, + "startTime": "0:08:38.490", + "endFrame": 13338, + "endTime": "0:08:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13369, + "startTime": "0:08:54.780", + "endFrame": 13727, + "endTime": "0:09:9.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13803, + "startTime": "0:09:12.150", + "endFrame": 14211, + "endTime": "0:09:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14226, + "startTime": "0:09:29.070", + "endFrame": 14516, + "endTime": "0:09:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14525, + "startTime": "0:09:41.010", + "endFrame": 15117, + "endTime": "0:10:4.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 15198, + "startTime": "0:10:7.950", + "endFrame": 15643, + "endTime": "0:10:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15644, + "startTime": "0:10:25.800", + "endFrame": 15990, + "endTime": "0:10:39.600", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16008, + "startTime": "0:10:40.320", + "endFrame": 16441, + "endTime": "0:10:57.660", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16453, + "startTime": "0:10:58.140", + "endFrame": 16722, + "endTime": "0:11:8.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 16741, + "startTime": "0:11:9.660", + "endFrame": 17097, + "endTime": "0:11:23.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17151, + "startTime": "0:11:26.070", + "endFrame": 17649, + "endTime": "0:11:45.990", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17733, + "startTime": "0:11:49.350", + "endFrame": 17975, + "endTime": "0:11:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18011, + "startTime": "0:12:0.450", + "endFrame": 18690, + "endTime": "0:12:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18763, + "startTime": "0:12:30.540", + "endFrame": 19196, + "endTime": "0:12:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 19247, + "startTime": "0:12:49.890", + "endFrame": 19565, + "endTime": "0:13:2.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19710, + "startTime": "0:13:8.430", + "endFrame": 19905, + "endTime": "0:13:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19925, + "startTime": "0:13:17.010", + "endFrame": 20193, + "endTime": "0:13:27.720", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 20222, + "startTime": "0:13:28.890", + "endFrame": 20462, + "endTime": "0:13:38.490", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20486, + "startTime": "0:13:39.450", + "endFrame": 20922, + "endTime": "0:13:56.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20963, + "startTime": "0:13:58.530", + "endFrame": 21681, + "endTime": "0:14:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21734, + "startTime": "0:14:29.370", + "endFrame": 22029, + "endTime": "0:14:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 22054, + "startTime": "0:14:42.180", + "endFrame": 22335, + "endTime": "0:14:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 22383, + "startTime": "0:14:55.350", + "endFrame": 22596, + "endTime": "0:15:3.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22725, + "startTime": "0:15:9.000", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22974, + "startTime": "0:15:18.960", + "endFrame": 23212, + "endTime": "0:15:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23319, + "startTime": "0:15:32.760", + "endFrame": 23550, + "endTime": "0:15:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 24633, + "startTime": "0:16:25.320", + "endFrame": 24862, + "endTime": "0:16:34.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24864, + "startTime": "0:16:34.560", + "endFrame": 25432, + "endTime": "0:16:57.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 25492, + "startTime": "0:16:59.700", + "endFrame": 25998, + "endTime": "0:17:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26432, + "endTime": "0:17:37.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 26452, + "startTime": "0:17:38.100", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27057, + "startTime": "0:18:2.280", + "endFrame": 27417, + "endTime": "0:18:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 27435, + "startTime": "0:18:17.430", + "endFrame": 27812, + "endTime": "0:18:32.490", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 27837, + "startTime": "0:18:33.510", + "endFrame": 28208, + "endTime": "0:18:48.360", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 28256, + "startTime": "0:18:50.250", + "endFrame": 28509, + "endTime": "0:19:0.390", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28553, + "startTime": "0:19:2.130", + "endFrame": 28942, + "endTime": "0:19:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 28952, + "startTime": "0:19:18.090", + "endFrame": 29445, + "endTime": "0:19:37.800", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 29460, + "startTime": "0:19:38.400", + "endFrame": 29704, + "endTime": "0:19:48.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29716, + "startTime": "0:19:48.660", + "endFrame": 30100, + "endTime": "0:20:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30118, + "startTime": "0:20:4.740", + "endFrame": 30381, + "endTime": "0:20:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30416, + "startTime": "0:20:16.650", + "endFrame": 30714, + "endTime": "0:20:28.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30821, + "startTime": "0:20:32.850", + "endFrame": 31017, + "endTime": "0:20:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 31018, + "startTime": "0:20:40.740", + "endFrame": 31365, + "endTime": "0:20:54.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31397, + "startTime": "0:20:55.890", + "endFrame": 31644, + "endTime": "0:21:5.790", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31677, + "startTime": "0:21:7.080", + "endFrame": 31986, + "endTime": "0:21:19.440", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 32039, + "startTime": "0:21:21.570", + "endFrame": 32541, + "endTime": "0:21:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32622, + "startTime": "0:21:44.880", + "endFrame": 33141, + "endTime": "0:22:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33154, + "startTime": "0:22:6.180", + "endFrame": 33440, + "endTime": "0:22:17.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 33471, + "startTime": "0:22:18.870", + "endFrame": 33677, + "endTime": "0:22:27.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33773, + "startTime": "0:22:30.930", + "endFrame": 34004, + "endTime": "0:22:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 34044, + "startTime": "0:22:41.790", + "endFrame": 34288, + "endTime": "0:22:51.540", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34315, + "startTime": "0:22:52.620", + "endFrame": 34634, + "endTime": "0:23:5.370", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34755, + "startTime": "0:23:10.200", + "endFrame": 34957, + "endTime": "0:23:18.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34997, + "startTime": "0:23:19.890", + "endFrame": 35297, + "endTime": "0:23:31.890", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35389, + "startTime": "0:23:35.580", + "endFrame": 35654, + "endTime": "0:23:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 36411, + "startTime": "0:24:16.470", + "endFrame": 36713, + "endTime": "0:24:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36725, + "startTime": "0:24:29.010", + "endFrame": 37162, + "endTime": "0:24:46.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37200, + "startTime": "0:24:48.030", + "endFrame": 37775, + "endTime": "0:25:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 37815, + "startTime": "0:25:12.600", + "endFrame": 38089, + "endTime": "0:25:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38109, + "startTime": "0:25:24.390", + "endFrame": 38354, + "endTime": "0:25:34.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38363, + "startTime": "0:25:34.530", + "endFrame": 38663, + "endTime": "0:25:46.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 38671, + "startTime": "0:25:46.860", + "endFrame": 39239, + "endTime": "0:26:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39241, + "startTime": "0:26:9.660", + "endFrame": 39592, + "endTime": "0:26:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 39649, + "startTime": "0:26:25.980", + "endFrame": 40035, + "endTime": "0:26:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40048, + "startTime": "0:26:41.940", + "endFrame": 40765, + "endTime": "0:27:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40774, + "startTime": "0:27:10.980", + "endFrame": 41073, + "endTime": "0:27:22.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41082, + "startTime": "0:27:23.310", + "endFrame": 41411, + "endTime": "0:27:36.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41478, + "startTime": "0:27:39.120", + "endFrame": 41730, + "endTime": "0:27:49.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41738, + "startTime": "0:27:49.530", + "endFrame": 42036, + "endTime": "0:28:1.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 42036, + "startTime": "0:28:1.470", + "endFrame": 42494, + "endTime": "0:28:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42549, + "startTime": "0:28:21.990", + "endFrame": 42849, + "endTime": "0:28:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42858, + "startTime": "0:28:34.320", + "endFrame": 43208, + "endTime": "0:28:48.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 43230, + "startTime": "0:28:49.230", + "endFrame": 43664, + "endTime": "0:29:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43680, + "startTime": "0:29:7.230", + "endFrame": 43953, + "endTime": "0:29:18.150", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43966, + "startTime": "0:29:18.660", + "endFrame": 44231, + "endTime": "0:29:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44245, + "startTime": "0:29:29.820", + "endFrame": 44496, + "endTime": "0:29:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44512, + "startTime": "0:29:40.500", + "endFrame": 44867, + "endTime": "0:29:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44879, + "startTime": "0:29:55.170", + "endFrame": 45392, + "endTime": "0:30:15.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 45420, + "startTime": "0:30:16.800", + "endFrame": 45762, + "endTime": "0:30:30.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45768, + "startTime": "0:30:30.750", + "endFrame": 46031, + "endTime": "0:30:41.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 46077, + "startTime": "0:30:43.110", + "endFrame": 46295, + "endTime": "0:30:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 46442, + "startTime": "0:30:57.690", + "endFrame": 46602, + "endTime": "0:31:4.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46619, + "startTime": "0:31:4.770", + "endFrame": 47085, + "endTime": "0:31:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 47127, + "startTime": "0:31:25.110", + "endFrame": 47395, + "endTime": "0:31:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47426, + "startTime": "0:31:37.050", + "endFrame": 47654, + "endTime": "0:31:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47692, + "startTime": "0:31:47.700", + "endFrame": 47991, + "endTime": "0:31:59.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 48028, + "startTime": "0:32:1.140", + "endFrame": 48414, + "endTime": "0:32:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48458, + "startTime": "0:32:18.330", + "endFrame": 48697, + "endTime": "0:32:27.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48723, + "startTime": "0:32:28.950", + "endFrame": 49087, + "endTime": "0:32:43.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49117, + "startTime": "0:32:44.700", + "endFrame": 49359, + "endTime": "0:32:54.390", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49362, + "startTime": "0:32:54.480", + "endFrame": 49679, + "endTime": "0:33:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 49704, + "startTime": "0:33:8.190", + "endFrame": 50242, + "endTime": "0:33:29.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50286, + "startTime": "0:33:31.440", + "endFrame": 50511, + "endTime": "0:33:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50556, + "startTime": "0:33:42.240", + "endFrame": 50859, + "endTime": "0:33:54.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 50927, + "startTime": "0:33:57.090", + "endFrame": 51141, + "endTime": "0:34:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51193, + "startTime": "0:34:7.740", + "endFrame": 51415, + "endTime": "0:34:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 51436, + "startTime": "0:34:17.460", + "endFrame": 52155, + "endTime": "0:34:46.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52209, + "startTime": "0:34:48.360", + "endFrame": 52728, + "endTime": "0:35:9.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52789, + "startTime": "0:35:11.580", + "endFrame": 52978, + "endTime": "0:35:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53020, + "startTime": "0:35:20.820", + "endFrame": 53431, + "endTime": "0:35:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53462, + "startTime": "0:35:38.490", + "endFrame": 53741, + "endTime": "0:35:49.650", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57810, + "startTime": "0:38:32.430", + "endFrame": 58074, + "endTime": "0:38:42.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 58108, + "startTime": "0:38:44.340", + "endFrame": 58344, + "endTime": "0:38:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 58460, + "startTime": "0:38:58.410", + "endFrame": 58911, + "endTime": "0:39:16.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 58924, + "startTime": "0:39:16.980", + "endFrame": 59378, + "endTime": "0:39:35.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 59423, + "startTime": "0:39:36.930", + "endFrame": 59675, + "endTime": "0:39:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 59697, + "startTime": "0:39:47.910", + "endFrame": 60127, + "endTime": "0:40:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 60155, + "startTime": "0:40:6.210", + "endFrame": 60511, + "endTime": "0:40:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 60547, + "startTime": "0:40:21.900", + "endFrame": 60849, + "endTime": "0:40:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 60856, + "startTime": "0:40:34.260", + "endFrame": 61234, + "endTime": "0:40:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 61284, + "startTime": "0:40:51.390", + "endFrame": 61602, + "endTime": "0:41:4.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 61618, + "startTime": "0:41:4.740", + "endFrame": 62139, + "endTime": "0:41:25.590", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 62203, + "startTime": "0:41:28.140", + "endFrame": 62436, + "endTime": "0:41:37.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 62470, + "startTime": "0:41:38.820", + "endFrame": 62696, + "endTime": "0:41:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 62697, + "startTime": "0:41:47.880", + "endFrame": 63182, + "endTime": "0:42:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 63197, + "startTime": "0:42:7.890", + "endFrame": 63455, + "endTime": "0:42:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 63487, + "startTime": "0:42:19.500", + "endFrame": 63787, + "endTime": "0:42:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 63787, + "startTime": "0:42:31.500", + "endFrame": 64136, + "endTime": "0:42:45.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 64152, + "startTime": "0:42:46.080", + "endFrame": 64386, + "endTime": "0:42:55.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 64415, + "startTime": "0:42:56.610", + "endFrame": 64679, + "endTime": "0:43:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 64751, + "startTime": "0:43:10.050", + "endFrame": 64932, + "endTime": "0:43:17.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 65011, + "startTime": "0:43:20.460", + "endFrame": 65222, + "endTime": "0:43:28.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 65242, + "startTime": "0:43:29.700", + "endFrame": 65492, + "endTime": "0:43:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 65511, + "startTime": "0:43:40.470", + "endFrame": 65790, + "endTime": "0:43:51.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 65828, + "startTime": "0:43:53.130", + "endFrame": 66423, + "endTime": "0:44:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 66434, + "startTime": "0:44:17.370", + "endFrame": 66695, + "endTime": "0:44:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 66727, + "startTime": "0:44:29.100", + "endFrame": 67086, + "endTime": "0:44:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 67086, + "startTime": "0:44:43.470", + "endFrame": 67556, + "endTime": "0:45:2.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 67569, + "startTime": "0:45:2.760", + "endFrame": 68196, + "endTime": "0:45:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 68202, + "startTime": "0:45:28.080", + "endFrame": 68649, + "endTime": "0:45:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 72996, + "endTime": "0:48:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73025, + "startTime": "0:48:41.010", + "endFrame": 73343, + "endTime": "0:48:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73352, + "startTime": "0:48:54.090", + "endFrame": 73605, + "endTime": "0:49:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_05-rater3.json b/ratings/video_05-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..bfc3d06dc18f834058a7f50896435b099d69ec04 --- /dev/null +++ b/ratings/video_05-rater3.json @@ -0,0 +1,20747 @@ +[ + { + "clipIdx": 0, + "startFrame": 126, + "startTime": "0:00:5.040", + "endFrame": 441, + "endTime": "0:00:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 456, + "startTime": "0:00:18.270", + "endFrame": 749, + "endTime": "0:00:29.970", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 790, + "startTime": "0:00:31.620", + "endFrame": 1000, + "endTime": "0:00:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1030, + "startTime": "0:00:41.220", + "endFrame": 1350, + "endTime": "0:00:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1356, + "startTime": "0:00:54.240", + "endFrame": 1642, + "endTime": "0:01:5.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1705, + "startTime": "0:01:8.220", + "endFrame": 1968, + "endTime": "0:01:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1999, + "startTime": "0:01:19.980", + "endFrame": 2287, + "endTime": "0:01:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2314, + "startTime": "0:01:32.580", + "endFrame": 2638, + "endTime": "0:01:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2660, + "startTime": "0:01:46.410", + "endFrame": 3267, + "endTime": "0:02:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3306, + "startTime": "0:02:12.270", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3554, + "startTime": "0:02:22.170", + "endFrame": 3819, + "endTime": "0:02:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3861, + "startTime": "0:02:34.470", + "endFrame": 4145, + "endTime": "0:02:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4187, + "startTime": "0:02:47.490", + "endFrame": 4605, + "endTime": "0:03:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4667, + "startTime": "0:03:6.690", + "endFrame": 4979, + "endTime": "0:03:19.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4980, + "startTime": "0:03:19.200", + "endFrame": 5483, + "endTime": "0:03:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5521, + "startTime": "0:03:40.860", + "endFrame": 5787, + "endTime": "0:03:51.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5918, + "startTime": "0:03:56.730", + "endFrame": 6043, + "endTime": "0:04:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6123, + "startTime": "0:04:4.950", + "endFrame": 6609, + "endTime": "0:04:24.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7511, + "startTime": "0:05:0.450", + "endFrame": 7534, + "endTime": "0:05:1.380", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7569, + "startTime": "0:05:2.790", + "endFrame": 7797, + "endTime": "0:05:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7824, + "startTime": "0:05:12.990", + "endFrame": 8134, + "endTime": "0:05:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8175, + "startTime": "0:05:27.030", + "endFrame": 8496, + "endTime": "0:05:39.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8502, + "startTime": "0:05:40.110", + "endFrame": 9079, + "endTime": "0:06:3.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9147, + "startTime": "0:06:5.910", + "endFrame": 9626, + "endTime": "0:06:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9774, + "startTime": "0:06:30.990", + "endFrame": 9957, + "endTime": "0:06:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10017, + "startTime": "0:06:40.680", + "endFrame": 10254, + "endTime": "0:06:50.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10276, + "startTime": "0:06:51.060", + "endFrame": 10655, + "endTime": "0:07:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10701, + "startTime": "0:07:8.070", + "endFrame": 11117, + "endTime": "0:07:24.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11142, + "startTime": "0:07:25.710", + "endFrame": 11546, + "endTime": "0:07:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11559, + "startTime": "0:07:42.360", + "endFrame": 11949, + "endTime": "0:07:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12006, + "startTime": "0:08:0.270", + "endFrame": 12410, + "endTime": "0:08:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12444, + "startTime": "0:08:17.760", + "endFrame": 12891, + "endTime": "0:08:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12962, + "startTime": "0:08:38.490", + "endFrame": 13338, + "endTime": "0:08:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13369, + "startTime": "0:08:54.780", + "endFrame": 13727, + "endTime": "0:09:9.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13803, + "startTime": "0:09:12.150", + "endFrame": 14211, + "endTime": "0:09:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14226, + "startTime": "0:09:29.070", + "endFrame": 14516, + "endTime": "0:09:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14525, + "startTime": "0:09:41.010", + "endFrame": 15117, + "endTime": "0:10:4.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 15198, + "startTime": "0:10:7.950", + "endFrame": 15643, + "endTime": "0:10:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15644, + "startTime": "0:10:25.800", + "endFrame": 15990, + "endTime": "0:10:39.600", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16008, + "startTime": "0:10:40.320", + "endFrame": 16441, + "endTime": "0:10:57.660", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16453, + "startTime": "0:10:58.140", + "endFrame": 16722, + "endTime": "0:11:8.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 16741, + "startTime": "0:11:9.660", + "endFrame": 17097, + "endTime": "0:11:23.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17151, + "startTime": "0:11:26.070", + "endFrame": 17649, + "endTime": "0:11:45.990", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17733, + "startTime": "0:11:49.350", + "endFrame": 17975, + "endTime": "0:11:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18011, + "startTime": "0:12:0.450", + "endFrame": 18690, + "endTime": "0:12:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18763, + "startTime": "0:12:30.540", + "endFrame": 19196, + "endTime": "0:12:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 19247, + "startTime": "0:12:49.890", + "endFrame": 19565, + "endTime": "0:13:2.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19710, + "startTime": "0:13:8.430", + "endFrame": 19905, + "endTime": "0:13:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19925, + "startTime": "0:13:17.010", + "endFrame": 20193, + "endTime": "0:13:27.720", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 20222, + "startTime": "0:13:28.890", + "endFrame": 20462, + "endTime": "0:13:38.490", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20486, + "startTime": "0:13:39.450", + "endFrame": 20922, + "endTime": "0:13:56.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20963, + "startTime": "0:13:58.530", + "endFrame": 21681, + "endTime": "0:14:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21734, + "startTime": "0:14:29.370", + "endFrame": 22029, + "endTime": "0:14:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 22054, + "startTime": "0:14:42.180", + "endFrame": 22335, + "endTime": "0:14:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 22383, + "startTime": "0:14:55.350", + "endFrame": 22596, + "endTime": "0:15:3.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22725, + "startTime": "0:15:9.000", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22974, + "startTime": "0:15:18.960", + "endFrame": 23212, + "endTime": "0:15:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23319, + "startTime": "0:15:32.760", + "endFrame": 23550, + "endTime": "0:15:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 24633, + "startTime": "0:16:25.320", + "endFrame": 24862, + "endTime": "0:16:34.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24864, + "startTime": "0:16:34.560", + "endFrame": 25432, + "endTime": "0:16:57.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 25492, + "startTime": "0:16:59.700", + "endFrame": 25998, + "endTime": "0:17:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26432, + "endTime": "0:17:37.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 26452, + "startTime": "0:17:38.100", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27057, + "startTime": "0:18:2.280", + "endFrame": 27417, + "endTime": "0:18:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 27435, + "startTime": "0:18:17.430", + "endFrame": 27812, + "endTime": "0:18:32.490", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 27837, + "startTime": "0:18:33.510", + "endFrame": 28208, + "endTime": "0:18:48.360", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 28256, + "startTime": "0:18:50.250", + "endFrame": 28509, + "endTime": "0:19:0.390", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28553, + "startTime": "0:19:2.130", + "endFrame": 28942, + "endTime": "0:19:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 28952, + "startTime": "0:19:18.090", + "endFrame": 29445, + "endTime": "0:19:37.800", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 29460, + "startTime": "0:19:38.400", + "endFrame": 29704, + "endTime": "0:19:48.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29716, + "startTime": "0:19:48.660", + "endFrame": 30100, + "endTime": "0:20:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30118, + "startTime": "0:20:4.740", + "endFrame": 30381, + "endTime": "0:20:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30416, + "startTime": "0:20:16.650", + "endFrame": 30714, + "endTime": "0:20:28.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30821, + "startTime": "0:20:32.850", + "endFrame": 31017, + "endTime": "0:20:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 31018, + "startTime": "0:20:40.740", + "endFrame": 31365, + "endTime": "0:20:54.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31397, + "startTime": "0:20:55.890", + "endFrame": 31644, + "endTime": "0:21:5.790", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31677, + "startTime": "0:21:7.080", + "endFrame": 31986, + "endTime": "0:21:19.440", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 32039, + "startTime": "0:21:21.570", + "endFrame": 32541, + "endTime": "0:21:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32622, + "startTime": "0:21:44.880", + "endFrame": 33141, + "endTime": "0:22:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33154, + "startTime": "0:22:6.180", + "endFrame": 33440, + "endTime": "0:22:17.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 33471, + "startTime": "0:22:18.870", + "endFrame": 33677, + "endTime": "0:22:27.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33773, + "startTime": "0:22:30.930", + "endFrame": 34004, + "endTime": "0:22:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 34044, + "startTime": "0:22:41.790", + "endFrame": 34288, + "endTime": "0:22:51.540", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34315, + "startTime": "0:22:52.620", + "endFrame": 34634, + "endTime": "0:23:5.370", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34755, + "startTime": "0:23:10.200", + "endFrame": 34957, + "endTime": "0:23:18.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34997, + "startTime": "0:23:19.890", + "endFrame": 35297, + "endTime": "0:23:31.890", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35389, + "startTime": "0:23:35.580", + "endFrame": 35654, + "endTime": "0:23:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 36411, + "startTime": "0:24:16.470", + "endFrame": 36713, + "endTime": "0:24:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36725, + "startTime": "0:24:29.010", + "endFrame": 37162, + "endTime": "0:24:46.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37200, + "startTime": "0:24:48.030", + "endFrame": 37775, + "endTime": "0:25:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 37815, + "startTime": "0:25:12.600", + "endFrame": 38089, + "endTime": "0:25:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38109, + "startTime": "0:25:24.390", + "endFrame": 38354, + "endTime": "0:25:34.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38363, + "startTime": "0:25:34.530", + "endFrame": 38663, + "endTime": "0:25:46.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 38671, + "startTime": "0:25:46.860", + "endFrame": 39239, + "endTime": "0:26:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39241, + "startTime": "0:26:9.660", + "endFrame": 39592, + "endTime": "0:26:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 39649, + "startTime": "0:26:25.980", + "endFrame": 40035, + "endTime": "0:26:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40048, + "startTime": "0:26:41.940", + "endFrame": 40765, + "endTime": "0:27:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40774, + "startTime": "0:27:10.980", + "endFrame": 41073, + "endTime": "0:27:22.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41082, + "startTime": "0:27:23.310", + "endFrame": 41411, + "endTime": "0:27:36.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41478, + "startTime": "0:27:39.120", + "endFrame": 41730, + "endTime": "0:27:49.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41738, + "startTime": "0:27:49.530", + "endFrame": 42036, + "endTime": "0:28:1.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 42036, + "startTime": "0:28:1.470", + "endFrame": 42494, + "endTime": "0:28:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42549, + "startTime": "0:28:21.990", + "endFrame": 42849, + "endTime": "0:28:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42858, + "startTime": "0:28:34.320", + "endFrame": 43208, + "endTime": "0:28:48.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 43230, + "startTime": "0:28:49.230", + "endFrame": 43664, + "endTime": "0:29:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43680, + "startTime": "0:29:7.230", + "endFrame": 43953, + "endTime": "0:29:18.150", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43966, + "startTime": "0:29:18.660", + "endFrame": 44231, + "endTime": "0:29:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44245, + "startTime": "0:29:29.820", + "endFrame": 44496, + "endTime": "0:29:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44512, + "startTime": "0:29:40.500", + "endFrame": 44867, + "endTime": "0:29:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44879, + "startTime": "0:29:55.170", + "endFrame": 45392, + "endTime": "0:30:15.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 45420, + "startTime": "0:30:16.800", + "endFrame": 45762, + "endTime": "0:30:30.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45768, + "startTime": "0:30:30.750", + "endFrame": 46031, + "endTime": "0:30:41.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 46077, + "startTime": "0:30:43.110", + "endFrame": 46295, + "endTime": "0:30:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 46442, + "startTime": "0:30:57.690", + "endFrame": 46602, + "endTime": "0:31:4.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46619, + "startTime": "0:31:4.770", + "endFrame": 47085, + "endTime": "0:31:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 47127, + "startTime": "0:31:25.110", + "endFrame": 47395, + "endTime": "0:31:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47426, + "startTime": "0:31:37.050", + "endFrame": 47654, + "endTime": "0:31:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47692, + "startTime": "0:31:47.700", + "endFrame": 47991, + "endTime": "0:31:59.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 48028, + "startTime": "0:32:1.140", + "endFrame": 48414, + "endTime": "0:32:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48458, + "startTime": "0:32:18.330", + "endFrame": 48697, + "endTime": "0:32:27.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48723, + "startTime": "0:32:28.950", + "endFrame": 49087, + "endTime": "0:32:43.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49117, + "startTime": "0:32:44.700", + "endFrame": 49359, + "endTime": "0:32:54.390", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49362, + "startTime": "0:32:54.480", + "endFrame": 49679, + "endTime": "0:33:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 49704, + "startTime": "0:33:8.190", + "endFrame": 50242, + "endTime": "0:33:29.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50286, + "startTime": "0:33:31.440", + "endFrame": 50511, + "endTime": "0:33:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50556, + "startTime": "0:33:42.240", + "endFrame": 50859, + "endTime": "0:33:54.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 50927, + "startTime": "0:33:57.090", + "endFrame": 51141, + "endTime": "0:34:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51193, + "startTime": "0:34:7.740", + "endFrame": 51415, + "endTime": "0:34:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 51436, + "startTime": "0:34:17.460", + "endFrame": 52155, + "endTime": "0:34:46.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52209, + "startTime": "0:34:48.360", + "endFrame": 52728, + "endTime": "0:35:9.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52789, + "startTime": "0:35:11.580", + "endFrame": 52978, + "endTime": "0:35:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53020, + "startTime": "0:35:20.820", + "endFrame": 53431, + "endTime": "0:35:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53462, + "startTime": "0:35:38.490", + "endFrame": 53741, + "endTime": "0:35:49.650", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57810, + "startTime": "0:38:32.430", + "endFrame": 58074, + "endTime": "0:38:42.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 58108, + "startTime": "0:38:44.340", + "endFrame": 58344, + "endTime": "0:38:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 58460, + "startTime": "0:38:58.410", + "endFrame": 58911, + "endTime": "0:39:16.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 58924, + "startTime": "0:39:16.980", + "endFrame": 59378, + "endTime": "0:39:35.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 59423, + "startTime": "0:39:36.930", + "endFrame": 59675, + "endTime": "0:39:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 59697, + "startTime": "0:39:47.910", + "endFrame": 60127, + "endTime": "0:40:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 60155, + "startTime": "0:40:6.210", + "endFrame": 60511, + "endTime": "0:40:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 60547, + "startTime": "0:40:21.900", + "endFrame": 60849, + "endTime": "0:40:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 60856, + "startTime": "0:40:34.260", + "endFrame": 61234, + "endTime": "0:40:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 61284, + "startTime": "0:40:51.390", + "endFrame": 61602, + "endTime": "0:41:4.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 61618, + "startTime": "0:41:4.740", + "endFrame": 62139, + "endTime": "0:41:25.590", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 62203, + "startTime": "0:41:28.140", + "endFrame": 62436, + "endTime": "0:41:37.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 62470, + "startTime": "0:41:38.820", + "endFrame": 62696, + "endTime": "0:41:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 62697, + "startTime": "0:41:47.880", + "endFrame": 63182, + "endTime": "0:42:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 63197, + "startTime": "0:42:7.890", + "endFrame": 63455, + "endTime": "0:42:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 63487, + "startTime": "0:42:19.500", + "endFrame": 63787, + "endTime": "0:42:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 63787, + "startTime": "0:42:31.500", + "endFrame": 64136, + "endTime": "0:42:45.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 64152, + "startTime": "0:42:46.080", + "endFrame": 64386, + "endTime": "0:42:55.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 64415, + "startTime": "0:42:56.610", + "endFrame": 64679, + "endTime": "0:43:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 64751, + "startTime": "0:43:10.050", + "endFrame": 64932, + "endTime": "0:43:17.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 65011, + "startTime": "0:43:20.460", + "endFrame": 65222, + "endTime": "0:43:28.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 65242, + "startTime": "0:43:29.700", + "endFrame": 65492, + "endTime": "0:43:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 65511, + "startTime": "0:43:40.470", + "endFrame": 65790, + "endTime": "0:43:51.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 65828, + "startTime": "0:43:53.130", + "endFrame": 66423, + "endTime": "0:44:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 66434, + "startTime": "0:44:17.370", + "endFrame": 66695, + "endTime": "0:44:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 66727, + "startTime": "0:44:29.100", + "endFrame": 67086, + "endTime": "0:44:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 67086, + "startTime": "0:44:43.470", + "endFrame": 67556, + "endTime": "0:45:2.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 67569, + "startTime": "0:45:2.760", + "endFrame": 68196, + "endTime": "0:45:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 68202, + "startTime": "0:45:28.080", + "endFrame": 68649, + "endTime": "0:45:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 72996, + "endTime": "0:48:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73025, + "startTime": "0:48:41.010", + "endFrame": 73343, + "endTime": "0:48:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73352, + "startTime": "0:48:54.090", + "endFrame": 73605, + "endTime": "0:49:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_05-rater5.json b/ratings/video_05-rater5.json new file mode 100644 index 0000000000000000000000000000000000000000..74ad795aa580d0f973cbcadf0c128c7f2614f89e --- /dev/null +++ b/ratings/video_05-rater5.json @@ -0,0 +1,18944 @@ +[ + { + "clipIdx": 0, + "startFrame": 126, + "startTime": "0:00:5.040", + "endFrame": 441, + "endTime": "0:00:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 456, + "startTime": "0:00:18.270", + "endFrame": 749, + "endTime": "0:00:29.970", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 790, + "startTime": "0:00:31.620", + "endFrame": 1000, + "endTime": "0:00:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1030, + "startTime": "0:00:41.220", + "endFrame": 1350, + "endTime": "0:00:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1356, + "startTime": "0:00:54.240", + "endFrame": 1642, + "endTime": "0:01:5.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1705, + "startTime": "0:01:8.220", + "endFrame": 1968, + "endTime": "0:01:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1999, + "startTime": "0:01:19.980", + "endFrame": 2287, + "endTime": "0:01:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2314, + "startTime": "0:01:32.580", + "endFrame": 2638, + "endTime": "0:01:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2660, + "startTime": "0:01:46.410", + "endFrame": 3267, + "endTime": "0:02:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3306, + "startTime": "0:02:12.270", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3554, + "startTime": "0:02:22.170", + "endFrame": 3819, + "endTime": "0:02:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3861, + "startTime": "0:02:34.470", + "endFrame": 4145, + "endTime": "0:02:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4187, + "startTime": "0:02:47.490", + "endFrame": 4605, + "endTime": "0:03:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4667, + "startTime": "0:03:6.690", + "endFrame": 4979, + "endTime": "0:03:19.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4980, + "startTime": "0:03:19.200", + "endFrame": 5483, + "endTime": "0:03:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5521, + "startTime": "0:03:40.860", + "endFrame": 5787, + "endTime": "0:03:51.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5918, + "startTime": "0:03:56.730", + "endFrame": 6043, + "endTime": "0:04:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6123, + "startTime": "0:04:4.950", + "endFrame": 6609, + "endTime": "0:04:24.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7511, + "startTime": "0:05:0.450", + "endFrame": 7534, + "endTime": "0:05:1.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7569, + "startTime": "0:05:2.790", + "endFrame": 7797, + "endTime": "0:05:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7824, + "startTime": "0:05:12.990", + "endFrame": 8134, + "endTime": "0:05:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8175, + "startTime": "0:05:27.030", + "endFrame": 8496, + "endTime": "0:05:39.840", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8502, + "startTime": "0:05:40.110", + "endFrame": 9079, + "endTime": "0:06:3.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9147, + "startTime": "0:06:5.910", + "endFrame": 9626, + "endTime": "0:06:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9774, + "startTime": "0:06:30.990", + "endFrame": 9957, + "endTime": "0:06:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10017, + "startTime": "0:06:40.680", + "endFrame": 10254, + "endTime": "0:06:50.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10276, + "startTime": "0:06:51.060", + "endFrame": 10655, + "endTime": "0:07:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10701, + "startTime": "0:07:8.070", + "endFrame": 11117, + "endTime": "0:07:24.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11142, + "startTime": "0:07:25.710", + "endFrame": 11546, + "endTime": "0:07:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11559, + "startTime": "0:07:42.360", + "endFrame": 11949, + "endTime": "0:07:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12006, + "startTime": "0:08:0.270", + "endFrame": 12410, + "endTime": "0:08:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12444, + "startTime": "0:08:17.760", + "endFrame": 12891, + "endTime": "0:08:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12962, + "startTime": "0:08:38.490", + "endFrame": 13338, + "endTime": "0:08:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13369, + "startTime": "0:08:54.780", + "endFrame": 13727, + "endTime": "0:09:9.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13803, + "startTime": "0:09:12.150", + "endFrame": 14211, + "endTime": "0:09:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14226, + "startTime": "0:09:29.070", + "endFrame": 14516, + "endTime": "0:09:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14525, + "startTime": "0:09:41.010", + "endFrame": 15117, + "endTime": "0:10:4.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 15198, + "startTime": "0:10:7.950", + "endFrame": 15643, + "endTime": "0:10:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15644, + "startTime": "0:10:25.800", + "endFrame": 15990, + "endTime": "0:10:39.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16008, + "startTime": "0:10:40.320", + "endFrame": 16441, + "endTime": "0:10:57.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16453, + "startTime": "0:10:58.140", + "endFrame": 16722, + "endTime": "0:11:8.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 16741, + "startTime": "0:11:9.660", + "endFrame": 17097, + "endTime": "0:11:23.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17151, + "startTime": "0:11:26.070", + "endFrame": 17649, + "endTime": "0:11:45.990", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17733, + "startTime": "0:11:49.350", + "endFrame": 17975, + "endTime": "0:11:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18011, + "startTime": "0:12:0.450", + "endFrame": 18690, + "endTime": "0:12:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18763, + "startTime": "0:12:30.540", + "endFrame": 19196, + "endTime": "0:12:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 19247, + "startTime": "0:12:49.890", + "endFrame": 19565, + "endTime": "0:13:2.610", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19710, + "startTime": "0:13:8.430", + "endFrame": 19905, + "endTime": "0:13:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19925, + "startTime": "0:13:17.010", + "endFrame": 20193, + "endTime": "0:13:27.720", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 20222, + "startTime": "0:13:28.890", + "endFrame": 20462, + "endTime": "0:13:38.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20486, + "startTime": "0:13:39.450", + "endFrame": 20922, + "endTime": "0:13:56.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20963, + "startTime": "0:13:58.530", + "endFrame": 21681, + "endTime": "0:14:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21734, + "startTime": "0:14:29.370", + "endFrame": 22029, + "endTime": "0:14:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 22054, + "startTime": "0:14:42.180", + "endFrame": 22335, + "endTime": "0:14:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 22383, + "startTime": "0:14:55.350", + "endFrame": 22596, + "endTime": "0:15:3.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22725, + "startTime": "0:15:9.000", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22974, + "startTime": "0:15:18.960", + "endFrame": 23212, + "endTime": "0:15:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23319, + "startTime": "0:15:32.760", + "endFrame": 23550, + "endTime": "0:15:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 24633, + "startTime": "0:16:25.320", + "endFrame": 24862, + "endTime": "0:16:34.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24864, + "startTime": "0:16:34.560", + "endFrame": 25432, + "endTime": "0:16:57.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 25492, + "startTime": "0:16:59.700", + "endFrame": 25998, + "endTime": "0:17:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26432, + "endTime": "0:17:37.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 26452, + "startTime": "0:17:38.100", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27057, + "startTime": "0:18:2.280", + "endFrame": 27417, + "endTime": "0:18:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 27435, + "startTime": "0:18:17.430", + "endFrame": 27812, + "endTime": "0:18:32.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 27837, + "startTime": "0:18:33.510", + "endFrame": 28208, + "endTime": "0:18:48.360", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 66, + "startFrame": 28256, + "startTime": "0:18:50.250", + "endFrame": 28509, + "endTime": "0:19:0.390", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28553, + "startTime": "0:19:2.130", + "endFrame": 28942, + "endTime": "0:19:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 28952, + "startTime": "0:19:18.090", + "endFrame": 29445, + "endTime": "0:19:37.800", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 29460, + "startTime": "0:19:38.400", + "endFrame": 29704, + "endTime": "0:19:48.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29716, + "startTime": "0:19:48.660", + "endFrame": 30100, + "endTime": "0:20:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30118, + "startTime": "0:20:4.740", + "endFrame": 30381, + "endTime": "0:20:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30416, + "startTime": "0:20:16.650", + "endFrame": 30714, + "endTime": "0:20:28.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30821, + "startTime": "0:20:32.850", + "endFrame": 31017, + "endTime": "0:20:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 31018, + "startTime": "0:20:40.740", + "endFrame": 31365, + "endTime": "0:20:54.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31397, + "startTime": "0:20:55.890", + "endFrame": 31644, + "endTime": "0:21:5.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31677, + "startTime": "0:21:7.080", + "endFrame": 31986, + "endTime": "0:21:19.440", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 32039, + "startTime": "0:21:21.570", + "endFrame": 32541, + "endTime": "0:21:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32622, + "startTime": "0:21:44.880", + "endFrame": 33141, + "endTime": "0:22:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33154, + "startTime": "0:22:6.180", + "endFrame": 33440, + "endTime": "0:22:17.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 33471, + "startTime": "0:22:18.870", + "endFrame": 33677, + "endTime": "0:22:27.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33773, + "startTime": "0:22:30.930", + "endFrame": 34004, + "endTime": "0:22:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 34044, + "startTime": "0:22:41.790", + "endFrame": 34288, + "endTime": "0:22:51.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34315, + "startTime": "0:22:52.620", + "endFrame": 34634, + "endTime": "0:23:5.370", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34755, + "startTime": "0:23:10.200", + "endFrame": 34957, + "endTime": "0:23:18.300", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34997, + "startTime": "0:23:19.890", + "endFrame": 35297, + "endTime": "0:23:31.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35389, + "startTime": "0:23:35.580", + "endFrame": 35654, + "endTime": "0:23:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 36411, + "startTime": "0:24:16.470", + "endFrame": 36713, + "endTime": "0:24:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36725, + "startTime": "0:24:29.010", + "endFrame": 37162, + "endTime": "0:24:46.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37200, + "startTime": "0:24:48.030", + "endFrame": 37775, + "endTime": "0:25:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 37815, + "startTime": "0:25:12.600", + "endFrame": 38089, + "endTime": "0:25:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38109, + "startTime": "0:25:24.390", + "endFrame": 38354, + "endTime": "0:25:34.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38363, + "startTime": "0:25:34.530", + "endFrame": 38663, + "endTime": "0:25:46.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 38671, + "startTime": "0:25:46.860", + "endFrame": 39239, + "endTime": "0:26:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39241, + "startTime": "0:26:9.660", + "endFrame": 39592, + "endTime": "0:26:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 39649, + "startTime": "0:26:25.980", + "endFrame": 40035, + "endTime": "0:26:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40048, + "startTime": "0:26:41.940", + "endFrame": 40765, + "endTime": "0:27:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40774, + "startTime": "0:27:10.980", + "endFrame": 41073, + "endTime": "0:27:22.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41082, + "startTime": "0:27:23.310", + "endFrame": 41411, + "endTime": "0:27:36.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41478, + "startTime": "0:27:39.120", + "endFrame": 41730, + "endTime": "0:27:49.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41738, + "startTime": "0:27:49.530", + "endFrame": 42036, + "endTime": "0:28:1.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 42036, + "startTime": "0:28:1.470", + "endFrame": 42494, + "endTime": "0:28:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42549, + "startTime": "0:28:21.990", + "endFrame": 42849, + "endTime": "0:28:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42858, + "startTime": "0:28:34.320", + "endFrame": 43208, + "endTime": "0:28:48.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 43230, + "startTime": "0:28:49.230", + "endFrame": 43664, + "endTime": "0:29:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43680, + "startTime": "0:29:7.230", + "endFrame": 43953, + "endTime": "0:29:18.150", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43966, + "startTime": "0:29:18.660", + "endFrame": 44231, + "endTime": "0:29:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44245, + "startTime": "0:29:29.820", + "endFrame": 44496, + "endTime": "0:29:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44512, + "startTime": "0:29:40.500", + "endFrame": 44867, + "endTime": "0:29:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44879, + "startTime": "0:29:55.170", + "endFrame": 45392, + "endTime": "0:30:15.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 45420, + "startTime": "0:30:16.800", + "endFrame": 45762, + "endTime": "0:30:30.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45768, + "startTime": "0:30:30.750", + "endFrame": 46031, + "endTime": "0:30:41.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 46077, + "startTime": "0:30:43.110", + "endFrame": 46295, + "endTime": "0:30:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 46442, + "startTime": "0:30:57.690", + "endFrame": 46602, + "endTime": "0:31:4.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46619, + "startTime": "0:31:4.770", + "endFrame": 47085, + "endTime": "0:31:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 47127, + "startTime": "0:31:25.110", + "endFrame": 47395, + "endTime": "0:31:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47426, + "startTime": "0:31:37.050", + "endFrame": 47654, + "endTime": "0:31:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47692, + "startTime": "0:31:47.700", + "endFrame": 47991, + "endTime": "0:31:59.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 48028, + "startTime": "0:32:1.140", + "endFrame": 48414, + "endTime": "0:32:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48458, + "startTime": "0:32:18.330", + "endFrame": 48697, + "endTime": "0:32:27.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48723, + "startTime": "0:32:28.950", + "endFrame": 49087, + "endTime": "0:32:43.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49117, + "startTime": "0:32:44.700", + "endFrame": 49359, + "endTime": "0:32:54.390", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49362, + "startTime": "0:32:54.480", + "endFrame": 49679, + "endTime": "0:33:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 49704, + "startTime": "0:33:8.190", + "endFrame": 50242, + "endTime": "0:33:29.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50286, + "startTime": "0:33:31.440", + "endFrame": 50511, + "endTime": "0:33:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50556, + "startTime": "0:33:42.240", + "endFrame": 50859, + "endTime": "0:33:54.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 50927, + "startTime": "0:33:57.090", + "endFrame": 51141, + "endTime": "0:34:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51193, + "startTime": "0:34:7.740", + "endFrame": 51415, + "endTime": "0:34:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 51436, + "startTime": "0:34:17.460", + "endFrame": 52155, + "endTime": "0:34:46.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52209, + "startTime": "0:34:48.360", + "endFrame": 52728, + "endTime": "0:35:9.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52789, + "startTime": "0:35:11.580", + "endFrame": 52978, + "endTime": "0:35:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53020, + "startTime": "0:35:20.820", + "endFrame": 53431, + "endTime": "0:35:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53462, + "startTime": "0:35:38.490", + "endFrame": 53741, + "endTime": "0:35:49.650", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57810, + "startTime": "0:38:32.430", + "endFrame": 58074, + "endTime": "0:38:42.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 58108, + "startTime": "0:38:44.340", + "endFrame": 58344, + "endTime": "0:38:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 58460, + "startTime": "0:38:58.410", + "endFrame": 58911, + "endTime": "0:39:16.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 58924, + "startTime": "0:39:16.980", + "endFrame": 59378, + "endTime": "0:39:35.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 59423, + "startTime": "0:39:36.930", + "endFrame": 59675, + "endTime": "0:39:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 59697, + "startTime": "0:39:47.910", + "endFrame": 60127, + "endTime": "0:40:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 60155, + "startTime": "0:40:6.210", + "endFrame": 60511, + "endTime": "0:40:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 60547, + "startTime": "0:40:21.900", + "endFrame": 60849, + "endTime": "0:40:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 60856, + "startTime": "0:40:34.260", + "endFrame": 61234, + "endTime": "0:40:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 61284, + "startTime": "0:40:51.390", + "endFrame": 61602, + "endTime": "0:41:4.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 61618, + "startTime": "0:41:4.740", + "endFrame": 62139, + "endTime": "0:41:25.590", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 62203, + "startTime": "0:41:28.140", + "endFrame": 62436, + "endTime": "0:41:37.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 62470, + "startTime": "0:41:38.820", + "endFrame": 62696, + "endTime": "0:41:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 62697, + "startTime": "0:41:47.880", + "endFrame": 63182, + "endTime": "0:42:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 63197, + "startTime": "0:42:7.890", + "endFrame": 63455, + "endTime": "0:42:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 63487, + "startTime": "0:42:19.500", + "endFrame": 63787, + "endTime": "0:42:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 63787, + "startTime": "0:42:31.500", + "endFrame": 64136, + "endTime": "0:42:45.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 64152, + "startTime": "0:42:46.080", + "endFrame": 64386, + "endTime": "0:42:55.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 64415, + "startTime": "0:42:56.610", + "endFrame": 64679, + "endTime": "0:43:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 64751, + "startTime": "0:43:10.050", + "endFrame": 64932, + "endTime": "0:43:17.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 65011, + "startTime": "0:43:20.460", + "endFrame": 65222, + "endTime": "0:43:28.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 65242, + "startTime": "0:43:29.700", + "endFrame": 65492, + "endTime": "0:43:39.690", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 155, + "startFrame": 65511, + "startTime": "0:43:40.470", + "endFrame": 65790, + "endTime": "0:43:51.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 65828, + "startTime": "0:43:53.130", + "endFrame": 66423, + "endTime": "0:44:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 66434, + "startTime": "0:44:17.370", + "endFrame": 66695, + "endTime": "0:44:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 66727, + "startTime": "0:44:29.100", + "endFrame": 67086, + "endTime": "0:44:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 67086, + "startTime": "0:44:43.470", + "endFrame": 67556, + "endTime": "0:45:2.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 67569, + "startTime": "0:45:2.760", + "endFrame": 68196, + "endTime": "0:45:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 68202, + "startTime": "0:45:28.080", + "endFrame": 68649, + "endTime": "0:45:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 72996, + "endTime": "0:48:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73025, + "startTime": "0:48:41.010", + "endFrame": 73343, + "endTime": "0:48:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73352, + "startTime": "0:48:54.090", + "endFrame": 73605, + "endTime": "0:49:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_05-rater8.json b/ratings/video_05-rater8.json new file mode 100644 index 0000000000000000000000000000000000000000..af84253c8908a2a67f7e4c1b54355b6ce702673b --- /dev/null +++ b/ratings/video_05-rater8.json @@ -0,0 +1,18944 @@ +[ + { + "clipIdx": 0, + "startFrame": 126, + "startTime": "0:00:5.040", + "endFrame": 441, + "endTime": "0:00:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 456, + "startTime": "0:00:18.270", + "endFrame": 749, + "endTime": "0:00:29.970", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 790, + "startTime": "0:00:31.620", + "endFrame": 1000, + "endTime": "0:00:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1030, + "startTime": "0:00:41.220", + "endFrame": 1350, + "endTime": "0:00:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1356, + "startTime": "0:00:54.240", + "endFrame": 1642, + "endTime": "0:01:5.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1705, + "startTime": "0:01:8.220", + "endFrame": 1968, + "endTime": "0:01:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1999, + "startTime": "0:01:19.980", + "endFrame": 2287, + "endTime": "0:01:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2314, + "startTime": "0:01:32.580", + "endFrame": 2638, + "endTime": "0:01:45.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2660, + "startTime": "0:01:46.410", + "endFrame": 3267, + "endTime": "0:02:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3306, + "startTime": "0:02:12.270", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3554, + "startTime": "0:02:22.170", + "endFrame": 3819, + "endTime": "0:02:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3861, + "startTime": "0:02:34.470", + "endFrame": 4145, + "endTime": "0:02:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4187, + "startTime": "0:02:47.490", + "endFrame": 4605, + "endTime": "0:03:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4667, + "startTime": "0:03:6.690", + "endFrame": 4979, + "endTime": "0:03:19.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4980, + "startTime": "0:03:19.200", + "endFrame": 5483, + "endTime": "0:03:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5521, + "startTime": "0:03:40.860", + "endFrame": 5787, + "endTime": "0:03:51.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5918, + "startTime": "0:03:56.730", + "endFrame": 6043, + "endTime": "0:04:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6123, + "startTime": "0:04:4.950", + "endFrame": 6609, + "endTime": "0:04:24.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7511, + "startTime": "0:05:0.450", + "endFrame": 7534, + "endTime": "0:05:1.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7569, + "startTime": "0:05:2.790", + "endFrame": 7797, + "endTime": "0:05:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7824, + "startTime": "0:05:12.990", + "endFrame": 8134, + "endTime": "0:05:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8175, + "startTime": "0:05:27.030", + "endFrame": 8496, + "endTime": "0:05:39.840", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8502, + "startTime": "0:05:40.110", + "endFrame": 9079, + "endTime": "0:06:3.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9147, + "startTime": "0:06:5.910", + "endFrame": 9626, + "endTime": "0:06:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9774, + "startTime": "0:06:30.990", + "endFrame": 9957, + "endTime": "0:06:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10017, + "startTime": "0:06:40.680", + "endFrame": 10254, + "endTime": "0:06:50.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10276, + "startTime": "0:06:51.060", + "endFrame": 10655, + "endTime": "0:07:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10701, + "startTime": "0:07:8.070", + "endFrame": 11117, + "endTime": "0:07:24.690", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11142, + "startTime": "0:07:25.710", + "endFrame": 11546, + "endTime": "0:07:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11559, + "startTime": "0:07:42.360", + "endFrame": 11949, + "endTime": "0:07:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12006, + "startTime": "0:08:0.270", + "endFrame": 12410, + "endTime": "0:08:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12444, + "startTime": "0:08:17.760", + "endFrame": 12891, + "endTime": "0:08:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12962, + "startTime": "0:08:38.490", + "endFrame": 13338, + "endTime": "0:08:53.550", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13369, + "startTime": "0:08:54.780", + "endFrame": 13727, + "endTime": "0:09:9.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13803, + "startTime": "0:09:12.150", + "endFrame": 14211, + "endTime": "0:09:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14226, + "startTime": "0:09:29.070", + "endFrame": 14516, + "endTime": "0:09:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14525, + "startTime": "0:09:41.010", + "endFrame": 15117, + "endTime": "0:10:4.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 15198, + "startTime": "0:10:7.950", + "endFrame": 15643, + "endTime": "0:10:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15644, + "startTime": "0:10:25.800", + "endFrame": 15990, + "endTime": "0:10:39.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16008, + "startTime": "0:10:40.320", + "endFrame": 16441, + "endTime": "0:10:57.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16453, + "startTime": "0:10:58.140", + "endFrame": 16722, + "endTime": "0:11:8.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 16741, + "startTime": "0:11:9.660", + "endFrame": 17097, + "endTime": "0:11:23.910", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17151, + "startTime": "0:11:26.070", + "endFrame": 17649, + "endTime": "0:11:45.990", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17733, + "startTime": "0:11:49.350", + "endFrame": 17975, + "endTime": "0:11:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18011, + "startTime": "0:12:0.450", + "endFrame": 18690, + "endTime": "0:12:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18763, + "startTime": "0:12:30.540", + "endFrame": 19196, + "endTime": "0:12:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 19247, + "startTime": "0:12:49.890", + "endFrame": 19565, + "endTime": "0:13:2.610", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19710, + "startTime": "0:13:8.430", + "endFrame": 19905, + "endTime": "0:13:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19925, + "startTime": "0:13:17.010", + "endFrame": 20193, + "endTime": "0:13:27.720", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 20222, + "startTime": "0:13:28.890", + "endFrame": 20462, + "endTime": "0:13:38.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20486, + "startTime": "0:13:39.450", + "endFrame": 20922, + "endTime": "0:13:56.910", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20963, + "startTime": "0:13:58.530", + "endFrame": 21681, + "endTime": "0:14:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21734, + "startTime": "0:14:29.370", + "endFrame": 22029, + "endTime": "0:14:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 22054, + "startTime": "0:14:42.180", + "endFrame": 22335, + "endTime": "0:14:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 22383, + "startTime": "0:14:55.350", + "endFrame": 22596, + "endTime": "0:15:3.840", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22725, + "startTime": "0:15:9.000", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22974, + "startTime": "0:15:18.960", + "endFrame": 23212, + "endTime": "0:15:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23319, + "startTime": "0:15:32.760", + "endFrame": 23550, + "endTime": "0:15:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 24633, + "startTime": "0:16:25.320", + "endFrame": 24862, + "endTime": "0:16:34.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24864, + "startTime": "0:16:34.560", + "endFrame": 25432, + "endTime": "0:16:57.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 25492, + "startTime": "0:16:59.700", + "endFrame": 25998, + "endTime": "0:17:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26432, + "endTime": "0:17:37.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 26452, + "startTime": "0:17:38.100", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27057, + "startTime": "0:18:2.280", + "endFrame": 27417, + "endTime": "0:18:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 27435, + "startTime": "0:18:17.430", + "endFrame": 27812, + "endTime": "0:18:32.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 27837, + "startTime": "0:18:33.510", + "endFrame": 28208, + "endTime": "0:18:48.360", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 66, + "startFrame": 28256, + "startTime": "0:18:50.250", + "endFrame": 28509, + "endTime": "0:19:0.390", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28553, + "startTime": "0:19:2.130", + "endFrame": 28942, + "endTime": "0:19:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 28952, + "startTime": "0:19:18.090", + "endFrame": 29445, + "endTime": "0:19:37.800", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 29460, + "startTime": "0:19:38.400", + "endFrame": 29704, + "endTime": "0:19:48.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29716, + "startTime": "0:19:48.660", + "endFrame": 30100, + "endTime": "0:20:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30118, + "startTime": "0:20:4.740", + "endFrame": 30381, + "endTime": "0:20:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30416, + "startTime": "0:20:16.650", + "endFrame": 30714, + "endTime": "0:20:28.590", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30821, + "startTime": "0:20:32.850", + "endFrame": 31017, + "endTime": "0:20:40.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 31018, + "startTime": "0:20:40.740", + "endFrame": 31365, + "endTime": "0:20:54.630", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31397, + "startTime": "0:20:55.890", + "endFrame": 31644, + "endTime": "0:21:5.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31677, + "startTime": "0:21:7.080", + "endFrame": 31986, + "endTime": "0:21:19.440", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 32039, + "startTime": "0:21:21.570", + "endFrame": 32541, + "endTime": "0:21:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32622, + "startTime": "0:21:44.880", + "endFrame": 33141, + "endTime": "0:22:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33154, + "startTime": "0:22:6.180", + "endFrame": 33440, + "endTime": "0:22:17.610", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 33471, + "startTime": "0:22:18.870", + "endFrame": 33677, + "endTime": "0:22:27.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33773, + "startTime": "0:22:30.930", + "endFrame": 34004, + "endTime": "0:22:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 34044, + "startTime": "0:22:41.790", + "endFrame": 34288, + "endTime": "0:22:51.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34315, + "startTime": "0:22:52.620", + "endFrame": 34634, + "endTime": "0:23:5.370", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34755, + "startTime": "0:23:10.200", + "endFrame": 34957, + "endTime": "0:23:18.300", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34997, + "startTime": "0:23:19.890", + "endFrame": 35297, + "endTime": "0:23:31.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35389, + "startTime": "0:23:35.580", + "endFrame": 35654, + "endTime": "0:23:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 36411, + "startTime": "0:24:16.470", + "endFrame": 36713, + "endTime": "0:24:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36725, + "startTime": "0:24:29.010", + "endFrame": 37162, + "endTime": "0:24:46.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37200, + "startTime": "0:24:48.030", + "endFrame": 37775, + "endTime": "0:25:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 37815, + "startTime": "0:25:12.600", + "endFrame": 38089, + "endTime": "0:25:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38109, + "startTime": "0:25:24.390", + "endFrame": 38354, + "endTime": "0:25:34.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38363, + "startTime": "0:25:34.530", + "endFrame": 38663, + "endTime": "0:25:46.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 38671, + "startTime": "0:25:46.860", + "endFrame": 39239, + "endTime": "0:26:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39241, + "startTime": "0:26:9.660", + "endFrame": 39592, + "endTime": "0:26:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 39649, + "startTime": "0:26:25.980", + "endFrame": 40035, + "endTime": "0:26:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40048, + "startTime": "0:26:41.940", + "endFrame": 40765, + "endTime": "0:27:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40774, + "startTime": "0:27:10.980", + "endFrame": 41073, + "endTime": "0:27:22.920", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41082, + "startTime": "0:27:23.310", + "endFrame": 41411, + "endTime": "0:27:36.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41478, + "startTime": "0:27:39.120", + "endFrame": 41730, + "endTime": "0:27:49.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41738, + "startTime": "0:27:49.530", + "endFrame": 42036, + "endTime": "0:28:1.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 42036, + "startTime": "0:28:1.470", + "endFrame": 42494, + "endTime": "0:28:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42549, + "startTime": "0:28:21.990", + "endFrame": 42849, + "endTime": "0:28:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42858, + "startTime": "0:28:34.320", + "endFrame": 43208, + "endTime": "0:28:48.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 43230, + "startTime": "0:28:49.230", + "endFrame": 43664, + "endTime": "0:29:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43680, + "startTime": "0:29:7.230", + "endFrame": 43953, + "endTime": "0:29:18.150", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43966, + "startTime": "0:29:18.660", + "endFrame": 44231, + "endTime": "0:29:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44245, + "startTime": "0:29:29.820", + "endFrame": 44496, + "endTime": "0:29:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44512, + "startTime": "0:29:40.500", + "endFrame": 44867, + "endTime": "0:29:54.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44879, + "startTime": "0:29:55.170", + "endFrame": 45392, + "endTime": "0:30:15.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 45420, + "startTime": "0:30:16.800", + "endFrame": 45762, + "endTime": "0:30:30.480", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45768, + "startTime": "0:30:30.750", + "endFrame": 46031, + "endTime": "0:30:41.250", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 46077, + "startTime": "0:30:43.110", + "endFrame": 46295, + "endTime": "0:30:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 46442, + "startTime": "0:30:57.690", + "endFrame": 46602, + "endTime": "0:31:4.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46619, + "startTime": "0:31:4.770", + "endFrame": 47085, + "endTime": "0:31:23.430", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 47127, + "startTime": "0:31:25.110", + "endFrame": 47395, + "endTime": "0:31:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47426, + "startTime": "0:31:37.050", + "endFrame": 47654, + "endTime": "0:31:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47692, + "startTime": "0:31:47.700", + "endFrame": 47991, + "endTime": "0:31:59.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 48028, + "startTime": "0:32:1.140", + "endFrame": 48414, + "endTime": "0:32:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48458, + "startTime": "0:32:18.330", + "endFrame": 48697, + "endTime": "0:32:27.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48723, + "startTime": "0:32:28.950", + "endFrame": 49087, + "endTime": "0:32:43.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49117, + "startTime": "0:32:44.700", + "endFrame": 49359, + "endTime": "0:32:54.390", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49362, + "startTime": "0:32:54.480", + "endFrame": 49679, + "endTime": "0:33:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 49704, + "startTime": "0:33:8.190", + "endFrame": 50242, + "endTime": "0:33:29.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50286, + "startTime": "0:33:31.440", + "endFrame": 50511, + "endTime": "0:33:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50556, + "startTime": "0:33:42.240", + "endFrame": 50859, + "endTime": "0:33:54.360", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 50927, + "startTime": "0:33:57.090", + "endFrame": 51141, + "endTime": "0:34:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51193, + "startTime": "0:34:7.740", + "endFrame": 51415, + "endTime": "0:34:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 51436, + "startTime": "0:34:17.460", + "endFrame": 52155, + "endTime": "0:34:46.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52209, + "startTime": "0:34:48.360", + "endFrame": 52728, + "endTime": "0:35:9.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52789, + "startTime": "0:35:11.580", + "endFrame": 52978, + "endTime": "0:35:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.166, + 0.664 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.664 + ], + "bottomright": [ + 0.832, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53020, + "startTime": "0:35:20.820", + "endFrame": 53431, + "endTime": "0:35:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53462, + "startTime": "0:35:38.490", + "endFrame": 53741, + "endTime": "0:35:49.650", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57810, + "startTime": "0:38:32.430", + "endFrame": 58074, + "endTime": "0:38:42.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 58108, + "startTime": "0:38:44.340", + "endFrame": 58344, + "endTime": "0:38:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 58460, + "startTime": "0:38:58.410", + "endFrame": 58911, + "endTime": "0:39:16.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 58924, + "startTime": "0:39:16.980", + "endFrame": 59378, + "endTime": "0:39:35.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 59423, + "startTime": "0:39:36.930", + "endFrame": 59675, + "endTime": "0:39:47.010", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 59697, + "startTime": "0:39:47.910", + "endFrame": 60127, + "endTime": "0:40:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 60155, + "startTime": "0:40:6.210", + "endFrame": 60511, + "endTime": "0:40:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 60547, + "startTime": "0:40:21.900", + "endFrame": 60849, + "endTime": "0:40:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 60856, + "startTime": "0:40:34.260", + "endFrame": 61234, + "endTime": "0:40:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 61284, + "startTime": "0:40:51.390", + "endFrame": 61602, + "endTime": "0:41:4.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 61618, + "startTime": "0:41:4.740", + "endFrame": 62139, + "endTime": "0:41:25.590", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 62203, + "startTime": "0:41:28.140", + "endFrame": 62436, + "endTime": "0:41:37.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 62470, + "startTime": "0:41:38.820", + "endFrame": 62696, + "endTime": "0:41:47.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 62697, + "startTime": "0:41:47.880", + "endFrame": 63182, + "endTime": "0:42:7.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 63197, + "startTime": "0:42:7.890", + "endFrame": 63455, + "endTime": "0:42:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 63487, + "startTime": "0:42:19.500", + "endFrame": 63787, + "endTime": "0:42:31.500", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 63787, + "startTime": "0:42:31.500", + "endFrame": 64136, + "endTime": "0:42:45.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 64152, + "startTime": "0:42:46.080", + "endFrame": 64386, + "endTime": "0:42:55.470", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 64415, + "startTime": "0:42:56.610", + "endFrame": 64679, + "endTime": "0:43:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 64751, + "startTime": "0:43:10.050", + "endFrame": 64932, + "endTime": "0:43:17.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 65011, + "startTime": "0:43:20.460", + "endFrame": 65222, + "endTime": "0:43:28.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 65242, + "startTime": "0:43:29.700", + "endFrame": 65492, + "endTime": "0:43:39.690", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 155, + "startFrame": 65511, + "startTime": "0:43:40.470", + "endFrame": 65790, + "endTime": "0:43:51.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 65828, + "startTime": "0:43:53.130", + "endFrame": 66423, + "endTime": "0:44:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 66434, + "startTime": "0:44:17.370", + "endFrame": 66695, + "endTime": "0:44:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 66727, + "startTime": "0:44:29.100", + "endFrame": 67086, + "endTime": "0:44:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 67086, + "startTime": "0:44:43.470", + "endFrame": 67556, + "endTime": "0:45:2.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 67569, + "startTime": "0:45:2.760", + "endFrame": 68196, + "endTime": "0:45:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 68202, + "startTime": "0:45:28.080", + "endFrame": 68649, + "endTime": "0:45:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 72996, + "endTime": "0:48:39.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 73025, + "startTime": "0:48:41.010", + "endFrame": 73343, + "endTime": "0:48:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73352, + "startTime": "0:48:54.090", + "endFrame": 73605, + "endTime": "0:49:4.230", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.332 + ], + "bottomright": [ + 0.333, + 0.664 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.332 + ], + "bottomright": [ + 0.666, + 0.664 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.332 + ], + "bottomright": [ + 0.998, + 0.664 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.664 + ], + "bottomright": [ + 0.333, + 0.996 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.664 + ], + "bottomright": [ + 0.666, + 0.996 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.664 + ], + "bottomright": [ + 0.998, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_06-rater1.json b/ratings/video_06-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..de731f8aeda444bb5ecdd8bfca61b77cf8f90b69 --- /dev/null +++ b/ratings/video_06-rater1.json @@ -0,0 +1,42747 @@ +[ + { + "clipIdx": 0, + "startFrame": 8, + "startTime": "0:00:0.329", + "endFrame": 276, + "endTime": "0:00:11.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 276, + "startTime": "0:00:11.040", + "endFrame": 720, + "endTime": "0:00:28.800", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 740, + "startTime": "0:00:29.610", + "endFrame": 1047, + "endTime": "0:00:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.026, + 0.624 + ], + "bottomright": [ + 0.275, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.275, + 0.624 + ], + "bottomright": [ + 0.524, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.624 + ], + "bottomright": [ + 0.773, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.773, + 0.624 + ], + "bottomright": [ + 1.023, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1122, + "startTime": "0:00:44.880", + "endFrame": 1353, + "endTime": "0:00:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1380, + "startTime": "0:00:55.230", + "endFrame": 1938, + "endTime": "0:01:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1962, + "startTime": "0:01:18.510", + "endFrame": 2317, + "endTime": "0:01:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2388, + "startTime": "0:01:35.550", + "endFrame": 2568, + "endTime": "0:01:42.720", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2598, + "startTime": "0:01:43.950", + "endFrame": 2901, + "endTime": "0:01:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2925, + "startTime": "0:01:57.030", + "endFrame": 3201, + "endTime": "0:02:8.070", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3207, + "startTime": "0:02:8.280", + "endFrame": 3502, + "endTime": "0:02:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3511, + "startTime": "0:02:20.460", + "endFrame": 3933, + "endTime": "0:02:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3965, + "startTime": "0:02:38.640", + "endFrame": 4211, + "endTime": "0:02:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4248, + "startTime": "0:02:49.950", + "endFrame": 4499, + "endTime": "0:02:59.970", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4536, + "startTime": "0:03:1.440", + "endFrame": 4759, + "endTime": "0:03:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4759, + "startTime": "0:03:10.380", + "endFrame": 5046, + "endTime": "0:03:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5064, + "startTime": "0:03:22.590", + "endFrame": 5317, + "endTime": "0:03:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5358, + "startTime": "0:03:34.320", + "endFrame": 5654, + "endTime": "0:03:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.0 + ], + "bottomright": [ + 0.249, + 0.249 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 5697, + "startTime": "0:03:47.880", + "endFrame": 6336, + "endTime": "0:04:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6386, + "startTime": "0:04:15.450", + "endFrame": 6910, + "endTime": "0:04:36.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 6942, + "startTime": "0:04:37.680", + "endFrame": 7755, + "endTime": "0:05:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7802, + "startTime": "0:05:12.090", + "endFrame": 8100, + "endTime": "0:05:24.030", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8130, + "startTime": "0:05:25.230", + "endFrame": 8538, + "endTime": "0:05:41.520", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8564, + "startTime": "0:05:42.570", + "endFrame": 8836, + "endTime": "0:05:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8876, + "startTime": "0:05:55.050", + "endFrame": 9314, + "endTime": "0:06:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9372, + "startTime": "0:06:14.880", + "endFrame": 9594, + "endTime": "0:06:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9684, + "startTime": "0:06:27.390", + "endFrame": 9985, + "endTime": "0:06:39.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10018, + "startTime": "0:06:40.740", + "endFrame": 10261, + "endTime": "0:06:50.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10282, + "startTime": "0:06:51.300", + "endFrame": 10660, + "endTime": "0:07:6.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.408, + 0.746 + ], + "bottomright": [ + 0.657, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10695, + "startTime": "0:07:7.830", + "endFrame": 11078, + "endTime": "0:07:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.534, + 0.746 + ], + "bottomright": [ + 0.783, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11129, + "startTime": "0:07:25.170", + "endFrame": 11392, + "endTime": "0:07:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.532, + 0.746 + ], + "bottomright": [ + 0.781, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11434, + "startTime": "0:07:37.380", + "endFrame": 11736, + "endTime": "0:07:49.470", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.746 + ], + "bottomright": [ + 0.78, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11763, + "startTime": "0:07:50.520", + "endFrame": 12069, + "endTime": "0:08:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.525, + 0.746 + ], + "bottomright": [ + 0.774, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12093, + "startTime": "0:08:3.720", + "endFrame": 12334, + "endTime": "0:08:13.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.525, + 0.746 + ], + "bottomright": [ + 0.774, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12353, + "startTime": "0:08:14.130", + "endFrame": 12587, + "endTime": "0:08:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 12625, + "startTime": "0:08:25.020", + "endFrame": 12894, + "endTime": "0:08:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 12898, + "startTime": "0:08:35.940", + "endFrame": 13176, + "endTime": "0:08:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.523, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13211, + "startTime": "0:08:48.450", + "endFrame": 13438, + "endTime": "0:08:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 13466, + "startTime": "0:08:58.680", + "endFrame": 13691, + "endTime": "0:09:7.650", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 13719, + "startTime": "0:09:8.790", + "endFrame": 14124, + "endTime": "0:09:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14154, + "startTime": "0:09:26.160", + "endFrame": 14388, + "endTime": "0:09:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 14393, + "startTime": "0:09:35.730", + "endFrame": 14705, + "endTime": "0:09:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 14727, + "startTime": "0:09:49.080", + "endFrame": 15119, + "endTime": "0:10:4.770", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15151, + "startTime": "0:10:6.060", + "endFrame": 15501, + "endTime": "0:10:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 15531, + "startTime": "0:10:21.240", + "endFrame": 15949, + "endTime": "0:10:37.980", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 15983, + "startTime": "0:10:39.330", + "endFrame": 16257, + "endTime": "0:10:50.280", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16298, + "startTime": "0:10:51.930", + "endFrame": 16647, + "endTime": "0:11:5.880", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 16663, + "startTime": "0:11:6.540", + "endFrame": 16945, + "endTime": "0:11:17.820", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 17033, + "startTime": "0:11:21.330", + "endFrame": 17316, + "endTime": "0:11:32.670", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 17331, + "startTime": "0:11:33.270", + "endFrame": 17583, + "endTime": "0:11:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 17643, + "startTime": "0:11:45.720", + "endFrame": 18218, + "endTime": "0:12:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 18270, + "startTime": "0:12:10.800", + "endFrame": 18468, + "endTime": "0:12:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 18501, + "startTime": "0:12:20.070", + "endFrame": 18751, + "endTime": "0:12:30.060", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 18780, + "startTime": "0:12:31.230", + "endFrame": 19344, + "endTime": "0:12:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 19373, + "startTime": "0:12:54.930", + "endFrame": 19617, + "endTime": "0:13:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 19655, + "startTime": "0:13:6.210", + "endFrame": 19984, + "endTime": "0:13:19.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.456, + 0.746 + ], + "bottomright": [ + 0.705, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 20038, + "startTime": "0:13:21.540", + "endFrame": 20416, + "endTime": "0:13:36.660", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 20418, + "startTime": "0:13:36.750", + "endFrame": 20938, + "endTime": "0:13:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 20985, + "startTime": "0:13:59.400", + "endFrame": 21281, + "endTime": "0:14:11.250", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 21357, + "startTime": "0:14:14.280", + "endFrame": 21760, + "endTime": "0:14:30.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 21792, + "startTime": "0:14:31.710", + "endFrame": 22057, + "endTime": "0:14:42.300", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22123, + "startTime": "0:14:44.940", + "endFrame": 22320, + "endTime": "0:14:52.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 22329, + "startTime": "0:14:53.160", + "endFrame": 22609, + "endTime": "0:15:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 22637, + "startTime": "0:15:5.490", + "endFrame": 22974, + "endTime": "0:15:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 23021, + "startTime": "0:15:20.850", + "endFrame": 23228, + "endTime": "0:15:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.533, + 0.746 + ], + "bottomright": [ + 0.782, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 23256, + "startTime": "0:15:30.270", + "endFrame": 23765, + "endTime": "0:15:50.610", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.523, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 23805, + "startTime": "0:15:52.200", + "endFrame": 24048, + "endTime": "0:16:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.746 + ], + "bottomright": [ + 0.765, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 24092, + "startTime": "0:16:3.690", + "endFrame": 24320, + "endTime": "0:16:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 24352, + "startTime": "0:16:14.100", + "endFrame": 24606, + "endTime": "0:16:24.240", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.231 + ], + "bottomright": [ + 0.249, + 0.461 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.461 + ], + "bottomright": [ + 0.249, + 0.692 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.231 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.231 + ], + "bottomright": [ + 0.498, + 0.461 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.461 + ], + "bottomright": [ + 0.498, + 0.692 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.231 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.231 + ], + "bottomright": [ + 0.748, + 0.461 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.461 + ], + "bottomright": [ + 0.748, + 0.692 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.231 + ], + "bottomright": [ + 0.997, + 0.461 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 24641, + "startTime": "0:16:25.650", + "endFrame": 25038, + "endTime": "0:16:41.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 25065, + "startTime": "0:16:42.600", + "endFrame": 25573, + "endTime": "0:17:2.940", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 25609, + "startTime": "0:17:4.380", + "endFrame": 25977, + "endTime": "0:17:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.438, + 0.746 + ], + "bottomright": [ + 0.687, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26475, + "endTime": "0:17:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 26506, + "startTime": "0:17:40.260", + "endFrame": 26742, + "endTime": "0:17:49.680", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 26777, + "startTime": "0:17:51.120", + "endFrame": 27047, + "endTime": "0:18:1.890", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 27081, + "startTime": "0:18:3.270", + "endFrame": 27366, + "endTime": "0:18:14.640", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.459, + 0.746 + ], + "bottomright": [ + 0.709, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 27405, + "startTime": "0:18:16.230", + "endFrame": 27717, + "endTime": "0:18:28.710", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 27747, + "startTime": "0:18:29.880", + "endFrame": 28262, + "endTime": "0:18:50.490", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 28321, + "startTime": "0:18:52.860", + "endFrame": 28695, + "endTime": "0:19:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 28737, + "startTime": "0:19:9.510", + "endFrame": 28995, + "endTime": "0:19:19.800", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 29034, + "startTime": "0:19:21.390", + "endFrame": 29275, + "endTime": "0:19:31.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 29320, + "startTime": "0:19:32.820", + "endFrame": 29600, + "endTime": "0:19:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 29637, + "startTime": "0:19:45.480", + "endFrame": 29928, + "endTime": "0:19:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 29933, + "startTime": "0:19:57.360", + "endFrame": 30249, + "endTime": "0:20:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.454, + 0.746 + ], + "bottomright": [ + 0.703, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 30258, + "startTime": "0:20:10.350", + "endFrame": 30711, + "endTime": "0:20:28.440", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 30722, + "startTime": "0:20:28.890", + "endFrame": 30986, + "endTime": "0:20:39.450", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 31008, + "startTime": "0:20:40.320", + "endFrame": 31300, + "endTime": "0:20:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 31329, + "startTime": "0:20:53.190", + "endFrame": 31606, + "endTime": "0:21:4.260", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 31611, + "startTime": "0:21:4.470", + "endFrame": 31857, + "endTime": "0:21:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.459, + 0.746 + ], + "bottomright": [ + 0.709, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 31893, + "startTime": "0:21:15.750", + "endFrame": 32313, + "endTime": "0:21:32.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 32349, + "startTime": "0:21:33.960", + "endFrame": 32720, + "endTime": "0:21:48.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 32756, + "startTime": "0:21:50.250", + "endFrame": 33133, + "endTime": "0:22:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 33210, + "startTime": "0:22:8.400", + "endFrame": 33574, + "endTime": "0:22:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 33594, + "startTime": "0:22:23.790", + "endFrame": 33938, + "endTime": "0:22:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 34203, + "startTime": "0:22:48.120", + "endFrame": 34476, + "endTime": "0:22:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 34496, + "startTime": "0:22:59.850", + "endFrame": 34745, + "endTime": "0:23:9.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 34795, + "startTime": "0:23:11.820", + "endFrame": 35071, + "endTime": "0:23:22.860", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 35149, + "startTime": "0:23:25.980", + "endFrame": 35646, + "endTime": "0:23:45.840", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 35736, + "startTime": "0:23:49.470", + "endFrame": 36030, + "endTime": "0:24:1.200", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.247 + ], + "bottomright": [ + 0.249, + 0.494 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.494 + ], + "bottomright": [ + 0.249, + 0.742 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.247 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.247 + ], + "bottomright": [ + 0.498, + 0.494 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.494 + ], + "bottomright": [ + 0.498, + 0.742 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.247 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.247 + ], + "bottomright": [ + 0.748, + 0.494 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.494 + ], + "bottomright": [ + 0.748, + 0.742 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.247 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.247 + ], + "bottomright": [ + 0.997, + 0.494 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.494 + ], + "bottomright": [ + 0.997, + 0.742 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.742 + ], + "bottomright": [ + 0.255, + 0.989 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.742 + ], + "bottomright": [ + 0.504, + 0.989 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 36072, + "startTime": "0:24:2.880", + "endFrame": 36352, + "endTime": "0:24:14.100", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 36378, + "startTime": "0:24:15.150", + "endFrame": 36661, + "endTime": "0:24:26.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 36712, + "startTime": "0:24:28.500", + "endFrame": 36945, + "endTime": "0:24:37.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 36994, + "startTime": "0:24:39.780", + "endFrame": 37525, + "endTime": "0:25:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 37599, + "startTime": "0:25:3.960", + "endFrame": 37806, + "endTime": "0:25:12.270", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 37821, + "startTime": "0:25:12.840", + "endFrame": 38090, + "endTime": "0:25:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 38115, + "startTime": "0:25:24.630", + "endFrame": 38512, + "endTime": "0:25:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 38538, + "startTime": "0:25:41.550", + "endFrame": 38820, + "endTime": "0:25:52.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 38869, + "startTime": "0:25:54.780", + "endFrame": 39294, + "endTime": "0:26:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 39339, + "startTime": "0:26:13.560", + "endFrame": 39896, + "endTime": "0:26:35.850", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 45899, + "startTime": "0:30:35.970", + "endFrame": 46437, + "endTime": "0:30:57.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.109, + 0.624 + ], + "bottomright": [ + 0.359, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.359, + 0.624 + ], + "bottomright": [ + 0.608, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 46496, + "startTime": "0:30:59.850", + "endFrame": 46731, + "endTime": "0:31:9.270", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.006, + 0.624 + ], + "bottomright": [ + 0.255, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 46803, + "startTime": "0:31:12.120", + "endFrame": 47248, + "endTime": "0:31:29.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.031, + 0.624 + ], + "bottomright": [ + 0.28, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.28, + 0.624 + ], + "bottomright": [ + 0.53, + 0.874 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.624 + ], + "bottomright": [ + 0.779, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.779, + 0.624 + ], + "bottomright": [ + 1.028, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 47277, + "startTime": "0:31:31.110", + "endFrame": 47556, + "endTime": "0:31:42.270", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.081, + 0.624 + ], + "bottomright": [ + 0.33, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.33, + 0.624 + ], + "bottomright": [ + 0.58, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 47571, + "startTime": "0:31:42.840", + "endFrame": 47827, + "endTime": "0:31:53.100", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.006, + 0.624 + ], + "bottomright": [ + 0.255, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.754, + 0.624 + ], + "bottomright": [ + 1.003, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 47858, + "startTime": "0:31:54.330", + "endFrame": 48242, + "endTime": "0:32:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.076, + 0.624 + ], + "bottomright": [ + 0.325, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48564, + "endTime": "0:32:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.071, + 0.624 + ], + "bottomright": [ + 0.32, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.624 + ], + "bottomright": [ + 0.57, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.57, + 0.624 + ], + "bottomright": [ + 0.819, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 48649, + "startTime": "0:32:25.980", + "endFrame": 49215, + "endTime": "0:32:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.392, + 0.746 + ], + "bottomright": [ + 0.641, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 49250, + "startTime": "0:32:50.010", + "endFrame": 49530, + "endTime": "0:33:1.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.392, + 0.746 + ], + "bottomright": [ + 0.641, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 49569, + "startTime": "0:33:2.790", + "endFrame": 49848, + "endTime": "0:33:13.920", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 49892, + "startTime": "0:33:15.690", + "endFrame": 50192, + "endTime": "0:33:27.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 50234, + "startTime": "0:33:29.370", + "endFrame": 50492, + "endTime": "0:33:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.031, + 0.624 + ], + "bottomright": [ + 0.28, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.28, + 0.624 + ], + "bottomright": [ + 0.53, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.624 + ], + "bottomright": [ + 0.779, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.779, + 0.624 + ], + "bottomright": [ + 1.028, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 50531, + "startTime": "0:33:41.250", + "endFrame": 50897, + "endTime": "0:33:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.624 + ], + "bottomright": [ + 0.256, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.256, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.505, + 0.624 + ], + "bottomright": [ + 0.755, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.755, + 0.624 + ], + "bottomright": [ + 1.004, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 50987, + "startTime": "0:33:59.490", + "endFrame": 51195, + "endTime": "0:34:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.624 + ], + "bottomright": [ + 0.257, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.624 + ], + "bottomright": [ + 0.506, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.506, + 0.624 + ], + "bottomright": [ + 0.755, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.755, + 0.624 + ], + "bottomright": [ + 1.005, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 51224, + "startTime": "0:34:8.970", + "endFrame": 51534, + "endTime": "0:34:21.360", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 51581, + "startTime": "0:34:23.250", + "endFrame": 52194, + "endTime": "0:34:47.760", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 52328, + "startTime": "0:34:53.130", + "endFrame": 52533, + "endTime": "0:35:1.350", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 52632, + "startTime": "0:35:5.280", + "endFrame": 52965, + "endTime": "0:35:18.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 53165, + "startTime": "0:35:26.610", + "endFrame": 53259, + "endTime": "0:35:30.390", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 53289, + "startTime": "0:35:31.560", + "endFrame": 53784, + "endTime": "0:35:51.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 53796, + "startTime": "0:35:51.840", + "endFrame": 54167, + "endTime": "0:36:6.720", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 54204, + "startTime": "0:36:8.190", + "endFrame": 54441, + "endTime": "0:36:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 54452, + "startTime": "0:36:18.090", + "endFrame": 54825, + "endTime": "0:36:33.000", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 54857, + "startTime": "0:36:34.290", + "endFrame": 55239, + "endTime": "0:36:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 55290, + "startTime": "0:36:51.630", + "endFrame": 55587, + "endTime": "0:37:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 55605, + "startTime": "0:37:4.230", + "endFrame": 55969, + "endTime": "0:37:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 56024, + "startTime": "0:37:20.970", + "endFrame": 56223, + "endTime": "0:37:28.920", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 56283, + "startTime": "0:37:31.350", + "endFrame": 56514, + "endTime": "0:37:40.560", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 56520, + "startTime": "0:37:40.830", + "endFrame": 56772, + "endTime": "0:37:50.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 56781, + "startTime": "0:37:51.270", + "endFrame": 57032, + "endTime": "0:38:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 57062, + "startTime": "0:38:2.490", + "endFrame": 57396, + "endTime": "0:38:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 57416, + "startTime": "0:38:16.680", + "endFrame": 57718, + "endTime": "0:38:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 57954, + "startTime": "0:38:38.160", + "endFrame": 57985, + "endTime": "0:38:39.420", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.0 + ], + "bottomright": [ + 0.398, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.249 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.249 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.574, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 58118, + "startTime": "0:38:44.730", + "endFrame": 58250, + "endTime": "0:38:50.010", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 58363, + "startTime": "0:38:54.540", + "endFrame": 58601, + "endTime": "0:39:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 58619, + "startTime": "0:39:4.770", + "endFrame": 59204, + "endTime": "0:39:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 59232, + "startTime": "0:39:29.280", + "endFrame": 59550, + "endTime": "0:39:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 59579, + "startTime": "0:39:43.200", + "endFrame": 59890, + "endTime": "0:39:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 59973, + "startTime": "0:39:58.920", + "endFrame": 60185, + "endTime": "0:40:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 60219, + "startTime": "0:40:8.790", + "endFrame": 60460, + "endTime": "0:40:18.420", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 60491, + "startTime": "0:40:19.680", + "endFrame": 60785, + "endTime": "0:40:31.410", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 60833, + "startTime": "0:40:33.330", + "endFrame": 61067, + "endTime": "0:40:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 61089, + "startTime": "0:40:43.590", + "endFrame": 61461, + "endTime": "0:40:58.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 61502, + "startTime": "0:41:0.090", + "endFrame": 61749, + "endTime": "0:41:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61791, + "startTime": "0:41:11.640", + "endFrame": 62109, + "endTime": "0:41:24.390", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 62138, + "startTime": "0:41:25.530", + "endFrame": 62549, + "endTime": "0:41:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 62582, + "startTime": "0:41:43.290", + "endFrame": 62946, + "endTime": "0:41:57.840", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 63069, + "startTime": "0:42:2.790", + "endFrame": 63213, + "endTime": "0:42:8.550", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63660, + "endTime": "0:42:26.400", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63674, + "startTime": "0:42:26.970", + "endFrame": 63983, + "endTime": "0:42:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64020, + "startTime": "0:42:40.800", + "endFrame": 64358, + "endTime": "0:42:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.266, + 0.624 + ], + "bottomright": [ + 0.516, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.624 + ], + "bottomright": [ + 0.765, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.765, + 0.624 + ], + "bottomright": [ + 1.014, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64398, + "startTime": "0:42:55.950", + "endFrame": 64798, + "endTime": "0:43:11.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.018, + 0.624 + ], + "bottomright": [ + 0.267, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.267, + 0.624 + ], + "bottomright": [ + 0.516, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.624 + ], + "bottomright": [ + 0.766, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.766, + 0.624 + ], + "bottomright": [ + 1.015, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64824, + "startTime": "0:43:12.990", + "endFrame": 65301, + "endTime": "0:43:32.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.393, + 0.624 + ], + "bottomright": [ + 0.642, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.642, + 0.624 + ], + "bottomright": [ + 0.891, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65353, + "startTime": "0:43:34.140", + "endFrame": 65631, + "endTime": "0:43:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65732, + "startTime": "0:43:49.290", + "endFrame": 65934, + "endTime": "0:43:57.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 65949, + "startTime": "0:43:57.960", + "endFrame": 66481, + "endTime": "0:44:19.260", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66499, + "startTime": "0:44:19.980", + "endFrame": 66792, + "endTime": "0:44:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 66838, + "startTime": "0:44:33.540", + "endFrame": 67255, + "endTime": "0:44:50.220", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 67293, + "startTime": "0:44:51.720", + "endFrame": 67688, + "endTime": "0:45:7.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 67718, + "startTime": "0:45:8.730", + "endFrame": 67980, + "endTime": "0:45:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 68028, + "startTime": "0:45:21.120", + "endFrame": 68235, + "endTime": "0:45:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 68246, + "startTime": "0:45:29.850", + "endFrame": 68502, + "endTime": "0:45:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 68656, + "startTime": "0:45:46.260", + "endFrame": 68801, + "endTime": "0:45:52.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 68901, + "startTime": "0:45:56.070", + "endFrame": 69135, + "endTime": "0:46:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 69166, + "startTime": "0:46:6.660", + "endFrame": 69649, + "endTime": "0:46:25.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 69695, + "startTime": "0:46:27.810", + "endFrame": 69902, + "endTime": "0:46:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 69917, + "startTime": "0:46:36.690", + "endFrame": 70185, + "endTime": "0:46:47.400", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 70251, + "startTime": "0:46:50.070", + "endFrame": 70615, + "endTime": "0:47:4.620", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 70641, + "startTime": "0:47:5.670", + "endFrame": 70874, + "endTime": "0:47:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 70913, + "startTime": "0:47:16.530", + "endFrame": 71254, + "endTime": "0:47:30.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 71313, + "startTime": "0:47:32.550", + "endFrame": 71539, + "endTime": "0:47:41.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 71559, + "startTime": "0:47:42.390", + "endFrame": 71797, + "endTime": "0:47:51.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 71825, + "startTime": "0:47:53.010", + "endFrame": 72213, + "endTime": "0:48:8.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72242, + "startTime": "0:48:9.690", + "endFrame": 72687, + "endTime": "0:48:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 72734, + "startTime": "0:48:29.370", + "endFrame": 73058, + "endTime": "0:48:42.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73084, + "startTime": "0:48:43.380", + "endFrame": 73329, + "endTime": "0:48:53.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 73363, + "startTime": "0:48:54.540", + "endFrame": 73653, + "endTime": "0:49:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 73711, + "startTime": "0:49:8.460", + "endFrame": 74029, + "endTime": "0:49:21.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 74068, + "startTime": "0:49:22.740", + "endFrame": 74400, + "endTime": "0:49:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 74604, + "startTime": "0:49:44.160", + "endFrame": 74866, + "endTime": "0:49:54.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 74895, + "startTime": "0:49:55.800", + "endFrame": 75311, + "endTime": "0:50:12.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 75345, + "startTime": "0:50:13.800", + "endFrame": 75567, + "endTime": "0:50:22.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 75599, + "startTime": "0:50:23.970", + "endFrame": 75832, + "endTime": "0:50:33.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 75907, + "startTime": "0:50:36.300", + "endFrame": 76077, + "endTime": "0:50:43.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 76113, + "startTime": "0:50:44.550", + "endFrame": 76503, + "endTime": "0:51:0.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 76539, + "startTime": "0:51:1.590", + "endFrame": 76860, + "endTime": "0:51:14.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 76900, + "startTime": "0:51:16.020", + "endFrame": 77319, + "endTime": "0:51:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 77357, + "startTime": "0:51:34.290", + "endFrame": 77613, + "endTime": "0:51:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 77745, + "startTime": "0:51:49.830", + "endFrame": 78012, + "endTime": "0:52:0.480", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 78020, + "startTime": "0:52:0.810", + "endFrame": 78318, + "endTime": "0:52:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 79225, + "startTime": "0:52:49.020", + "endFrame": 79255, + "endTime": "0:52:50.220", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.333, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.124 + ], + "bottomright": [ + 0.666, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.374 + ], + "bottomright": [ + 0.666, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.124 + ], + "bottomright": [ + 0.998, + 0.374 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.374 + ], + "bottomright": [ + 0.998, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.333, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.624 + ], + "bottomright": [ + 0.666, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 79332, + "startTime": "0:52:53.310", + "endFrame": 79521, + "endTime": "0:53:0.870", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 79530, + "startTime": "0:53:1.230", + "endFrame": 79935, + "endTime": "0:53:17.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 79953, + "startTime": "0:53:18.150", + "endFrame": 80436, + "endTime": "0:53:37.440", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 80478, + "startTime": "0:53:39.120", + "endFrame": 80922, + "endTime": "0:53:56.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.62, + 0.0 + ], + "bottomright": [ + 0.93, + 0.499 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.541, + 0.499 + ], + "bottomright": [ + 0.851, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 80947, + "startTime": "0:53:57.900", + "endFrame": 81226, + "endTime": "0:54:9.060", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 81252, + "startTime": "0:54:10.080", + "endFrame": 81508, + "endTime": "0:54:20.340", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 81566, + "startTime": "0:54:22.650", + "endFrame": 81791, + "endTime": "0:54:31.650", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.0 + ], + "bottomright": [ + 0.978, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.738, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 81864, + "startTime": "0:54:34.590", + "endFrame": 82493, + "endTime": "0:54:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 82521, + "startTime": "0:55:0.840", + "endFrame": 82887, + "endTime": "0:55:15.480", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.0 + ], + "bottomright": [ + 0.249, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 82914, + "startTime": "0:55:16.590", + "endFrame": 83211, + "endTime": "0:55:28.440", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 83251, + "startTime": "0:55:30.060", + "endFrame": 83746, + "endTime": "0:55:49.860", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 83772, + "startTime": "0:55:50.880", + "endFrame": 84018, + "endTime": "0:56:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 84132, + "startTime": "0:56:5.310", + "endFrame": 84616, + "endTime": "0:56:24.660", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 84656, + "startTime": "0:56:26.250", + "endFrame": 84927, + "endTime": "0:56:37.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 85491, + "startTime": "0:56:59.640", + "endFrame": 85749, + "endTime": "0:57:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.623, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 85761, + "startTime": "0:57:10.440", + "endFrame": 86169, + "endTime": "0:57:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 86244, + "startTime": "0:57:29.760", + "endFrame": 86608, + "endTime": "0:57:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.623, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 86622, + "startTime": "0:57:44.880", + "endFrame": 87043, + "endTime": "0:58:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 87076, + "startTime": "0:58:3.060", + "endFrame": 87324, + "endTime": "0:58:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 87364, + "startTime": "0:58:14.580", + "endFrame": 87938, + "endTime": "0:58:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.246 + ], + "bottomright": [ + 0.249, + 0.492 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.492 + ], + "bottomright": [ + 0.249, + 0.738 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.246 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.246 + ], + "bottomright": [ + 0.498, + 0.492 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.492 + ], + "bottomright": [ + 0.498, + 0.738 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.246 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.246 + ], + "bottomright": [ + 0.748, + 0.492 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.492 + ], + "bottomright": [ + 0.748, + 0.738 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.246 + ], + "bottomright": [ + 0.997, + 0.492 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.492 + ], + "bottomright": [ + 0.997, + 0.738 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 87969, + "startTime": "0:58:38.760", + "endFrame": 88370, + "endTime": "0:58:54.810", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.746 + ], + "bottomright": [ + 0.59, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 88386, + "startTime": "0:58:55.440", + "endFrame": 88641, + "endTime": "0:59:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 88641, + "startTime": "0:59:5.670", + "endFrame": 89031, + "endTime": "0:59:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 89094, + "startTime": "0:59:23.790", + "endFrame": 89357, + "endTime": "0:59:34.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 89366, + "startTime": "0:59:34.650", + "endFrame": 89637, + "endTime": "0:59:45.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 89658, + "startTime": "0:59:46.320", + "endFrame": 89910, + "endTime": "0:59:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 89925, + "startTime": "0:59:57.000", + "endFrame": 90210, + "endTime": "1:00:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 90320, + "startTime": "1:00:12.810", + "endFrame": 90698, + "endTime": "1:00:27.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 90855, + "startTime": "1:00:34.230", + "endFrame": 91102, + "endTime": "1:00:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 91117, + "startTime": "1:00:44.700", + "endFrame": 91482, + "endTime": "1:00:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 91482, + "startTime": "1:00:59.310", + "endFrame": 91839, + "endTime": "1:01:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 91860, + "startTime": "1:01:14.400", + "endFrame": 92236, + "endTime": "1:01:29.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 92271, + "startTime": "1:01:30.840", + "endFrame": 92611, + "endTime": "1:01:44.460", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 92639, + "startTime": "1:01:45.570", + "endFrame": 92989, + "endTime": "1:01:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 93050, + "startTime": "1:02:2.010", + "endFrame": 93259, + "endTime": "1:02:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 93273, + "startTime": "1:02:10.920", + "endFrame": 93561, + "endTime": "1:02:22.470", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 93600, + "startTime": "1:02:24.030", + "endFrame": 94044, + "endTime": "1:02:41.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 94067, + "startTime": "1:02:42.690", + "endFrame": 94384, + "endTime": "1:02:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 94412, + "startTime": "1:02:56.490", + "endFrame": 94839, + "endTime": "1:03:13.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 94878, + "startTime": "1:03:15.150", + "endFrame": 95198, + "endTime": "1:03:27.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 95227, + "startTime": "1:03:29.100", + "endFrame": 95598, + "endTime": "1:03:43.920", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 95652, + "startTime": "1:03:46.080", + "endFrame": 95928, + "endTime": "1:03:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 95978, + "startTime": "1:03:59.130", + "endFrame": 96324, + "endTime": "1:04:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 96395, + "startTime": "1:04:15.810", + "endFrame": 96578, + "endTime": "1:04:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 96672, + "startTime": "1:04:26.880", + "endFrame": 96907, + "endTime": "1:04:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 96918, + "startTime": "1:04:36.720", + "endFrame": 97212, + "endTime": "1:04:48.510", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_06-rater3.json b/ratings/video_06-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..e7c7a79e37d9b4eed0eb5b62b4b37babceb15b22 --- /dev/null +++ b/ratings/video_06-rater3.json @@ -0,0 +1,42747 @@ +[ + { + "clipIdx": 0, + "startFrame": 8, + "startTime": "0:00:0.329", + "endFrame": 276, + "endTime": "0:00:11.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 276, + "startTime": "0:00:11.040", + "endFrame": 720, + "endTime": "0:00:28.800", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 740, + "startTime": "0:00:29.610", + "endFrame": 1047, + "endTime": "0:00:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.026, + 0.624 + ], + "bottomright": [ + 0.275, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.275, + 0.624 + ], + "bottomright": [ + 0.524, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.624 + ], + "bottomright": [ + 0.773, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.773, + 0.624 + ], + "bottomright": [ + 1.023, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1122, + "startTime": "0:00:44.880", + "endFrame": 1353, + "endTime": "0:00:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1380, + "startTime": "0:00:55.230", + "endFrame": 1938, + "endTime": "0:01:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1962, + "startTime": "0:01:18.510", + "endFrame": 2317, + "endTime": "0:01:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2388, + "startTime": "0:01:35.550", + "endFrame": 2568, + "endTime": "0:01:42.720", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2598, + "startTime": "0:01:43.950", + "endFrame": 2901, + "endTime": "0:01:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2925, + "startTime": "0:01:57.030", + "endFrame": 3201, + "endTime": "0:02:8.070", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3207, + "startTime": "0:02:8.280", + "endFrame": 3502, + "endTime": "0:02:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3511, + "startTime": "0:02:20.460", + "endFrame": 3933, + "endTime": "0:02:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3965, + "startTime": "0:02:38.640", + "endFrame": 4211, + "endTime": "0:02:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4248, + "startTime": "0:02:49.950", + "endFrame": 4499, + "endTime": "0:02:59.970", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4536, + "startTime": "0:03:1.440", + "endFrame": 4759, + "endTime": "0:03:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4759, + "startTime": "0:03:10.380", + "endFrame": 5046, + "endTime": "0:03:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5064, + "startTime": "0:03:22.590", + "endFrame": 5317, + "endTime": "0:03:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5358, + "startTime": "0:03:34.320", + "endFrame": 5654, + "endTime": "0:03:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.0 + ], + "bottomright": [ + 0.249, + 0.249 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 5697, + "startTime": "0:03:47.880", + "endFrame": 6336, + "endTime": "0:04:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6386, + "startTime": "0:04:15.450", + "endFrame": 6910, + "endTime": "0:04:36.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 6942, + "startTime": "0:04:37.680", + "endFrame": 7755, + "endTime": "0:05:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7802, + "startTime": "0:05:12.090", + "endFrame": 8100, + "endTime": "0:05:24.030", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8130, + "startTime": "0:05:25.230", + "endFrame": 8538, + "endTime": "0:05:41.520", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8564, + "startTime": "0:05:42.570", + "endFrame": 8836, + "endTime": "0:05:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8876, + "startTime": "0:05:55.050", + "endFrame": 9314, + "endTime": "0:06:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9372, + "startTime": "0:06:14.880", + "endFrame": 9594, + "endTime": "0:06:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9684, + "startTime": "0:06:27.390", + "endFrame": 9985, + "endTime": "0:06:39.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10018, + "startTime": "0:06:40.740", + "endFrame": 10261, + "endTime": "0:06:50.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10282, + "startTime": "0:06:51.300", + "endFrame": 10660, + "endTime": "0:07:6.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.408, + 0.746 + ], + "bottomright": [ + 0.657, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10695, + "startTime": "0:07:7.830", + "endFrame": 11078, + "endTime": "0:07:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.534, + 0.746 + ], + "bottomright": [ + 0.783, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11129, + "startTime": "0:07:25.170", + "endFrame": 11392, + "endTime": "0:07:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.532, + 0.746 + ], + "bottomright": [ + 0.781, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11434, + "startTime": "0:07:37.380", + "endFrame": 11736, + "endTime": "0:07:49.470", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.746 + ], + "bottomright": [ + 0.78, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11763, + "startTime": "0:07:50.520", + "endFrame": 12069, + "endTime": "0:08:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.525, + 0.746 + ], + "bottomright": [ + 0.774, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12093, + "startTime": "0:08:3.720", + "endFrame": 12334, + "endTime": "0:08:13.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.525, + 0.746 + ], + "bottomright": [ + 0.774, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12353, + "startTime": "0:08:14.130", + "endFrame": 12587, + "endTime": "0:08:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 12625, + "startTime": "0:08:25.020", + "endFrame": 12894, + "endTime": "0:08:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 12898, + "startTime": "0:08:35.940", + "endFrame": 13176, + "endTime": "0:08:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.523, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13211, + "startTime": "0:08:48.450", + "endFrame": 13438, + "endTime": "0:08:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 13466, + "startTime": "0:08:58.680", + "endFrame": 13691, + "endTime": "0:09:7.650", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 13719, + "startTime": "0:09:8.790", + "endFrame": 14124, + "endTime": "0:09:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14154, + "startTime": "0:09:26.160", + "endFrame": 14388, + "endTime": "0:09:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 14393, + "startTime": "0:09:35.730", + "endFrame": 14705, + "endTime": "0:09:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 14727, + "startTime": "0:09:49.080", + "endFrame": 15119, + "endTime": "0:10:4.770", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15151, + "startTime": "0:10:6.060", + "endFrame": 15501, + "endTime": "0:10:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 15531, + "startTime": "0:10:21.240", + "endFrame": 15949, + "endTime": "0:10:37.980", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 15983, + "startTime": "0:10:39.330", + "endFrame": 16257, + "endTime": "0:10:50.280", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16298, + "startTime": "0:10:51.930", + "endFrame": 16647, + "endTime": "0:11:5.880", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 16663, + "startTime": "0:11:6.540", + "endFrame": 16945, + "endTime": "0:11:17.820", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 17033, + "startTime": "0:11:21.330", + "endFrame": 17316, + "endTime": "0:11:32.670", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 17331, + "startTime": "0:11:33.270", + "endFrame": 17583, + "endTime": "0:11:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 17643, + "startTime": "0:11:45.720", + "endFrame": 18218, + "endTime": "0:12:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 18270, + "startTime": "0:12:10.800", + "endFrame": 18468, + "endTime": "0:12:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 18501, + "startTime": "0:12:20.070", + "endFrame": 18751, + "endTime": "0:12:30.060", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 18780, + "startTime": "0:12:31.230", + "endFrame": 19344, + "endTime": "0:12:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 19373, + "startTime": "0:12:54.930", + "endFrame": 19617, + "endTime": "0:13:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 19655, + "startTime": "0:13:6.210", + "endFrame": 19984, + "endTime": "0:13:19.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.456, + 0.746 + ], + "bottomright": [ + 0.705, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 20038, + "startTime": "0:13:21.540", + "endFrame": 20416, + "endTime": "0:13:36.660", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 20418, + "startTime": "0:13:36.750", + "endFrame": 20938, + "endTime": "0:13:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 20985, + "startTime": "0:13:59.400", + "endFrame": 21281, + "endTime": "0:14:11.250", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 21357, + "startTime": "0:14:14.280", + "endFrame": 21760, + "endTime": "0:14:30.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 21792, + "startTime": "0:14:31.710", + "endFrame": 22057, + "endTime": "0:14:42.300", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22123, + "startTime": "0:14:44.940", + "endFrame": 22320, + "endTime": "0:14:52.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 22329, + "startTime": "0:14:53.160", + "endFrame": 22609, + "endTime": "0:15:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 22637, + "startTime": "0:15:5.490", + "endFrame": 22974, + "endTime": "0:15:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 23021, + "startTime": "0:15:20.850", + "endFrame": 23228, + "endTime": "0:15:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.533, + 0.746 + ], + "bottomright": [ + 0.782, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 23256, + "startTime": "0:15:30.270", + "endFrame": 23765, + "endTime": "0:15:50.610", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.523, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 23805, + "startTime": "0:15:52.200", + "endFrame": 24048, + "endTime": "0:16:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.746 + ], + "bottomright": [ + 0.765, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 24092, + "startTime": "0:16:3.690", + "endFrame": 24320, + "endTime": "0:16:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 24352, + "startTime": "0:16:14.100", + "endFrame": 24606, + "endTime": "0:16:24.240", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.231 + ], + "bottomright": [ + 0.249, + 0.461 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.461 + ], + "bottomright": [ + 0.249, + 0.692 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.231 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.231 + ], + "bottomright": [ + 0.498, + 0.461 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.461 + ], + "bottomright": [ + 0.498, + 0.692 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.231 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.231 + ], + "bottomright": [ + 0.748, + 0.461 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.461 + ], + "bottomright": [ + 0.748, + 0.692 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.231 + ], + "bottomright": [ + 0.997, + 0.461 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 24641, + "startTime": "0:16:25.650", + "endFrame": 25038, + "endTime": "0:16:41.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 25065, + "startTime": "0:16:42.600", + "endFrame": 25573, + "endTime": "0:17:2.940", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 25609, + "startTime": "0:17:4.380", + "endFrame": 25977, + "endTime": "0:17:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.438, + 0.746 + ], + "bottomright": [ + 0.687, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26475, + "endTime": "0:17:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 26506, + "startTime": "0:17:40.260", + "endFrame": 26742, + "endTime": "0:17:49.680", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 26777, + "startTime": "0:17:51.120", + "endFrame": 27047, + "endTime": "0:18:1.890", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 27081, + "startTime": "0:18:3.270", + "endFrame": 27366, + "endTime": "0:18:14.640", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.459, + 0.746 + ], + "bottomright": [ + 0.709, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 27405, + "startTime": "0:18:16.230", + "endFrame": 27717, + "endTime": "0:18:28.710", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 27747, + "startTime": "0:18:29.880", + "endFrame": 28262, + "endTime": "0:18:50.490", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 28321, + "startTime": "0:18:52.860", + "endFrame": 28695, + "endTime": "0:19:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 28737, + "startTime": "0:19:9.510", + "endFrame": 28995, + "endTime": "0:19:19.800", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 29034, + "startTime": "0:19:21.390", + "endFrame": 29275, + "endTime": "0:19:31.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 29320, + "startTime": "0:19:32.820", + "endFrame": 29600, + "endTime": "0:19:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 29637, + "startTime": "0:19:45.480", + "endFrame": 29928, + "endTime": "0:19:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 29933, + "startTime": "0:19:57.360", + "endFrame": 30249, + "endTime": "0:20:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.454, + 0.746 + ], + "bottomright": [ + 0.703, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 30258, + "startTime": "0:20:10.350", + "endFrame": 30711, + "endTime": "0:20:28.440", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 30722, + "startTime": "0:20:28.890", + "endFrame": 30986, + "endTime": "0:20:39.450", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 31008, + "startTime": "0:20:40.320", + "endFrame": 31300, + "endTime": "0:20:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 31329, + "startTime": "0:20:53.190", + "endFrame": 31606, + "endTime": "0:21:4.260", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 31611, + "startTime": "0:21:4.470", + "endFrame": 31857, + "endTime": "0:21:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.459, + 0.746 + ], + "bottomright": [ + 0.709, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 31893, + "startTime": "0:21:15.750", + "endFrame": 32313, + "endTime": "0:21:32.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 32349, + "startTime": "0:21:33.960", + "endFrame": 32720, + "endTime": "0:21:48.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 32756, + "startTime": "0:21:50.250", + "endFrame": 33133, + "endTime": "0:22:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 33210, + "startTime": "0:22:8.400", + "endFrame": 33574, + "endTime": "0:22:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 33594, + "startTime": "0:22:23.790", + "endFrame": 33938, + "endTime": "0:22:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 34203, + "startTime": "0:22:48.120", + "endFrame": 34476, + "endTime": "0:22:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 34496, + "startTime": "0:22:59.850", + "endFrame": 34745, + "endTime": "0:23:9.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 34795, + "startTime": "0:23:11.820", + "endFrame": 35071, + "endTime": "0:23:22.860", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 35149, + "startTime": "0:23:25.980", + "endFrame": 35646, + "endTime": "0:23:45.840", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 35736, + "startTime": "0:23:49.470", + "endFrame": 36030, + "endTime": "0:24:1.200", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.247 + ], + "bottomright": [ + 0.249, + 0.494 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.494 + ], + "bottomright": [ + 0.249, + 0.742 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.247 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.247 + ], + "bottomright": [ + 0.498, + 0.494 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.494 + ], + "bottomright": [ + 0.498, + 0.742 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.247 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.247 + ], + "bottomright": [ + 0.748, + 0.494 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.494 + ], + "bottomright": [ + 0.748, + 0.742 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.247 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.247 + ], + "bottomright": [ + 0.997, + 0.494 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.494 + ], + "bottomright": [ + 0.997, + 0.742 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.742 + ], + "bottomright": [ + 0.255, + 0.989 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.742 + ], + "bottomright": [ + 0.504, + 0.989 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 36072, + "startTime": "0:24:2.880", + "endFrame": 36352, + "endTime": "0:24:14.100", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 36378, + "startTime": "0:24:15.150", + "endFrame": 36661, + "endTime": "0:24:26.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 36712, + "startTime": "0:24:28.500", + "endFrame": 36945, + "endTime": "0:24:37.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 36994, + "startTime": "0:24:39.780", + "endFrame": 37525, + "endTime": "0:25:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 37599, + "startTime": "0:25:3.960", + "endFrame": 37806, + "endTime": "0:25:12.270", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 37821, + "startTime": "0:25:12.840", + "endFrame": 38090, + "endTime": "0:25:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 38115, + "startTime": "0:25:24.630", + "endFrame": 38512, + "endTime": "0:25:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 38538, + "startTime": "0:25:41.550", + "endFrame": 38820, + "endTime": "0:25:52.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 38869, + "startTime": "0:25:54.780", + "endFrame": 39294, + "endTime": "0:26:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 39339, + "startTime": "0:26:13.560", + "endFrame": 39896, + "endTime": "0:26:35.850", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 45899, + "startTime": "0:30:35.970", + "endFrame": 46437, + "endTime": "0:30:57.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.109, + 0.624 + ], + "bottomright": [ + 0.359, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.359, + 0.624 + ], + "bottomright": [ + 0.608, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 46496, + "startTime": "0:30:59.850", + "endFrame": 46731, + "endTime": "0:31:9.270", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.006, + 0.624 + ], + "bottomright": [ + 0.255, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 46803, + "startTime": "0:31:12.120", + "endFrame": 47248, + "endTime": "0:31:29.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.031, + 0.624 + ], + "bottomright": [ + 0.28, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.28, + 0.624 + ], + "bottomright": [ + 0.53, + 0.874 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.624 + ], + "bottomright": [ + 0.779, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.779, + 0.624 + ], + "bottomright": [ + 1.028, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 47277, + "startTime": "0:31:31.110", + "endFrame": 47556, + "endTime": "0:31:42.270", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.081, + 0.624 + ], + "bottomright": [ + 0.33, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.33, + 0.624 + ], + "bottomright": [ + 0.58, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 47571, + "startTime": "0:31:42.840", + "endFrame": 47827, + "endTime": "0:31:53.100", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.006, + 0.624 + ], + "bottomright": [ + 0.255, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.754, + 0.624 + ], + "bottomright": [ + 1.003, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 47858, + "startTime": "0:31:54.330", + "endFrame": 48242, + "endTime": "0:32:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.076, + 0.624 + ], + "bottomright": [ + 0.325, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48564, + "endTime": "0:32:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.071, + 0.624 + ], + "bottomright": [ + 0.32, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.624 + ], + "bottomright": [ + 0.57, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.57, + 0.624 + ], + "bottomright": [ + 0.819, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 48649, + "startTime": "0:32:25.980", + "endFrame": 49215, + "endTime": "0:32:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.392, + 0.746 + ], + "bottomright": [ + 0.641, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 49250, + "startTime": "0:32:50.010", + "endFrame": 49530, + "endTime": "0:33:1.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.392, + 0.746 + ], + "bottomright": [ + 0.641, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 49569, + "startTime": "0:33:2.790", + "endFrame": 49848, + "endTime": "0:33:13.920", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 49892, + "startTime": "0:33:15.690", + "endFrame": 50192, + "endTime": "0:33:27.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 50234, + "startTime": "0:33:29.370", + "endFrame": 50492, + "endTime": "0:33:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.031, + 0.624 + ], + "bottomright": [ + 0.28, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.28, + 0.624 + ], + "bottomright": [ + 0.53, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.624 + ], + "bottomright": [ + 0.779, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.779, + 0.624 + ], + "bottomright": [ + 1.028, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 50531, + "startTime": "0:33:41.250", + "endFrame": 50897, + "endTime": "0:33:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.624 + ], + "bottomright": [ + 0.256, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.256, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.505, + 0.624 + ], + "bottomright": [ + 0.755, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.755, + 0.624 + ], + "bottomright": [ + 1.004, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 50987, + "startTime": "0:33:59.490", + "endFrame": 51195, + "endTime": "0:34:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.624 + ], + "bottomright": [ + 0.257, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.624 + ], + "bottomright": [ + 0.506, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.506, + 0.624 + ], + "bottomright": [ + 0.755, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.755, + 0.624 + ], + "bottomright": [ + 1.005, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 51224, + "startTime": "0:34:8.970", + "endFrame": 51534, + "endTime": "0:34:21.360", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 51581, + "startTime": "0:34:23.250", + "endFrame": 52194, + "endTime": "0:34:47.760", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 52328, + "startTime": "0:34:53.130", + "endFrame": 52533, + "endTime": "0:35:1.350", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 52632, + "startTime": "0:35:5.280", + "endFrame": 52965, + "endTime": "0:35:18.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 53165, + "startTime": "0:35:26.610", + "endFrame": 53259, + "endTime": "0:35:30.390", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 53289, + "startTime": "0:35:31.560", + "endFrame": 53784, + "endTime": "0:35:51.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 53796, + "startTime": "0:35:51.840", + "endFrame": 54167, + "endTime": "0:36:6.720", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 54204, + "startTime": "0:36:8.190", + "endFrame": 54441, + "endTime": "0:36:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 54452, + "startTime": "0:36:18.090", + "endFrame": 54825, + "endTime": "0:36:33.000", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 54857, + "startTime": "0:36:34.290", + "endFrame": 55239, + "endTime": "0:36:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 55290, + "startTime": "0:36:51.630", + "endFrame": 55587, + "endTime": "0:37:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 55605, + "startTime": "0:37:4.230", + "endFrame": 55969, + "endTime": "0:37:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 56024, + "startTime": "0:37:20.970", + "endFrame": 56223, + "endTime": "0:37:28.920", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 56283, + "startTime": "0:37:31.350", + "endFrame": 56514, + "endTime": "0:37:40.560", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 56520, + "startTime": "0:37:40.830", + "endFrame": 56772, + "endTime": "0:37:50.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 56781, + "startTime": "0:37:51.270", + "endFrame": 57032, + "endTime": "0:38:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 57062, + "startTime": "0:38:2.490", + "endFrame": 57396, + "endTime": "0:38:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 57416, + "startTime": "0:38:16.680", + "endFrame": 57718, + "endTime": "0:38:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 57954, + "startTime": "0:38:38.160", + "endFrame": 57985, + "endTime": "0:38:39.420", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.0 + ], + "bottomright": [ + 0.398, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.249 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.249 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.574, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 58118, + "startTime": "0:38:44.730", + "endFrame": 58250, + "endTime": "0:38:50.010", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 58363, + "startTime": "0:38:54.540", + "endFrame": 58601, + "endTime": "0:39:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 58619, + "startTime": "0:39:4.770", + "endFrame": 59204, + "endTime": "0:39:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 59232, + "startTime": "0:39:29.280", + "endFrame": 59550, + "endTime": "0:39:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 59579, + "startTime": "0:39:43.200", + "endFrame": 59890, + "endTime": "0:39:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 59973, + "startTime": "0:39:58.920", + "endFrame": 60185, + "endTime": "0:40:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 60219, + "startTime": "0:40:8.790", + "endFrame": 60460, + "endTime": "0:40:18.420", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 60491, + "startTime": "0:40:19.680", + "endFrame": 60785, + "endTime": "0:40:31.410", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 60833, + "startTime": "0:40:33.330", + "endFrame": 61067, + "endTime": "0:40:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 61089, + "startTime": "0:40:43.590", + "endFrame": 61461, + "endTime": "0:40:58.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 61502, + "startTime": "0:41:0.090", + "endFrame": 61749, + "endTime": "0:41:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61791, + "startTime": "0:41:11.640", + "endFrame": 62109, + "endTime": "0:41:24.390", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 62138, + "startTime": "0:41:25.530", + "endFrame": 62549, + "endTime": "0:41:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 62582, + "startTime": "0:41:43.290", + "endFrame": 62946, + "endTime": "0:41:57.840", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 63069, + "startTime": "0:42:2.790", + "endFrame": 63213, + "endTime": "0:42:8.550", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63660, + "endTime": "0:42:26.400", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63674, + "startTime": "0:42:26.970", + "endFrame": 63983, + "endTime": "0:42:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64020, + "startTime": "0:42:40.800", + "endFrame": 64358, + "endTime": "0:42:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.266, + 0.624 + ], + "bottomright": [ + 0.516, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.624 + ], + "bottomright": [ + 0.765, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.765, + 0.624 + ], + "bottomright": [ + 1.014, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64398, + "startTime": "0:42:55.950", + "endFrame": 64798, + "endTime": "0:43:11.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.018, + 0.624 + ], + "bottomright": [ + 0.267, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.267, + 0.624 + ], + "bottomright": [ + 0.516, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.624 + ], + "bottomright": [ + 0.766, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.766, + 0.624 + ], + "bottomright": [ + 1.015, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64824, + "startTime": "0:43:12.990", + "endFrame": 65301, + "endTime": "0:43:32.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.393, + 0.624 + ], + "bottomright": [ + 0.642, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.642, + 0.624 + ], + "bottomright": [ + 0.891, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65353, + "startTime": "0:43:34.140", + "endFrame": 65631, + "endTime": "0:43:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65732, + "startTime": "0:43:49.290", + "endFrame": 65934, + "endTime": "0:43:57.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 65949, + "startTime": "0:43:57.960", + "endFrame": 66481, + "endTime": "0:44:19.260", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66499, + "startTime": "0:44:19.980", + "endFrame": 66792, + "endTime": "0:44:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 66838, + "startTime": "0:44:33.540", + "endFrame": 67255, + "endTime": "0:44:50.220", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 67293, + "startTime": "0:44:51.720", + "endFrame": 67688, + "endTime": "0:45:7.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 67718, + "startTime": "0:45:8.730", + "endFrame": 67980, + "endTime": "0:45:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 68028, + "startTime": "0:45:21.120", + "endFrame": 68235, + "endTime": "0:45:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 68246, + "startTime": "0:45:29.850", + "endFrame": 68502, + "endTime": "0:45:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 68656, + "startTime": "0:45:46.260", + "endFrame": 68801, + "endTime": "0:45:52.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 68901, + "startTime": "0:45:56.070", + "endFrame": 69135, + "endTime": "0:46:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 69166, + "startTime": "0:46:6.660", + "endFrame": 69649, + "endTime": "0:46:25.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 69695, + "startTime": "0:46:27.810", + "endFrame": 69902, + "endTime": "0:46:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 69917, + "startTime": "0:46:36.690", + "endFrame": 70185, + "endTime": "0:46:47.400", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 70251, + "startTime": "0:46:50.070", + "endFrame": 70615, + "endTime": "0:47:4.620", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 70641, + "startTime": "0:47:5.670", + "endFrame": 70874, + "endTime": "0:47:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 70913, + "startTime": "0:47:16.530", + "endFrame": 71254, + "endTime": "0:47:30.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 71313, + "startTime": "0:47:32.550", + "endFrame": 71539, + "endTime": "0:47:41.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 71559, + "startTime": "0:47:42.390", + "endFrame": 71797, + "endTime": "0:47:51.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 71825, + "startTime": "0:47:53.010", + "endFrame": 72213, + "endTime": "0:48:8.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72242, + "startTime": "0:48:9.690", + "endFrame": 72687, + "endTime": "0:48:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 72734, + "startTime": "0:48:29.370", + "endFrame": 73058, + "endTime": "0:48:42.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73084, + "startTime": "0:48:43.380", + "endFrame": 73329, + "endTime": "0:48:53.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 73363, + "startTime": "0:48:54.540", + "endFrame": 73653, + "endTime": "0:49:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 73711, + "startTime": "0:49:8.460", + "endFrame": 74029, + "endTime": "0:49:21.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 74068, + "startTime": "0:49:22.740", + "endFrame": 74400, + "endTime": "0:49:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 74604, + "startTime": "0:49:44.160", + "endFrame": 74866, + "endTime": "0:49:54.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 74895, + "startTime": "0:49:55.800", + "endFrame": 75311, + "endTime": "0:50:12.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 75345, + "startTime": "0:50:13.800", + "endFrame": 75567, + "endTime": "0:50:22.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 75599, + "startTime": "0:50:23.970", + "endFrame": 75832, + "endTime": "0:50:33.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 75907, + "startTime": "0:50:36.300", + "endFrame": 76077, + "endTime": "0:50:43.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 76113, + "startTime": "0:50:44.550", + "endFrame": 76503, + "endTime": "0:51:0.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 76539, + "startTime": "0:51:1.590", + "endFrame": 76860, + "endTime": "0:51:14.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 76900, + "startTime": "0:51:16.020", + "endFrame": 77319, + "endTime": "0:51:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 77357, + "startTime": "0:51:34.290", + "endFrame": 77613, + "endTime": "0:51:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 77745, + "startTime": "0:51:49.830", + "endFrame": 78012, + "endTime": "0:52:0.480", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 78020, + "startTime": "0:52:0.810", + "endFrame": 78318, + "endTime": "0:52:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 79225, + "startTime": "0:52:49.020", + "endFrame": 79255, + "endTime": "0:52:50.220", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.333, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.124 + ], + "bottomright": [ + 0.666, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.374 + ], + "bottomright": [ + 0.666, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.124 + ], + "bottomright": [ + 0.998, + 0.374 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.374 + ], + "bottomright": [ + 0.998, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.333, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.624 + ], + "bottomright": [ + 0.666, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 79332, + "startTime": "0:52:53.310", + "endFrame": 79521, + "endTime": "0:53:0.870", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 79530, + "startTime": "0:53:1.230", + "endFrame": 79935, + "endTime": "0:53:17.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 79953, + "startTime": "0:53:18.150", + "endFrame": 80436, + "endTime": "0:53:37.440", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 80478, + "startTime": "0:53:39.120", + "endFrame": 80922, + "endTime": "0:53:56.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.62, + 0.0 + ], + "bottomright": [ + 0.93, + 0.499 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.541, + 0.499 + ], + "bottomright": [ + 0.851, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 80947, + "startTime": "0:53:57.900", + "endFrame": 81226, + "endTime": "0:54:9.060", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 81252, + "startTime": "0:54:10.080", + "endFrame": 81508, + "endTime": "0:54:20.340", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 81566, + "startTime": "0:54:22.650", + "endFrame": 81791, + "endTime": "0:54:31.650", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.0 + ], + "bottomright": [ + 0.978, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.738, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 81864, + "startTime": "0:54:34.590", + "endFrame": 82493, + "endTime": "0:54:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 82521, + "startTime": "0:55:0.840", + "endFrame": 82887, + "endTime": "0:55:15.480", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.0 + ], + "bottomright": [ + 0.249, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 82914, + "startTime": "0:55:16.590", + "endFrame": 83211, + "endTime": "0:55:28.440", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 83251, + "startTime": "0:55:30.060", + "endFrame": 83746, + "endTime": "0:55:49.860", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 83772, + "startTime": "0:55:50.880", + "endFrame": 84018, + "endTime": "0:56:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 84132, + "startTime": "0:56:5.310", + "endFrame": 84616, + "endTime": "0:56:24.660", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 84656, + "startTime": "0:56:26.250", + "endFrame": 84927, + "endTime": "0:56:37.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 85491, + "startTime": "0:56:59.640", + "endFrame": 85749, + "endTime": "0:57:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.623, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 85761, + "startTime": "0:57:10.440", + "endFrame": 86169, + "endTime": "0:57:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 86244, + "startTime": "0:57:29.760", + "endFrame": 86608, + "endTime": "0:57:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.623, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 86622, + "startTime": "0:57:44.880", + "endFrame": 87043, + "endTime": "0:58:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 87076, + "startTime": "0:58:3.060", + "endFrame": 87324, + "endTime": "0:58:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 87364, + "startTime": "0:58:14.580", + "endFrame": 87938, + "endTime": "0:58:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.246 + ], + "bottomright": [ + 0.249, + 0.492 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.492 + ], + "bottomright": [ + 0.249, + 0.738 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.246 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.246 + ], + "bottomright": [ + 0.498, + 0.492 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.492 + ], + "bottomright": [ + 0.498, + 0.738 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.246 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.246 + ], + "bottomright": [ + 0.748, + 0.492 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.492 + ], + "bottomright": [ + 0.748, + 0.738 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.246 + ], + "bottomright": [ + 0.997, + 0.492 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.492 + ], + "bottomright": [ + 0.997, + 0.738 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 87969, + "startTime": "0:58:38.760", + "endFrame": 88370, + "endTime": "0:58:54.810", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.746 + ], + "bottomright": [ + 0.59, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 88386, + "startTime": "0:58:55.440", + "endFrame": 88641, + "endTime": "0:59:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 88641, + "startTime": "0:59:5.670", + "endFrame": 89031, + "endTime": "0:59:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 89094, + "startTime": "0:59:23.790", + "endFrame": 89357, + "endTime": "0:59:34.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 89366, + "startTime": "0:59:34.650", + "endFrame": 89637, + "endTime": "0:59:45.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 89658, + "startTime": "0:59:46.320", + "endFrame": 89910, + "endTime": "0:59:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 89925, + "startTime": "0:59:57.000", + "endFrame": 90210, + "endTime": "1:00:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 90320, + "startTime": "1:00:12.810", + "endFrame": 90698, + "endTime": "1:00:27.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 90855, + "startTime": "1:00:34.230", + "endFrame": 91102, + "endTime": "1:00:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 91117, + "startTime": "1:00:44.700", + "endFrame": 91482, + "endTime": "1:00:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 91482, + "startTime": "1:00:59.310", + "endFrame": 91839, + "endTime": "1:01:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 91860, + "startTime": "1:01:14.400", + "endFrame": 92236, + "endTime": "1:01:29.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 92271, + "startTime": "1:01:30.840", + "endFrame": 92611, + "endTime": "1:01:44.460", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 92639, + "startTime": "1:01:45.570", + "endFrame": 92989, + "endTime": "1:01:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 93050, + "startTime": "1:02:2.010", + "endFrame": 93259, + "endTime": "1:02:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 93273, + "startTime": "1:02:10.920", + "endFrame": 93561, + "endTime": "1:02:22.470", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 93600, + "startTime": "1:02:24.030", + "endFrame": 94044, + "endTime": "1:02:41.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 94067, + "startTime": "1:02:42.690", + "endFrame": 94384, + "endTime": "1:02:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 94412, + "startTime": "1:02:56.490", + "endFrame": 94839, + "endTime": "1:03:13.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 94878, + "startTime": "1:03:15.150", + "endFrame": 95198, + "endTime": "1:03:27.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 95227, + "startTime": "1:03:29.100", + "endFrame": 95598, + "endTime": "1:03:43.920", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 95652, + "startTime": "1:03:46.080", + "endFrame": 95928, + "endTime": "1:03:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 95978, + "startTime": "1:03:59.130", + "endFrame": 96324, + "endTime": "1:04:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 96395, + "startTime": "1:04:15.810", + "endFrame": 96578, + "endTime": "1:04:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 96672, + "startTime": "1:04:26.880", + "endFrame": 96907, + "endTime": "1:04:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 96918, + "startTime": "1:04:36.720", + "endFrame": 97212, + "endTime": "1:04:48.510", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_06-rater7.json b/ratings/video_06-rater7.json new file mode 100644 index 0000000000000000000000000000000000000000..2966d1c9ccbaeb2038f4d5b55f29a02180a462fe --- /dev/null +++ b/ratings/video_06-rater7.json @@ -0,0 +1,42747 @@ +[ + { + "clipIdx": 0, + "startFrame": 8, + "startTime": "0:00:0.329", + "endFrame": 276, + "endTime": "0:00:11.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 276, + "startTime": "0:00:11.040", + "endFrame": 720, + "endTime": "0:00:28.800", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 740, + "startTime": "0:00:29.610", + "endFrame": 1047, + "endTime": "0:00:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.026, + 0.624 + ], + "bottomright": [ + 0.275, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.275, + 0.624 + ], + "bottomright": [ + 0.524, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.624 + ], + "bottomright": [ + 0.773, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.773, + 0.624 + ], + "bottomright": [ + 1.023, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1122, + "startTime": "0:00:44.880", + "endFrame": 1353, + "endTime": "0:00:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1380, + "startTime": "0:00:55.230", + "endFrame": 1938, + "endTime": "0:01:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1962, + "startTime": "0:01:18.510", + "endFrame": 2317, + "endTime": "0:01:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2388, + "startTime": "0:01:35.550", + "endFrame": 2568, + "endTime": "0:01:42.720", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2598, + "startTime": "0:01:43.950", + "endFrame": 2901, + "endTime": "0:01:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2925, + "startTime": "0:01:57.030", + "endFrame": 3201, + "endTime": "0:02:8.070", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3207, + "startTime": "0:02:8.280", + "endFrame": 3502, + "endTime": "0:02:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3511, + "startTime": "0:02:20.460", + "endFrame": 3933, + "endTime": "0:02:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3965, + "startTime": "0:02:38.640", + "endFrame": 4211, + "endTime": "0:02:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4248, + "startTime": "0:02:49.950", + "endFrame": 4499, + "endTime": "0:02:59.970", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4536, + "startTime": "0:03:1.440", + "endFrame": 4759, + "endTime": "0:03:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4759, + "startTime": "0:03:10.380", + "endFrame": 5046, + "endTime": "0:03:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5064, + "startTime": "0:03:22.590", + "endFrame": 5317, + "endTime": "0:03:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5358, + "startTime": "0:03:34.320", + "endFrame": 5654, + "endTime": "0:03:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.0 + ], + "bottomright": [ + 0.249, + 0.249 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 5697, + "startTime": "0:03:47.880", + "endFrame": 6336, + "endTime": "0:04:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6386, + "startTime": "0:04:15.450", + "endFrame": 6910, + "endTime": "0:04:36.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 6942, + "startTime": "0:04:37.680", + "endFrame": 7755, + "endTime": "0:05:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7802, + "startTime": "0:05:12.090", + "endFrame": 8100, + "endTime": "0:05:24.030", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8130, + "startTime": "0:05:25.230", + "endFrame": 8538, + "endTime": "0:05:41.520", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8564, + "startTime": "0:05:42.570", + "endFrame": 8836, + "endTime": "0:05:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8876, + "startTime": "0:05:55.050", + "endFrame": 9314, + "endTime": "0:06:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9372, + "startTime": "0:06:14.880", + "endFrame": 9594, + "endTime": "0:06:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9684, + "startTime": "0:06:27.390", + "endFrame": 9985, + "endTime": "0:06:39.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10018, + "startTime": "0:06:40.740", + "endFrame": 10261, + "endTime": "0:06:50.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10282, + "startTime": "0:06:51.300", + "endFrame": 10660, + "endTime": "0:07:6.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.408, + 0.746 + ], + "bottomright": [ + 0.657, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10695, + "startTime": "0:07:7.830", + "endFrame": 11078, + "endTime": "0:07:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.534, + 0.746 + ], + "bottomright": [ + 0.783, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11129, + "startTime": "0:07:25.170", + "endFrame": 11392, + "endTime": "0:07:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.532, + 0.746 + ], + "bottomright": [ + 0.781, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11434, + "startTime": "0:07:37.380", + "endFrame": 11736, + "endTime": "0:07:49.470", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.746 + ], + "bottomright": [ + 0.78, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11763, + "startTime": "0:07:50.520", + "endFrame": 12069, + "endTime": "0:08:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.525, + 0.746 + ], + "bottomright": [ + 0.774, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12093, + "startTime": "0:08:3.720", + "endFrame": 12334, + "endTime": "0:08:13.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.525, + 0.746 + ], + "bottomright": [ + 0.774, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12353, + "startTime": "0:08:14.130", + "endFrame": 12587, + "endTime": "0:08:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 12625, + "startTime": "0:08:25.020", + "endFrame": 12894, + "endTime": "0:08:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 12898, + "startTime": "0:08:35.940", + "endFrame": 13176, + "endTime": "0:08:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.523, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13211, + "startTime": "0:08:48.450", + "endFrame": 13438, + "endTime": "0:08:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 13466, + "startTime": "0:08:58.680", + "endFrame": 13691, + "endTime": "0:09:7.650", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 13719, + "startTime": "0:09:8.790", + "endFrame": 14124, + "endTime": "0:09:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14154, + "startTime": "0:09:26.160", + "endFrame": 14388, + "endTime": "0:09:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 14393, + "startTime": "0:09:35.730", + "endFrame": 14705, + "endTime": "0:09:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 14727, + "startTime": "0:09:49.080", + "endFrame": 15119, + "endTime": "0:10:4.770", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15151, + "startTime": "0:10:6.060", + "endFrame": 15501, + "endTime": "0:10:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 15531, + "startTime": "0:10:21.240", + "endFrame": 15949, + "endTime": "0:10:37.980", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 15983, + "startTime": "0:10:39.330", + "endFrame": 16257, + "endTime": "0:10:50.280", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16298, + "startTime": "0:10:51.930", + "endFrame": 16647, + "endTime": "0:11:5.880", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 16663, + "startTime": "0:11:6.540", + "endFrame": 16945, + "endTime": "0:11:17.820", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 17033, + "startTime": "0:11:21.330", + "endFrame": 17316, + "endTime": "0:11:32.670", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 17331, + "startTime": "0:11:33.270", + "endFrame": 17583, + "endTime": "0:11:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 17643, + "startTime": "0:11:45.720", + "endFrame": 18218, + "endTime": "0:12:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 18270, + "startTime": "0:12:10.800", + "endFrame": 18468, + "endTime": "0:12:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 18501, + "startTime": "0:12:20.070", + "endFrame": 18751, + "endTime": "0:12:30.060", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 18780, + "startTime": "0:12:31.230", + "endFrame": 19344, + "endTime": "0:12:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 19373, + "startTime": "0:12:54.930", + "endFrame": 19617, + "endTime": "0:13:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 19655, + "startTime": "0:13:6.210", + "endFrame": 19984, + "endTime": "0:13:19.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.456, + 0.746 + ], + "bottomright": [ + 0.705, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 20038, + "startTime": "0:13:21.540", + "endFrame": 20416, + "endTime": "0:13:36.660", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 20418, + "startTime": "0:13:36.750", + "endFrame": 20938, + "endTime": "0:13:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 20985, + "startTime": "0:13:59.400", + "endFrame": 21281, + "endTime": "0:14:11.250", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 21357, + "startTime": "0:14:14.280", + "endFrame": 21760, + "endTime": "0:14:30.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 21792, + "startTime": "0:14:31.710", + "endFrame": 22057, + "endTime": "0:14:42.300", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22123, + "startTime": "0:14:44.940", + "endFrame": 22320, + "endTime": "0:14:52.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 22329, + "startTime": "0:14:53.160", + "endFrame": 22609, + "endTime": "0:15:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 22637, + "startTime": "0:15:5.490", + "endFrame": 22974, + "endTime": "0:15:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 23021, + "startTime": "0:15:20.850", + "endFrame": 23228, + "endTime": "0:15:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.533, + 0.746 + ], + "bottomright": [ + 0.782, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 23256, + "startTime": "0:15:30.270", + "endFrame": 23765, + "endTime": "0:15:50.610", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.523, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 23805, + "startTime": "0:15:52.200", + "endFrame": 24048, + "endTime": "0:16:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.746 + ], + "bottomright": [ + 0.765, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 24092, + "startTime": "0:16:3.690", + "endFrame": 24320, + "endTime": "0:16:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 24352, + "startTime": "0:16:14.100", + "endFrame": 24606, + "endTime": "0:16:24.240", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.231 + ], + "bottomright": [ + 0.249, + 0.461 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.461 + ], + "bottomright": [ + 0.249, + 0.692 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.231 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.231 + ], + "bottomright": [ + 0.498, + 0.461 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.461 + ], + "bottomright": [ + 0.498, + 0.692 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.231 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.231 + ], + "bottomright": [ + 0.748, + 0.461 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.461 + ], + "bottomright": [ + 0.748, + 0.692 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.231 + ], + "bottomright": [ + 0.997, + 0.461 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 24641, + "startTime": "0:16:25.650", + "endFrame": 25038, + "endTime": "0:16:41.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 25065, + "startTime": "0:16:42.600", + "endFrame": 25573, + "endTime": "0:17:2.940", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 25609, + "startTime": "0:17:4.380", + "endFrame": 25977, + "endTime": "0:17:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.438, + 0.746 + ], + "bottomright": [ + 0.687, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26475, + "endTime": "0:17:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 26506, + "startTime": "0:17:40.260", + "endFrame": 26742, + "endTime": "0:17:49.680", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 26777, + "startTime": "0:17:51.120", + "endFrame": 27047, + "endTime": "0:18:1.890", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 27081, + "startTime": "0:18:3.270", + "endFrame": 27366, + "endTime": "0:18:14.640", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.459, + 0.746 + ], + "bottomright": [ + 0.709, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 27405, + "startTime": "0:18:16.230", + "endFrame": 27717, + "endTime": "0:18:28.710", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 27747, + "startTime": "0:18:29.880", + "endFrame": 28262, + "endTime": "0:18:50.490", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 28321, + "startTime": "0:18:52.860", + "endFrame": 28695, + "endTime": "0:19:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 28737, + "startTime": "0:19:9.510", + "endFrame": 28995, + "endTime": "0:19:19.800", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 29034, + "startTime": "0:19:21.390", + "endFrame": 29275, + "endTime": "0:19:31.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 29320, + "startTime": "0:19:32.820", + "endFrame": 29600, + "endTime": "0:19:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 29637, + "startTime": "0:19:45.480", + "endFrame": 29928, + "endTime": "0:19:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 29933, + "startTime": "0:19:57.360", + "endFrame": 30249, + "endTime": "0:20:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.454, + 0.746 + ], + "bottomright": [ + 0.703, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 30258, + "startTime": "0:20:10.350", + "endFrame": 30711, + "endTime": "0:20:28.440", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 30722, + "startTime": "0:20:28.890", + "endFrame": 30986, + "endTime": "0:20:39.450", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 31008, + "startTime": "0:20:40.320", + "endFrame": 31300, + "endTime": "0:20:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 31329, + "startTime": "0:20:53.190", + "endFrame": 31606, + "endTime": "0:21:4.260", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 31611, + "startTime": "0:21:4.470", + "endFrame": 31857, + "endTime": "0:21:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.459, + 0.746 + ], + "bottomright": [ + 0.709, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 31893, + "startTime": "0:21:15.750", + "endFrame": 32313, + "endTime": "0:21:32.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 32349, + "startTime": "0:21:33.960", + "endFrame": 32720, + "endTime": "0:21:48.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 32756, + "startTime": "0:21:50.250", + "endFrame": 33133, + "endTime": "0:22:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 33210, + "startTime": "0:22:8.400", + "endFrame": 33574, + "endTime": "0:22:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 33594, + "startTime": "0:22:23.790", + "endFrame": 33938, + "endTime": "0:22:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 34203, + "startTime": "0:22:48.120", + "endFrame": 34476, + "endTime": "0:22:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 34496, + "startTime": "0:22:59.850", + "endFrame": 34745, + "endTime": "0:23:9.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 34795, + "startTime": "0:23:11.820", + "endFrame": 35071, + "endTime": "0:23:22.860", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 35149, + "startTime": "0:23:25.980", + "endFrame": 35646, + "endTime": "0:23:45.840", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 35736, + "startTime": "0:23:49.470", + "endFrame": 36030, + "endTime": "0:24:1.200", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.247 + ], + "bottomright": [ + 0.249, + 0.494 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.494 + ], + "bottomright": [ + 0.249, + 0.742 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.247 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.247 + ], + "bottomright": [ + 0.498, + 0.494 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.494 + ], + "bottomright": [ + 0.498, + 0.742 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.247 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.247 + ], + "bottomright": [ + 0.748, + 0.494 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.494 + ], + "bottomright": [ + 0.748, + 0.742 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.247 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.247 + ], + "bottomright": [ + 0.997, + 0.494 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.494 + ], + "bottomright": [ + 0.997, + 0.742 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.742 + ], + "bottomright": [ + 0.255, + 0.989 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.742 + ], + "bottomright": [ + 0.504, + 0.989 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 36072, + "startTime": "0:24:2.880", + "endFrame": 36352, + "endTime": "0:24:14.100", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 36378, + "startTime": "0:24:15.150", + "endFrame": 36661, + "endTime": "0:24:26.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 36712, + "startTime": "0:24:28.500", + "endFrame": 36945, + "endTime": "0:24:37.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 36994, + "startTime": "0:24:39.780", + "endFrame": 37525, + "endTime": "0:25:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 37599, + "startTime": "0:25:3.960", + "endFrame": 37806, + "endTime": "0:25:12.270", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 37821, + "startTime": "0:25:12.840", + "endFrame": 38090, + "endTime": "0:25:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 38115, + "startTime": "0:25:24.630", + "endFrame": 38512, + "endTime": "0:25:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 38538, + "startTime": "0:25:41.550", + "endFrame": 38820, + "endTime": "0:25:52.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 38869, + "startTime": "0:25:54.780", + "endFrame": 39294, + "endTime": "0:26:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 39339, + "startTime": "0:26:13.560", + "endFrame": 39896, + "endTime": "0:26:35.850", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 45899, + "startTime": "0:30:35.970", + "endFrame": 46437, + "endTime": "0:30:57.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.109, + 0.624 + ], + "bottomright": [ + 0.359, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.359, + 0.624 + ], + "bottomright": [ + 0.608, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 46496, + "startTime": "0:30:59.850", + "endFrame": 46731, + "endTime": "0:31:9.270", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.006, + 0.624 + ], + "bottomright": [ + 0.255, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 46803, + "startTime": "0:31:12.120", + "endFrame": 47248, + "endTime": "0:31:29.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.031, + 0.624 + ], + "bottomright": [ + 0.28, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.28, + 0.624 + ], + "bottomright": [ + 0.53, + 0.874 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.624 + ], + "bottomright": [ + 0.779, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.779, + 0.624 + ], + "bottomright": [ + 1.028, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 47277, + "startTime": "0:31:31.110", + "endFrame": 47556, + "endTime": "0:31:42.270", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.081, + 0.624 + ], + "bottomright": [ + 0.33, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.33, + 0.624 + ], + "bottomright": [ + 0.58, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 47571, + "startTime": "0:31:42.840", + "endFrame": 47827, + "endTime": "0:31:53.100", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.006, + 0.624 + ], + "bottomright": [ + 0.255, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.754, + 0.624 + ], + "bottomright": [ + 1.003, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 47858, + "startTime": "0:31:54.330", + "endFrame": 48242, + "endTime": "0:32:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.076, + 0.624 + ], + "bottomright": [ + 0.325, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48564, + "endTime": "0:32:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.071, + 0.624 + ], + "bottomright": [ + 0.32, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.624 + ], + "bottomright": [ + 0.57, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.57, + 0.624 + ], + "bottomright": [ + 0.819, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 48649, + "startTime": "0:32:25.980", + "endFrame": 49215, + "endTime": "0:32:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.392, + 0.746 + ], + "bottomright": [ + 0.641, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 49250, + "startTime": "0:32:50.010", + "endFrame": 49530, + "endTime": "0:33:1.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.392, + 0.746 + ], + "bottomright": [ + 0.641, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 49569, + "startTime": "0:33:2.790", + "endFrame": 49848, + "endTime": "0:33:13.920", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 49892, + "startTime": "0:33:15.690", + "endFrame": 50192, + "endTime": "0:33:27.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 50234, + "startTime": "0:33:29.370", + "endFrame": 50492, + "endTime": "0:33:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.031, + 0.624 + ], + "bottomright": [ + 0.28, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.28, + 0.624 + ], + "bottomright": [ + 0.53, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.624 + ], + "bottomright": [ + 0.779, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.779, + 0.624 + ], + "bottomright": [ + 1.028, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 50531, + "startTime": "0:33:41.250", + "endFrame": 50897, + "endTime": "0:33:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.624 + ], + "bottomright": [ + 0.256, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.256, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.505, + 0.624 + ], + "bottomright": [ + 0.755, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.755, + 0.624 + ], + "bottomright": [ + 1.004, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 50987, + "startTime": "0:33:59.490", + "endFrame": 51195, + "endTime": "0:34:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.624 + ], + "bottomright": [ + 0.257, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.624 + ], + "bottomright": [ + 0.506, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.506, + 0.624 + ], + "bottomright": [ + 0.755, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.755, + 0.624 + ], + "bottomright": [ + 1.005, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 51224, + "startTime": "0:34:8.970", + "endFrame": 51534, + "endTime": "0:34:21.360", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 51581, + "startTime": "0:34:23.250", + "endFrame": 52194, + "endTime": "0:34:47.760", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 52328, + "startTime": "0:34:53.130", + "endFrame": 52533, + "endTime": "0:35:1.350", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 52632, + "startTime": "0:35:5.280", + "endFrame": 52965, + "endTime": "0:35:18.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 53165, + "startTime": "0:35:26.610", + "endFrame": 53259, + "endTime": "0:35:30.390", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 53289, + "startTime": "0:35:31.560", + "endFrame": 53784, + "endTime": "0:35:51.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 53796, + "startTime": "0:35:51.840", + "endFrame": 54167, + "endTime": "0:36:6.720", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 54204, + "startTime": "0:36:8.190", + "endFrame": 54441, + "endTime": "0:36:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 54452, + "startTime": "0:36:18.090", + "endFrame": 54825, + "endTime": "0:36:33.000", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 54857, + "startTime": "0:36:34.290", + "endFrame": 55239, + "endTime": "0:36:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 55290, + "startTime": "0:36:51.630", + "endFrame": 55587, + "endTime": "0:37:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 55605, + "startTime": "0:37:4.230", + "endFrame": 55969, + "endTime": "0:37:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 56024, + "startTime": "0:37:20.970", + "endFrame": 56223, + "endTime": "0:37:28.920", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 56283, + "startTime": "0:37:31.350", + "endFrame": 56514, + "endTime": "0:37:40.560", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 56520, + "startTime": "0:37:40.830", + "endFrame": 56772, + "endTime": "0:37:50.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 56781, + "startTime": "0:37:51.270", + "endFrame": 57032, + "endTime": "0:38:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 57062, + "startTime": "0:38:2.490", + "endFrame": 57396, + "endTime": "0:38:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 57416, + "startTime": "0:38:16.680", + "endFrame": 57718, + "endTime": "0:38:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 57954, + "startTime": "0:38:38.160", + "endFrame": 57985, + "endTime": "0:38:39.420", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.0 + ], + "bottomright": [ + 0.398, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.249 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.249 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.574, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 58118, + "startTime": "0:38:44.730", + "endFrame": 58250, + "endTime": "0:38:50.010", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 58363, + "startTime": "0:38:54.540", + "endFrame": 58601, + "endTime": "0:39:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 58619, + "startTime": "0:39:4.770", + "endFrame": 59204, + "endTime": "0:39:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 59232, + "startTime": "0:39:29.280", + "endFrame": 59550, + "endTime": "0:39:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 59579, + "startTime": "0:39:43.200", + "endFrame": 59890, + "endTime": "0:39:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 59973, + "startTime": "0:39:58.920", + "endFrame": 60185, + "endTime": "0:40:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 60219, + "startTime": "0:40:8.790", + "endFrame": 60460, + "endTime": "0:40:18.420", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 60491, + "startTime": "0:40:19.680", + "endFrame": 60785, + "endTime": "0:40:31.410", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 60833, + "startTime": "0:40:33.330", + "endFrame": 61067, + "endTime": "0:40:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 61089, + "startTime": "0:40:43.590", + "endFrame": 61461, + "endTime": "0:40:58.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 61502, + "startTime": "0:41:0.090", + "endFrame": 61749, + "endTime": "0:41:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61791, + "startTime": "0:41:11.640", + "endFrame": 62109, + "endTime": "0:41:24.390", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 62138, + "startTime": "0:41:25.530", + "endFrame": 62549, + "endTime": "0:41:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 62582, + "startTime": "0:41:43.290", + "endFrame": 62946, + "endTime": "0:41:57.840", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 63069, + "startTime": "0:42:2.790", + "endFrame": 63213, + "endTime": "0:42:8.550", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63660, + "endTime": "0:42:26.400", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63674, + "startTime": "0:42:26.970", + "endFrame": 63983, + "endTime": "0:42:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64020, + "startTime": "0:42:40.800", + "endFrame": 64358, + "endTime": "0:42:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.266, + 0.624 + ], + "bottomright": [ + 0.516, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.624 + ], + "bottomright": [ + 0.765, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.765, + 0.624 + ], + "bottomright": [ + 1.014, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64398, + "startTime": "0:42:55.950", + "endFrame": 64798, + "endTime": "0:43:11.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.018, + 0.624 + ], + "bottomright": [ + 0.267, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.267, + 0.624 + ], + "bottomright": [ + 0.516, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.624 + ], + "bottomright": [ + 0.766, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.766, + 0.624 + ], + "bottomright": [ + 1.015, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64824, + "startTime": "0:43:12.990", + "endFrame": 65301, + "endTime": "0:43:32.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.393, + 0.624 + ], + "bottomright": [ + 0.642, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.642, + 0.624 + ], + "bottomright": [ + 0.891, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65353, + "startTime": "0:43:34.140", + "endFrame": 65631, + "endTime": "0:43:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65732, + "startTime": "0:43:49.290", + "endFrame": 65934, + "endTime": "0:43:57.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 65949, + "startTime": "0:43:57.960", + "endFrame": 66481, + "endTime": "0:44:19.260", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66499, + "startTime": "0:44:19.980", + "endFrame": 66792, + "endTime": "0:44:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 66838, + "startTime": "0:44:33.540", + "endFrame": 67255, + "endTime": "0:44:50.220", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 67293, + "startTime": "0:44:51.720", + "endFrame": 67688, + "endTime": "0:45:7.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 67718, + "startTime": "0:45:8.730", + "endFrame": 67980, + "endTime": "0:45:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 68028, + "startTime": "0:45:21.120", + "endFrame": 68235, + "endTime": "0:45:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 68246, + "startTime": "0:45:29.850", + "endFrame": 68502, + "endTime": "0:45:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 68656, + "startTime": "0:45:46.260", + "endFrame": 68801, + "endTime": "0:45:52.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 68901, + "startTime": "0:45:56.070", + "endFrame": 69135, + "endTime": "0:46:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 69166, + "startTime": "0:46:6.660", + "endFrame": 69649, + "endTime": "0:46:25.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 69695, + "startTime": "0:46:27.810", + "endFrame": 69902, + "endTime": "0:46:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 69917, + "startTime": "0:46:36.690", + "endFrame": 70185, + "endTime": "0:46:47.400", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 70251, + "startTime": "0:46:50.070", + "endFrame": 70615, + "endTime": "0:47:4.620", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 70641, + "startTime": "0:47:5.670", + "endFrame": 70874, + "endTime": "0:47:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 70913, + "startTime": "0:47:16.530", + "endFrame": 71254, + "endTime": "0:47:30.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 71313, + "startTime": "0:47:32.550", + "endFrame": 71539, + "endTime": "0:47:41.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 71559, + "startTime": "0:47:42.390", + "endFrame": 71797, + "endTime": "0:47:51.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 71825, + "startTime": "0:47:53.010", + "endFrame": 72213, + "endTime": "0:48:8.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72242, + "startTime": "0:48:9.690", + "endFrame": 72687, + "endTime": "0:48:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 72734, + "startTime": "0:48:29.370", + "endFrame": 73058, + "endTime": "0:48:42.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73084, + "startTime": "0:48:43.380", + "endFrame": 73329, + "endTime": "0:48:53.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 73363, + "startTime": "0:48:54.540", + "endFrame": 73653, + "endTime": "0:49:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 73711, + "startTime": "0:49:8.460", + "endFrame": 74029, + "endTime": "0:49:21.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 74068, + "startTime": "0:49:22.740", + "endFrame": 74400, + "endTime": "0:49:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 74604, + "startTime": "0:49:44.160", + "endFrame": 74866, + "endTime": "0:49:54.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 74895, + "startTime": "0:49:55.800", + "endFrame": 75311, + "endTime": "0:50:12.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 75345, + "startTime": "0:50:13.800", + "endFrame": 75567, + "endTime": "0:50:22.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 75599, + "startTime": "0:50:23.970", + "endFrame": 75832, + "endTime": "0:50:33.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 75907, + "startTime": "0:50:36.300", + "endFrame": 76077, + "endTime": "0:50:43.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 76113, + "startTime": "0:50:44.550", + "endFrame": 76503, + "endTime": "0:51:0.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 76539, + "startTime": "0:51:1.590", + "endFrame": 76860, + "endTime": "0:51:14.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 76900, + "startTime": "0:51:16.020", + "endFrame": 77319, + "endTime": "0:51:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 77357, + "startTime": "0:51:34.290", + "endFrame": 77613, + "endTime": "0:51:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 77745, + "startTime": "0:51:49.830", + "endFrame": 78012, + "endTime": "0:52:0.480", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 78020, + "startTime": "0:52:0.810", + "endFrame": 78318, + "endTime": "0:52:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 79225, + "startTime": "0:52:49.020", + "endFrame": 79255, + "endTime": "0:52:50.220", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.333, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.124 + ], + "bottomright": [ + 0.666, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.374 + ], + "bottomright": [ + 0.666, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.124 + ], + "bottomright": [ + 0.998, + 0.374 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.374 + ], + "bottomright": [ + 0.998, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.333, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.624 + ], + "bottomright": [ + 0.666, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 79332, + "startTime": "0:52:53.310", + "endFrame": 79521, + "endTime": "0:53:0.870", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 79530, + "startTime": "0:53:1.230", + "endFrame": 79935, + "endTime": "0:53:17.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 79953, + "startTime": "0:53:18.150", + "endFrame": 80436, + "endTime": "0:53:37.440", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 80478, + "startTime": "0:53:39.120", + "endFrame": 80922, + "endTime": "0:53:56.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.62, + 0.0 + ], + "bottomright": [ + 0.93, + 0.499 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.541, + 0.499 + ], + "bottomright": [ + 0.851, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 80947, + "startTime": "0:53:57.900", + "endFrame": 81226, + "endTime": "0:54:9.060", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 81252, + "startTime": "0:54:10.080", + "endFrame": 81508, + "endTime": "0:54:20.340", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 81566, + "startTime": "0:54:22.650", + "endFrame": 81791, + "endTime": "0:54:31.650", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.0 + ], + "bottomright": [ + 0.978, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.738, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 81864, + "startTime": "0:54:34.590", + "endFrame": 82493, + "endTime": "0:54:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 82521, + "startTime": "0:55:0.840", + "endFrame": 82887, + "endTime": "0:55:15.480", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.0 + ], + "bottomright": [ + 0.249, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 82914, + "startTime": "0:55:16.590", + "endFrame": 83211, + "endTime": "0:55:28.440", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 83251, + "startTime": "0:55:30.060", + "endFrame": 83746, + "endTime": "0:55:49.860", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 83772, + "startTime": "0:55:50.880", + "endFrame": 84018, + "endTime": "0:56:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 84132, + "startTime": "0:56:5.310", + "endFrame": 84616, + "endTime": "0:56:24.660", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 84656, + "startTime": "0:56:26.250", + "endFrame": 84927, + "endTime": "0:56:37.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 85491, + "startTime": "0:56:59.640", + "endFrame": 85749, + "endTime": "0:57:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.623, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 85761, + "startTime": "0:57:10.440", + "endFrame": 86169, + "endTime": "0:57:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 86244, + "startTime": "0:57:29.760", + "endFrame": 86608, + "endTime": "0:57:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.623, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 86622, + "startTime": "0:57:44.880", + "endFrame": 87043, + "endTime": "0:58:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 87076, + "startTime": "0:58:3.060", + "endFrame": 87324, + "endTime": "0:58:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 87364, + "startTime": "0:58:14.580", + "endFrame": 87938, + "endTime": "0:58:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.246 + ], + "bottomright": [ + 0.249, + 0.492 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.492 + ], + "bottomright": [ + 0.249, + 0.738 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.246 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.246 + ], + "bottomright": [ + 0.498, + 0.492 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.492 + ], + "bottomright": [ + 0.498, + 0.738 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.246 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.246 + ], + "bottomright": [ + 0.748, + 0.492 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.492 + ], + "bottomright": [ + 0.748, + 0.738 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.246 + ], + "bottomright": [ + 0.997, + 0.492 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.492 + ], + "bottomright": [ + 0.997, + 0.738 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 87969, + "startTime": "0:58:38.760", + "endFrame": 88370, + "endTime": "0:58:54.810", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.746 + ], + "bottomright": [ + 0.59, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 88386, + "startTime": "0:58:55.440", + "endFrame": 88641, + "endTime": "0:59:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 88641, + "startTime": "0:59:5.670", + "endFrame": 89031, + "endTime": "0:59:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 89094, + "startTime": "0:59:23.790", + "endFrame": 89357, + "endTime": "0:59:34.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 89366, + "startTime": "0:59:34.650", + "endFrame": 89637, + "endTime": "0:59:45.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 89658, + "startTime": "0:59:46.320", + "endFrame": 89910, + "endTime": "0:59:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 89925, + "startTime": "0:59:57.000", + "endFrame": 90210, + "endTime": "1:00:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 90320, + "startTime": "1:00:12.810", + "endFrame": 90698, + "endTime": "1:00:27.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 90855, + "startTime": "1:00:34.230", + "endFrame": 91102, + "endTime": "1:00:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 91117, + "startTime": "1:00:44.700", + "endFrame": 91482, + "endTime": "1:00:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 91482, + "startTime": "1:00:59.310", + "endFrame": 91839, + "endTime": "1:01:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 91860, + "startTime": "1:01:14.400", + "endFrame": 92236, + "endTime": "1:01:29.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 92271, + "startTime": "1:01:30.840", + "endFrame": 92611, + "endTime": "1:01:44.460", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 92639, + "startTime": "1:01:45.570", + "endFrame": 92989, + "endTime": "1:01:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 93050, + "startTime": "1:02:2.010", + "endFrame": 93259, + "endTime": "1:02:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 93273, + "startTime": "1:02:10.920", + "endFrame": 93561, + "endTime": "1:02:22.470", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 93600, + "startTime": "1:02:24.030", + "endFrame": 94044, + "endTime": "1:02:41.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 94067, + "startTime": "1:02:42.690", + "endFrame": 94384, + "endTime": "1:02:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 94412, + "startTime": "1:02:56.490", + "endFrame": 94839, + "endTime": "1:03:13.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 94878, + "startTime": "1:03:15.150", + "endFrame": 95198, + "endTime": "1:03:27.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 95227, + "startTime": "1:03:29.100", + "endFrame": 95598, + "endTime": "1:03:43.920", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 95652, + "startTime": "1:03:46.080", + "endFrame": 95928, + "endTime": "1:03:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 95978, + "startTime": "1:03:59.130", + "endFrame": 96324, + "endTime": "1:04:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 96395, + "startTime": "1:04:15.810", + "endFrame": 96578, + "endTime": "1:04:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 96672, + "startTime": "1:04:26.880", + "endFrame": 96907, + "endTime": "1:04:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 96918, + "startTime": "1:04:36.720", + "endFrame": 97212, + "endTime": "1:04:48.510", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_06-rater8.json b/ratings/video_06-rater8.json new file mode 100644 index 0000000000000000000000000000000000000000..6e9647fcf4c58d2acc8f3c07a642c01f2752a4f2 --- /dev/null +++ b/ratings/video_06-rater8.json @@ -0,0 +1,42747 @@ +[ + { + "clipIdx": 0, + "startFrame": 8, + "startTime": "0:00:0.329", + "endFrame": 276, + "endTime": "0:00:11.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 276, + "startTime": "0:00:11.040", + "endFrame": 720, + "endTime": "0:00:28.800", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 740, + "startTime": "0:00:29.610", + "endFrame": 1047, + "endTime": "0:00:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.026, + 0.624 + ], + "bottomright": [ + 0.275, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.275, + 0.624 + ], + "bottomright": [ + 0.524, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.624 + ], + "bottomright": [ + 0.773, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.773, + 0.624 + ], + "bottomright": [ + 1.023, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1122, + "startTime": "0:00:44.880", + "endFrame": 1353, + "endTime": "0:00:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1380, + "startTime": "0:00:55.230", + "endFrame": 1938, + "endTime": "0:01:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1962, + "startTime": "0:01:18.510", + "endFrame": 2317, + "endTime": "0:01:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2388, + "startTime": "0:01:35.550", + "endFrame": 2568, + "endTime": "0:01:42.720", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2598, + "startTime": "0:01:43.950", + "endFrame": 2901, + "endTime": "0:01:56.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2925, + "startTime": "0:01:57.030", + "endFrame": 3201, + "endTime": "0:02:8.070", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3207, + "startTime": "0:02:8.280", + "endFrame": 3502, + "endTime": "0:02:20.100", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3511, + "startTime": "0:02:20.460", + "endFrame": 3933, + "endTime": "0:02:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3965, + "startTime": "0:02:38.640", + "endFrame": 4211, + "endTime": "0:02:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4248, + "startTime": "0:02:49.950", + "endFrame": 4499, + "endTime": "0:02:59.970", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4536, + "startTime": "0:03:1.440", + "endFrame": 4759, + "endTime": "0:03:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4759, + "startTime": "0:03:10.380", + "endFrame": 5046, + "endTime": "0:03:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5064, + "startTime": "0:03:22.590", + "endFrame": 5317, + "endTime": "0:03:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5358, + "startTime": "0:03:34.320", + "endFrame": 5654, + "endTime": "0:03:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.0 + ], + "bottomright": [ + 0.249, + 0.249 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 5697, + "startTime": "0:03:47.880", + "endFrame": 6336, + "endTime": "0:04:13.440", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6386, + "startTime": "0:04:15.450", + "endFrame": 6910, + "endTime": "0:04:36.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 6942, + "startTime": "0:04:37.680", + "endFrame": 7755, + "endTime": "0:05:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7802, + "startTime": "0:05:12.090", + "endFrame": 8100, + "endTime": "0:05:24.030", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8130, + "startTime": "0:05:25.230", + "endFrame": 8538, + "endTime": "0:05:41.520", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8564, + "startTime": "0:05:42.570", + "endFrame": 8836, + "endTime": "0:05:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8876, + "startTime": "0:05:55.050", + "endFrame": 9314, + "endTime": "0:06:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9372, + "startTime": "0:06:14.880", + "endFrame": 9594, + "endTime": "0:06:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9684, + "startTime": "0:06:27.390", + "endFrame": 9985, + "endTime": "0:06:39.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10018, + "startTime": "0:06:40.740", + "endFrame": 10261, + "endTime": "0:06:50.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10282, + "startTime": "0:06:51.300", + "endFrame": 10660, + "endTime": "0:07:6.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.408, + 0.746 + ], + "bottomright": [ + 0.657, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10695, + "startTime": "0:07:7.830", + "endFrame": 11078, + "endTime": "0:07:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.534, + 0.746 + ], + "bottomright": [ + 0.783, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11129, + "startTime": "0:07:25.170", + "endFrame": 11392, + "endTime": "0:07:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.532, + 0.746 + ], + "bottomright": [ + 0.781, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11434, + "startTime": "0:07:37.380", + "endFrame": 11736, + "endTime": "0:07:49.470", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.746 + ], + "bottomright": [ + 0.78, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11763, + "startTime": "0:07:50.520", + "endFrame": 12069, + "endTime": "0:08:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.525, + 0.746 + ], + "bottomright": [ + 0.774, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12093, + "startTime": "0:08:3.720", + "endFrame": 12334, + "endTime": "0:08:13.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.525, + 0.746 + ], + "bottomright": [ + 0.774, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12353, + "startTime": "0:08:14.130", + "endFrame": 12587, + "endTime": "0:08:23.490", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 12625, + "startTime": "0:08:25.020", + "endFrame": 12894, + "endTime": "0:08:35.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 12898, + "startTime": "0:08:35.940", + "endFrame": 13176, + "endTime": "0:08:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.523, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13211, + "startTime": "0:08:48.450", + "endFrame": 13438, + "endTime": "0:08:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 13466, + "startTime": "0:08:58.680", + "endFrame": 13691, + "endTime": "0:09:7.650", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 13719, + "startTime": "0:09:8.790", + "endFrame": 14124, + "endTime": "0:09:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14154, + "startTime": "0:09:26.160", + "endFrame": 14388, + "endTime": "0:09:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 14393, + "startTime": "0:09:35.730", + "endFrame": 14705, + "endTime": "0:09:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 14727, + "startTime": "0:09:49.080", + "endFrame": 15119, + "endTime": "0:10:4.770", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15151, + "startTime": "0:10:6.060", + "endFrame": 15501, + "endTime": "0:10:20.040", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 15531, + "startTime": "0:10:21.240", + "endFrame": 15949, + "endTime": "0:10:37.980", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 15983, + "startTime": "0:10:39.330", + "endFrame": 16257, + "endTime": "0:10:50.280", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16298, + "startTime": "0:10:51.930", + "endFrame": 16647, + "endTime": "0:11:5.880", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 16663, + "startTime": "0:11:6.540", + "endFrame": 16945, + "endTime": "0:11:17.820", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 17033, + "startTime": "0:11:21.330", + "endFrame": 17316, + "endTime": "0:11:32.670", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 17331, + "startTime": "0:11:33.270", + "endFrame": 17583, + "endTime": "0:11:43.350", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 17643, + "startTime": "0:11:45.720", + "endFrame": 18218, + "endTime": "0:12:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 18270, + "startTime": "0:12:10.800", + "endFrame": 18468, + "endTime": "0:12:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 18501, + "startTime": "0:12:20.070", + "endFrame": 18751, + "endTime": "0:12:30.060", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 18780, + "startTime": "0:12:31.230", + "endFrame": 19344, + "endTime": "0:12:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 19373, + "startTime": "0:12:54.930", + "endFrame": 19617, + "endTime": "0:13:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 19655, + "startTime": "0:13:6.210", + "endFrame": 19984, + "endTime": "0:13:19.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.456, + 0.746 + ], + "bottomright": [ + 0.705, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 20038, + "startTime": "0:13:21.540", + "endFrame": 20416, + "endTime": "0:13:36.660", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.524, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 20418, + "startTime": "0:13:36.750", + "endFrame": 20938, + "endTime": "0:13:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 20985, + "startTime": "0:13:59.400", + "endFrame": 21281, + "endTime": "0:14:11.250", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 21357, + "startTime": "0:14:14.280", + "endFrame": 21760, + "endTime": "0:14:30.420", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 21792, + "startTime": "0:14:31.710", + "endFrame": 22057, + "endTime": "0:14:42.300", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22123, + "startTime": "0:14:44.940", + "endFrame": 22320, + "endTime": "0:14:52.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 22329, + "startTime": "0:14:53.160", + "endFrame": 22609, + "endTime": "0:15:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 22637, + "startTime": "0:15:5.490", + "endFrame": 22974, + "endTime": "0:15:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 23021, + "startTime": "0:15:20.850", + "endFrame": 23228, + "endTime": "0:15:29.130", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.533, + 0.746 + ], + "bottomright": [ + 0.782, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 23256, + "startTime": "0:15:30.270", + "endFrame": 23765, + "endTime": "0:15:50.610", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.523, + 0.746 + ], + "bottomright": [ + 0.773, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 23805, + "startTime": "0:15:52.200", + "endFrame": 24048, + "endTime": "0:16:1.920", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.746 + ], + "bottomright": [ + 0.765, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 24092, + "startTime": "0:16:3.690", + "endFrame": 24320, + "endTime": "0:16:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 24352, + "startTime": "0:16:14.100", + "endFrame": 24606, + "endTime": "0:16:24.240", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.231 + ], + "bottomright": [ + 0.249, + 0.461 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.461 + ], + "bottomright": [ + 0.249, + 0.692 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.231 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.231 + ], + "bottomright": [ + 0.498, + 0.461 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.461 + ], + "bottomright": [ + 0.498, + 0.692 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.231 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.231 + ], + "bottomright": [ + 0.748, + 0.461 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.461 + ], + "bottomright": [ + 0.748, + 0.692 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.231 + ], + "bottomright": [ + 0.997, + 0.461 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 24641, + "startTime": "0:16:25.650", + "endFrame": 25038, + "endTime": "0:16:41.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 25065, + "startTime": "0:16:42.600", + "endFrame": 25573, + "endTime": "0:17:2.940", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 25609, + "startTime": "0:17:4.380", + "endFrame": 25977, + "endTime": "0:17:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.438, + 0.746 + ], + "bottomright": [ + 0.687, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 26039, + "startTime": "0:17:21.600", + "endFrame": 26475, + "endTime": "0:17:39.000", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 26506, + "startTime": "0:17:40.260", + "endFrame": 26742, + "endTime": "0:17:49.680", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 26777, + "startTime": "0:17:51.120", + "endFrame": 27047, + "endTime": "0:18:1.890", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 27081, + "startTime": "0:18:3.270", + "endFrame": 27366, + "endTime": "0:18:14.640", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.459, + 0.746 + ], + "bottomright": [ + 0.709, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 27405, + "startTime": "0:18:16.230", + "endFrame": 27717, + "endTime": "0:18:28.710", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 27747, + "startTime": "0:18:29.880", + "endFrame": 28262, + "endTime": "0:18:50.490", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 28321, + "startTime": "0:18:52.860", + "endFrame": 28695, + "endTime": "0:19:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 28737, + "startTime": "0:19:9.510", + "endFrame": 28995, + "endTime": "0:19:19.800", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 29034, + "startTime": "0:19:21.390", + "endFrame": 29275, + "endTime": "0:19:31.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 29320, + "startTime": "0:19:32.820", + "endFrame": 29600, + "endTime": "0:19:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 29637, + "startTime": "0:19:45.480", + "endFrame": 29928, + "endTime": "0:19:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 29933, + "startTime": "0:19:57.360", + "endFrame": 30249, + "endTime": "0:20:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.454, + 0.746 + ], + "bottomright": [ + 0.703, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 30258, + "startTime": "0:20:10.350", + "endFrame": 30711, + "endTime": "0:20:28.440", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 30722, + "startTime": "0:20:28.890", + "endFrame": 30986, + "endTime": "0:20:39.450", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 31008, + "startTime": "0:20:40.320", + "endFrame": 31300, + "endTime": "0:20:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 31329, + "startTime": "0:20:53.190", + "endFrame": 31606, + "endTime": "0:21:4.260", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 31611, + "startTime": "0:21:4.470", + "endFrame": 31857, + "endTime": "0:21:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.459, + 0.746 + ], + "bottomright": [ + 0.709, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 31893, + "startTime": "0:21:15.750", + "endFrame": 32313, + "endTime": "0:21:32.550", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 32349, + "startTime": "0:21:33.960", + "endFrame": 32720, + "endTime": "0:21:48.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 32756, + "startTime": "0:21:50.250", + "endFrame": 33133, + "endTime": "0:22:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 33210, + "startTime": "0:22:8.400", + "endFrame": 33574, + "endTime": "0:22:22.980", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 33594, + "startTime": "0:22:23.790", + "endFrame": 33938, + "endTime": "0:22:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 34203, + "startTime": "0:22:48.120", + "endFrame": 34476, + "endTime": "0:22:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 34496, + "startTime": "0:22:59.850", + "endFrame": 34745, + "endTime": "0:23:9.810", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 34795, + "startTime": "0:23:11.820", + "endFrame": 35071, + "endTime": "0:23:22.860", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 35149, + "startTime": "0:23:25.980", + "endFrame": 35646, + "endTime": "0:23:45.840", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 35736, + "startTime": "0:23:49.470", + "endFrame": 36030, + "endTime": "0:24:1.200", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.247 + ], + "bottomright": [ + 0.249, + 0.494 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.494 + ], + "bottomright": [ + 0.249, + 0.742 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.247 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.247 + ], + "bottomright": [ + 0.498, + 0.494 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.494 + ], + "bottomright": [ + 0.498, + 0.742 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.247 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.247 + ], + "bottomright": [ + 0.748, + 0.494 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.494 + ], + "bottomright": [ + 0.748, + 0.742 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.247 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.247 + ], + "bottomright": [ + 0.997, + 0.494 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.494 + ], + "bottomright": [ + 0.997, + 0.742 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.742 + ], + "bottomright": [ + 0.255, + 0.989 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.742 + ], + "bottomright": [ + 0.504, + 0.989 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 36072, + "startTime": "0:24:2.880", + "endFrame": 36352, + "endTime": "0:24:14.100", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 36378, + "startTime": "0:24:15.150", + "endFrame": 36661, + "endTime": "0:24:26.460", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 36712, + "startTime": "0:24:28.500", + "endFrame": 36945, + "endTime": "0:24:37.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 36994, + "startTime": "0:24:39.780", + "endFrame": 37525, + "endTime": "0:25:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 37599, + "startTime": "0:25:3.960", + "endFrame": 37806, + "endTime": "0:25:12.270", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 37821, + "startTime": "0:25:12.840", + "endFrame": 38090, + "endTime": "0:25:23.610", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.746 + ], + "bottomright": [ + 0.655, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 38115, + "startTime": "0:25:24.630", + "endFrame": 38512, + "endTime": "0:25:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 38538, + "startTime": "0:25:41.550", + "endFrame": 38820, + "endTime": "0:25:52.830", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 38869, + "startTime": "0:25:54.780", + "endFrame": 39294, + "endTime": "0:26:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.409, + 0.746 + ], + "bottomright": [ + 0.658, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 39339, + "startTime": "0:26:13.560", + "endFrame": 39896, + "endTime": "0:26:35.850", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 45899, + "startTime": "0:30:35.970", + "endFrame": 46437, + "endTime": "0:30:57.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.109, + 0.624 + ], + "bottomright": [ + 0.359, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.359, + 0.624 + ], + "bottomright": [ + 0.608, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 46496, + "startTime": "0:30:59.850", + "endFrame": 46731, + "endTime": "0:31:9.270", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.006, + 0.624 + ], + "bottomright": [ + 0.255, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 46803, + "startTime": "0:31:12.120", + "endFrame": 47248, + "endTime": "0:31:29.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.031, + 0.624 + ], + "bottomright": [ + 0.28, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.28, + 0.624 + ], + "bottomright": [ + 0.53, + 0.874 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.624 + ], + "bottomright": [ + 0.779, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.779, + 0.624 + ], + "bottomright": [ + 1.028, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 47277, + "startTime": "0:31:31.110", + "endFrame": 47556, + "endTime": "0:31:42.270", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.081, + 0.624 + ], + "bottomright": [ + 0.33, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.33, + 0.624 + ], + "bottomright": [ + 0.58, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 47571, + "startTime": "0:31:42.840", + "endFrame": 47827, + "endTime": "0:31:53.100", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.006, + 0.624 + ], + "bottomright": [ + 0.255, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.255, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.754, + 0.624 + ], + "bottomright": [ + 1.003, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 47858, + "startTime": "0:31:54.330", + "endFrame": 48242, + "endTime": "0:32:9.690", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.076, + 0.624 + ], + "bottomright": [ + 0.325, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48564, + "endTime": "0:32:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.071, + 0.624 + ], + "bottomright": [ + 0.32, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.32, + 0.624 + ], + "bottomright": [ + 0.57, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.57, + 0.624 + ], + "bottomright": [ + 0.819, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 48649, + "startTime": "0:32:25.980", + "endFrame": 49215, + "endTime": "0:32:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.392, + 0.746 + ], + "bottomright": [ + 0.641, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 49250, + "startTime": "0:32:50.010", + "endFrame": 49530, + "endTime": "0:33:1.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.392, + 0.746 + ], + "bottomright": [ + 0.641, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 49569, + "startTime": "0:33:2.790", + "endFrame": 49848, + "endTime": "0:33:13.920", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 49892, + "startTime": "0:33:15.690", + "endFrame": 50192, + "endTime": "0:33:27.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 50234, + "startTime": "0:33:29.370", + "endFrame": 50492, + "endTime": "0:33:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.031, + 0.624 + ], + "bottomright": [ + 0.28, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.28, + 0.624 + ], + "bottomright": [ + 0.53, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.53, + 0.624 + ], + "bottomright": [ + 0.779, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.779, + 0.624 + ], + "bottomright": [ + 1.028, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 50531, + "startTime": "0:33:41.250", + "endFrame": 50897, + "endTime": "0:33:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.624 + ], + "bottomright": [ + 0.256, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.256, + 0.624 + ], + "bottomright": [ + 0.505, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.505, + 0.624 + ], + "bottomright": [ + 0.755, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.755, + 0.624 + ], + "bottomright": [ + 1.004, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 50987, + "startTime": "0:33:59.490", + "endFrame": 51195, + "endTime": "0:34:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.624 + ], + "bottomright": [ + 0.257, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.624 + ], + "bottomright": [ + 0.506, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.506, + 0.624 + ], + "bottomright": [ + 0.755, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.755, + 0.624 + ], + "bottomright": [ + 1.005, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 51224, + "startTime": "0:34:8.970", + "endFrame": 51534, + "endTime": "0:34:21.360", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 51581, + "startTime": "0:34:23.250", + "endFrame": 52194, + "endTime": "0:34:47.760", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 52328, + "startTime": "0:34:53.130", + "endFrame": 52533, + "endTime": "0:35:1.350", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 52632, + "startTime": "0:35:5.280", + "endFrame": 52965, + "endTime": "0:35:18.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 53165, + "startTime": "0:35:26.610", + "endFrame": 53259, + "endTime": "0:35:30.390", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 53289, + "startTime": "0:35:31.560", + "endFrame": 53784, + "endTime": "0:35:51.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 53796, + "startTime": "0:35:51.840", + "endFrame": 54167, + "endTime": "0:36:6.720", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 54204, + "startTime": "0:36:8.190", + "endFrame": 54441, + "endTime": "0:36:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 54452, + "startTime": "0:36:18.090", + "endFrame": 54825, + "endTime": "0:36:33.000", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 54857, + "startTime": "0:36:34.290", + "endFrame": 55239, + "endTime": "0:36:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 55290, + "startTime": "0:36:51.630", + "endFrame": 55587, + "endTime": "0:37:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 55605, + "startTime": "0:37:4.230", + "endFrame": 55969, + "endTime": "0:37:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 56024, + "startTime": "0:37:20.970", + "endFrame": 56223, + "endTime": "0:37:28.920", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 56283, + "startTime": "0:37:31.350", + "endFrame": 56514, + "endTime": "0:37:40.560", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 56520, + "startTime": "0:37:40.830", + "endFrame": 56772, + "endTime": "0:37:50.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 56781, + "startTime": "0:37:51.270", + "endFrame": 57032, + "endTime": "0:38:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 57062, + "startTime": "0:38:2.490", + "endFrame": 57396, + "endTime": "0:38:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 57416, + "startTime": "0:38:16.680", + "endFrame": 57718, + "endTime": "0:38:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 57954, + "startTime": "0:38:38.160", + "endFrame": 57985, + "endTime": "0:38:39.420", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.0 + ], + "bottomright": [ + 0.398, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.249 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.249 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.574, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 58118, + "startTime": "0:38:44.730", + "endFrame": 58250, + "endTime": "0:38:50.010", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 58363, + "startTime": "0:38:54.540", + "endFrame": 58601, + "endTime": "0:39:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 58619, + "startTime": "0:39:4.770", + "endFrame": 59204, + "endTime": "0:39:28.170", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 59232, + "startTime": "0:39:29.280", + "endFrame": 59550, + "endTime": "0:39:42.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 59579, + "startTime": "0:39:43.200", + "endFrame": 59890, + "endTime": "0:39:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 59973, + "startTime": "0:39:58.920", + "endFrame": 60185, + "endTime": "0:40:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 60219, + "startTime": "0:40:8.790", + "endFrame": 60460, + "endTime": "0:40:18.420", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 60491, + "startTime": "0:40:19.680", + "endFrame": 60785, + "endTime": "0:40:31.410", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 60833, + "startTime": "0:40:33.330", + "endFrame": 61067, + "endTime": "0:40:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 61089, + "startTime": "0:40:43.590", + "endFrame": 61461, + "endTime": "0:40:58.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 61502, + "startTime": "0:41:0.090", + "endFrame": 61749, + "endTime": "0:41:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61791, + "startTime": "0:41:11.640", + "endFrame": 62109, + "endTime": "0:41:24.390", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 62138, + "startTime": "0:41:25.530", + "endFrame": 62549, + "endTime": "0:41:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 62582, + "startTime": "0:41:43.290", + "endFrame": 62946, + "endTime": "0:41:57.840", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 63069, + "startTime": "0:42:2.790", + "endFrame": 63213, + "endTime": "0:42:8.550", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 63241, + "startTime": "0:42:9.660", + "endFrame": 63660, + "endTime": "0:42:26.400", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63674, + "startTime": "0:42:26.970", + "endFrame": 63983, + "endTime": "0:42:39.330", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64020, + "startTime": "0:42:40.800", + "endFrame": 64358, + "endTime": "0:42:54.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.266, + 0.624 + ], + "bottomright": [ + 0.516, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.624 + ], + "bottomright": [ + 0.765, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.765, + 0.624 + ], + "bottomright": [ + 1.014, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64398, + "startTime": "0:42:55.950", + "endFrame": 64798, + "endTime": "0:43:11.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.018, + 0.624 + ], + "bottomright": [ + 0.267, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.267, + 0.624 + ], + "bottomright": [ + 0.516, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.624 + ], + "bottomright": [ + 0.766, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.766, + 0.624 + ], + "bottomright": [ + 1.015, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64824, + "startTime": "0:43:12.990", + "endFrame": 65301, + "endTime": "0:43:32.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.393, + 0.624 + ], + "bottomright": [ + 0.642, + 0.874 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.642, + 0.624 + ], + "bottomright": [ + 0.891, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65353, + "startTime": "0:43:34.140", + "endFrame": 65631, + "endTime": "0:43:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65732, + "startTime": "0:43:49.290", + "endFrame": 65934, + "endTime": "0:43:57.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 65949, + "startTime": "0:43:57.960", + "endFrame": 66481, + "endTime": "0:44:19.260", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66499, + "startTime": "0:44:19.980", + "endFrame": 66792, + "endTime": "0:44:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 66838, + "startTime": "0:44:33.540", + "endFrame": 67255, + "endTime": "0:44:50.220", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 67293, + "startTime": "0:44:51.720", + "endFrame": 67688, + "endTime": "0:45:7.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 67718, + "startTime": "0:45:8.730", + "endFrame": 67980, + "endTime": "0:45:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 68028, + "startTime": "0:45:21.120", + "endFrame": 68235, + "endTime": "0:45:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 68246, + "startTime": "0:45:29.850", + "endFrame": 68502, + "endTime": "0:45:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 68656, + "startTime": "0:45:46.260", + "endFrame": 68801, + "endTime": "0:45:52.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 68901, + "startTime": "0:45:56.070", + "endFrame": 69135, + "endTime": "0:46:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 69166, + "startTime": "0:46:6.660", + "endFrame": 69649, + "endTime": "0:46:25.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 69695, + "startTime": "0:46:27.810", + "endFrame": 69902, + "endTime": "0:46:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 69917, + "startTime": "0:46:36.690", + "endFrame": 70185, + "endTime": "0:46:47.400", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 70251, + "startTime": "0:46:50.070", + "endFrame": 70615, + "endTime": "0:47:4.620", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 70641, + "startTime": "0:47:5.670", + "endFrame": 70874, + "endTime": "0:47:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 70913, + "startTime": "0:47:16.530", + "endFrame": 71254, + "endTime": "0:47:30.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 71313, + "startTime": "0:47:32.550", + "endFrame": 71539, + "endTime": "0:47:41.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 71559, + "startTime": "0:47:42.390", + "endFrame": 71797, + "endTime": "0:47:51.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 71825, + "startTime": "0:47:53.010", + "endFrame": 72213, + "endTime": "0:48:8.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72242, + "startTime": "0:48:9.690", + "endFrame": 72687, + "endTime": "0:48:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 72734, + "startTime": "0:48:29.370", + "endFrame": 73058, + "endTime": "0:48:42.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73084, + "startTime": "0:48:43.380", + "endFrame": 73329, + "endTime": "0:48:53.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 73363, + "startTime": "0:48:54.540", + "endFrame": 73653, + "endTime": "0:49:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 73711, + "startTime": "0:49:8.460", + "endFrame": 74029, + "endTime": "0:49:21.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 74068, + "startTime": "0:49:22.740", + "endFrame": 74400, + "endTime": "0:49:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 74604, + "startTime": "0:49:44.160", + "endFrame": 74866, + "endTime": "0:49:54.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 74895, + "startTime": "0:49:55.800", + "endFrame": 75311, + "endTime": "0:50:12.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 75345, + "startTime": "0:50:13.800", + "endFrame": 75567, + "endTime": "0:50:22.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 75599, + "startTime": "0:50:23.970", + "endFrame": 75832, + "endTime": "0:50:33.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 75907, + "startTime": "0:50:36.300", + "endFrame": 76077, + "endTime": "0:50:43.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 76113, + "startTime": "0:50:44.550", + "endFrame": 76503, + "endTime": "0:51:0.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 76539, + "startTime": "0:51:1.590", + "endFrame": 76860, + "endTime": "0:51:14.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 76900, + "startTime": "0:51:16.020", + "endFrame": 77319, + "endTime": "0:51:32.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 77357, + "startTime": "0:51:34.290", + "endFrame": 77613, + "endTime": "0:51:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 77745, + "startTime": "0:51:49.830", + "endFrame": 78012, + "endTime": "0:52:0.480", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 78020, + "startTime": "0:52:0.810", + "endFrame": 78318, + "endTime": "0:52:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.375, + 0.746 + ], + "bottomright": [ + 0.624, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 79225, + "startTime": "0:52:49.020", + "endFrame": 79255, + "endTime": "0:52:50.220", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.333, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.124 + ], + "bottomright": [ + 0.666, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.374 + ], + "bottomright": [ + 0.666, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.124 + ], + "bottomright": [ + 0.998, + 0.374 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.374 + ], + "bottomright": [ + 0.998, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.333, + 0.874 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.624 + ], + "bottomright": [ + 0.666, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 79332, + "startTime": "0:52:53.310", + "endFrame": 79521, + "endTime": "0:53:0.870", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 79530, + "startTime": "0:53:1.230", + "endFrame": 79935, + "endTime": "0:53:17.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 79953, + "startTime": "0:53:18.150", + "endFrame": 80436, + "endTime": "0:53:37.440", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 80478, + "startTime": "0:53:39.120", + "endFrame": 80922, + "endTime": "0:53:56.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.62, + 0.0 + ], + "bottomright": [ + 0.93, + 0.499 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.541, + 0.499 + ], + "bottomright": [ + 0.851, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 80947, + "startTime": "0:53:57.900", + "endFrame": 81226, + "endTime": "0:54:9.060", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 81252, + "startTime": "0:54:10.080", + "endFrame": 81508, + "endTime": "0:54:20.340", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 81566, + "startTime": "0:54:22.650", + "endFrame": 81791, + "endTime": "0:54:31.650", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.0 + ], + "bottomright": [ + 0.978, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.738, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 81864, + "startTime": "0:54:34.590", + "endFrame": 82493, + "endTime": "0:54:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.479, + 0.0 + ], + "bottomright": [ + 0.958, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.728, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 82521, + "startTime": "0:55:0.840", + "endFrame": 82887, + "endTime": "0:55:15.480", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.0 + ], + "bottomright": [ + 0.249, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 82914, + "startTime": "0:55:16.590", + "endFrame": 83211, + "endTime": "0:55:28.440", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 83251, + "startTime": "0:55:30.060", + "endFrame": 83746, + "endTime": "0:55:49.860", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 83772, + "startTime": "0:55:50.880", + "endFrame": 84018, + "endTime": "0:56:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 84132, + "startTime": "0:56:5.310", + "endFrame": 84616, + "endTime": "0:56:24.660", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 84656, + "startTime": "0:56:26.250", + "endFrame": 84927, + "endTime": "0:56:37.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.374, + 0.746 + ], + "bottomright": [ + 0.623, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 85491, + "startTime": "0:56:59.640", + "endFrame": 85749, + "endTime": "0:57:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.623, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 85761, + "startTime": "0:57:10.440", + "endFrame": 86169, + "endTime": "0:57:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 86244, + "startTime": "0:57:29.760", + "endFrame": 86608, + "endTime": "0:57:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.623, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 86622, + "startTime": "0:57:44.880", + "endFrame": 87043, + "endTime": "0:58:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 87076, + "startTime": "0:58:3.060", + "endFrame": 87324, + "endTime": "0:58:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 87364, + "startTime": "0:58:14.580", + "endFrame": 87938, + "endTime": "0:58:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.246 + ], + "bottomright": [ + 0.249, + 0.492 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.492 + ], + "bottomright": [ + 0.249, + 0.738 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.246 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.246 + ], + "bottomright": [ + 0.498, + 0.492 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.492 + ], + "bottomright": [ + 0.498, + 0.738 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.246 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.246 + ], + "bottomright": [ + 0.748, + 0.492 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.492 + ], + "bottomright": [ + 0.748, + 0.738 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.246 + ], + "bottomright": [ + 0.997, + 0.492 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.492 + ], + "bottomright": [ + 0.997, + 0.738 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 87969, + "startTime": "0:58:38.760", + "endFrame": 88370, + "endTime": "0:58:54.810", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.746 + ], + "bottomright": [ + 0.59, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 88386, + "startTime": "0:58:55.440", + "endFrame": 88641, + "endTime": "0:59:5.640", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 88641, + "startTime": "0:59:5.670", + "endFrame": 89031, + "endTime": "0:59:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 89094, + "startTime": "0:59:23.790", + "endFrame": 89357, + "endTime": "0:59:34.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 89366, + "startTime": "0:59:34.650", + "endFrame": 89637, + "endTime": "0:59:45.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.746 + ], + "bottomright": [ + 0.748, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 89658, + "startTime": "0:59:46.320", + "endFrame": 89910, + "endTime": "0:59:56.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 89925, + "startTime": "0:59:57.000", + "endFrame": 90210, + "endTime": "1:00:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 90320, + "startTime": "1:00:12.810", + "endFrame": 90698, + "endTime": "1:00:27.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 90855, + "startTime": "1:00:34.230", + "endFrame": 91102, + "endTime": "1:00:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 91117, + "startTime": "1:00:44.700", + "endFrame": 91482, + "endTime": "1:00:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 91482, + "startTime": "1:00:59.310", + "endFrame": 91839, + "endTime": "1:01:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 91860, + "startTime": "1:01:14.400", + "endFrame": 92236, + "endTime": "1:01:29.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 92271, + "startTime": "1:01:30.840", + "endFrame": 92611, + "endTime": "1:01:44.460", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 92639, + "startTime": "1:01:45.570", + "endFrame": 92989, + "endTime": "1:01:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 93050, + "startTime": "1:02:2.010", + "endFrame": 93259, + "endTime": "1:02:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 93273, + "startTime": "1:02:10.920", + "endFrame": 93561, + "endTime": "1:02:22.470", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 93600, + "startTime": "1:02:24.030", + "endFrame": 94044, + "endTime": "1:02:41.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 94067, + "startTime": "1:02:42.690", + "endFrame": 94384, + "endTime": "1:02:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 94412, + "startTime": "1:02:56.490", + "endFrame": 94839, + "endTime": "1:03:13.590", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 94878, + "startTime": "1:03:15.150", + "endFrame": 95198, + "endTime": "1:03:27.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 95227, + "startTime": "1:03:29.100", + "endFrame": 95598, + "endTime": "1:03:43.920", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 95652, + "startTime": "1:03:46.080", + "endFrame": 95928, + "endTime": "1:03:57.120", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 95978, + "startTime": "1:03:59.130", + "endFrame": 96324, + "endTime": "1:04:12.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.0 + ], + "bottomright": [ + 0.997, + 0.249 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.746 + ], + "bottomright": [ + 0.498, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 96395, + "startTime": "1:04:15.810", + "endFrame": 96578, + "endTime": "1:04:23.130", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.249 + ], + "bottomright": [ + 0.249, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.497 + ], + "bottomright": [ + 0.249, + 0.746 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.0 + ], + "bottomright": [ + 0.498, + 0.249 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.249 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.497 + ], + "bottomright": [ + 0.498, + 0.746 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.0 + ], + "bottomright": [ + 0.748, + 0.249 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.249 + ], + "bottomright": [ + 0.748, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.748, + 0.746 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.249 + ], + "bottomright": [ + 0.997, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.497 + ], + "bottomright": [ + 0.997, + 0.746 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.746 + ], + "bottomright": [ + 0.249, + 0.994 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 96672, + "startTime": "1:04:26.880", + "endFrame": 96907, + "endTime": "1:04:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 96918, + "startTime": "1:04:36.720", + "endFrame": 97212, + "endTime": "1:04:48.510", + "category": "", + "note": "", + "people": [ + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_07-rater1.json b/ratings/video_07-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..df54610e17fedfe7384026e2040b366dd7206316 --- /dev/null +++ b/ratings/video_07-rater1.json @@ -0,0 +1,37844 @@ +[ + { + "clipIdx": 0, + "startFrame": 107, + "startTime": "0:00:4.290", + "endFrame": 603, + "endTime": "0:00:24.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "face is cut off", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 675, + "startTime": "0:00:27.030", + "endFrame": 1165, + "endTime": "0:00:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 1218, + "startTime": "0:00:48.720", + "endFrame": 1633, + "endTime": "0:01:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "face is cut off at the very end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1678, + "startTime": "0:01:7.140", + "endFrame": 2006, + "endTime": "0:01:20.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "face is cut off at the end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 2058, + "startTime": "0:01:22.350", + "endFrame": 2335, + "endTime": "0:01:33.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "second person briefly at end (rated based on rest of clip)", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "brief split screen at end", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "face is cut off at the end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 2433, + "startTime": "0:01:37.320", + "endFrame": 2853, + "endTime": "0:01:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2881, + "startTime": "0:01:55.260", + "endFrame": 3542, + "endTime": "0:02:21.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 3542, + "startTime": "0:02:21.690", + "endFrame": 3796, + "endTime": "0:02:31.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3824, + "startTime": "0:02:32.970", + "endFrame": 4114, + "endTime": "0:02:44.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 4144, + "startTime": "0:02:45.780", + "endFrame": 4703, + "endTime": "0:03:8.130", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "person puts on a virtual filter (mask)", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4829, + "startTime": "0:03:13.170", + "endFrame": 5166, + "endTime": "0:03:26.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 5193, + "startTime": "0:03:27.750", + "endFrame": 5535, + "endTime": "0:03:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5586, + "startTime": "0:03:43.440", + "endFrame": 5821, + "endTime": "0:03:52.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5838, + "startTime": "0:03:53.550", + "endFrame": 6297, + "endTime": "0:04:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 6333, + "startTime": "0:04:13.320", + "endFrame": 6702, + "endTime": "0:04:28.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6726, + "startTime": "0:04:29.040", + "endFrame": 7207, + "endTime": "0:04:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 7233, + "startTime": "0:04:49.320", + "endFrame": 7462, + "endTime": "0:04:58.500", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7493, + "startTime": "0:04:59.730", + "endFrame": 7929, + "endTime": "0:05:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7953, + "startTime": "0:05:18.120", + "endFrame": 8369, + "endTime": "0:05:34.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 8403, + "startTime": "0:05:36.120", + "endFrame": 8739, + "endTime": "0:05:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8750, + "startTime": "0:05:50.010", + "endFrame": 9015, + "endTime": "0:06:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 9049, + "startTime": "0:06:1.980", + "endFrame": 9359, + "endTime": "0:06:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 9387, + "startTime": "0:06:15.480", + "endFrame": 9805, + "endTime": "0:06:32.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9829, + "startTime": "0:06:33.180", + "endFrame": 10116, + "endTime": "0:06:44.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 10254, + "startTime": "0:06:50.160", + "endFrame": 10433, + "endTime": "0:06:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10482, + "startTime": "0:06:59.280", + "endFrame": 10693, + "endTime": "0:07:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10694, + "startTime": "0:07:7.770", + "endFrame": 10969, + "endTime": "0:07:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10996, + "startTime": "0:07:19.860", + "endFrame": 11229, + "endTime": "0:07:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11304, + "startTime": "0:07:32.160", + "endFrame": 11584, + "endTime": "0:07:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11616, + "startTime": "0:07:44.640", + "endFrame": 12018, + "endTime": "0:08:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12028, + "startTime": "0:08:1.140", + "endFrame": 12359, + "endTime": "0:08:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12400, + "startTime": "0:08:16.020", + "endFrame": 12770, + "endTime": "0:08:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12780, + "startTime": "0:08:31.230", + "endFrame": 13174, + "endTime": "0:08:46.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13225, + "startTime": "0:08:49.020", + "endFrame": 13448, + "endTime": "0:08:57.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13482, + "startTime": "0:08:59.310", + "endFrame": 14091, + "endTime": "0:09:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14225, + "startTime": "0:09:29.010", + "endFrame": 14559, + "endTime": "0:09:42.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14721, + "startTime": "0:09:48.840", + "endFrame": 14901, + "endTime": "0:09:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.624 + ], + "bottomright": [ + 0.486, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14951, + "startTime": "0:09:58.050", + "endFrame": 15258, + "endTime": "0:10:10.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15341, + "startTime": "0:10:13.680", + "endFrame": 15913, + "endTime": "0:10:36.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16009, + "startTime": "0:10:40.380", + "endFrame": 16584, + "endTime": "0:11:3.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16620, + "startTime": "0:11:4.800", + "endFrame": 17043, + "endTime": "0:11:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 17116, + "startTime": "0:11:24.660", + "endFrame": 17359, + "endTime": "0:11:34.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17380, + "startTime": "0:11:35.220", + "endFrame": 17767, + "endTime": "0:11:50.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17796, + "startTime": "0:11:51.870", + "endFrame": 18044, + "endTime": "0:12:1.770", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18083, + "startTime": "0:12:3.330", + "endFrame": 18366, + "endTime": "0:12:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18521, + "startTime": "0:12:20.850", + "endFrame": 18633, + "endTime": "0:12:25.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person; face cut off", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 18663, + "startTime": "0:12:26.550", + "endFrame": 19179, + "endTime": "0:12:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19372, + "startTime": "0:12:54.900", + "endFrame": 19471, + "endTime": "0:12:58.860", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19563, + "startTime": "0:13:2.520", + "endFrame": 19872, + "endTime": "0:13:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 19952, + "startTime": "0:13:18.090", + "endFrame": 20223, + "endTime": "0:13:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20241, + "startTime": "0:13:29.670", + "endFrame": 20710, + "endTime": "0:13:48.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20738, + "startTime": "0:13:49.530", + "endFrame": 21054, + "endTime": "0:14:2.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21084, + "startTime": "0:14:3.390", + "endFrame": 21413, + "endTime": "0:14:16.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21432, + "startTime": "0:14:17.280", + "endFrame": 21663, + "endTime": "0:14:26.550", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21710, + "startTime": "0:14:28.410", + "endFrame": 22234, + "endTime": "0:14:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22279, + "startTime": "0:14:51.180", + "endFrame": 22942, + "endTime": "0:15:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22985, + "startTime": "0:15:19.410", + "endFrame": 23211, + "endTime": "0:15:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23304, + "startTime": "0:15:32.190", + "endFrame": 23661, + "endTime": "0:15:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23686, + "startTime": "0:15:47.460", + "endFrame": 24000, + "endTime": "0:16:0.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24032, + "startTime": "0:16:1.290", + "endFrame": 24268, + "endTime": "0:16:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one screen; more than one person", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24325, + "startTime": "0:16:13.020", + "endFrame": 24540, + "endTime": "0:16:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24579, + "startTime": "0:16:23.190", + "endFrame": 24927, + "endTime": "0:16:37.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.624 + ], + "bottomright": [ + 0.74, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 25072, + "startTime": "0:16:42.900", + "endFrame": 25371, + "endTime": "0:16:54.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25408, + "startTime": "0:16:56.340", + "endFrame": 25851, + "endTime": "0:17:14.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person from here on", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25886, + "startTime": "0:17:15.450", + "endFrame": 26191, + "endTime": "0:17:27.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 26220, + "startTime": "0:17:28.830", + "endFrame": 26988, + "endTime": "0:17:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 28659, + "startTime": "0:19:6.390", + "endFrame": 28758, + "endTime": "0:19:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.655, + 0.335 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.655, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.655, + 0.01 + ], + "bottomright": [ + 0.977, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.655, + 0.335 + ], + "bottomright": [ + 0.977, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.663, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28905, + "startTime": "0:19:16.230", + "endFrame": 29018, + "endTime": "0:19:20.730", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "more than one screen/person", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.253, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.01 + ], + "bottomright": [ + 0.495, + 0.335 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "switched to split screen", + "position": { + "topleft": [ + 0.495, + 0.335 + ], + "bottomright": [ + 0.736, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.736, + 0.01 + ], + "bottomright": [ + 0.977, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "second person appears for 2 seconds; rated based on rest of clip", + "position": { + "topleft": [ + 0.736, + 0.335 + ], + "bottomright": [ + 0.977, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.179, + 0.66 + ], + "bottomright": [ + 0.42, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29020, + "startTime": "0:19:20.820", + "endFrame": 29329, + "endTime": "0:19:33.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person, for split second at start", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 29379, + "startTime": "0:19:35.160", + "endFrame": 29632, + "endTime": "0:19:45.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29665, + "startTime": "0:19:46.620", + "endFrame": 29966, + "endTime": "0:19:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30017, + "startTime": "0:20:0.690", + "endFrame": 30243, + "endTime": "0:20:9.720", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30312, + "startTime": "0:20:12.480", + "endFrame": 30555, + "endTime": "0:20:22.200", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30607, + "startTime": "0:20:24.300", + "endFrame": 30810, + "endTime": "0:20:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 30862, + "startTime": "0:20:34.500", + "endFrame": 31313, + "endTime": "0:20:52.530", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31348, + "startTime": "0:20:53.940", + "endFrame": 31607, + "endTime": "0:21:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31635, + "startTime": "0:21:5.400", + "endFrame": 31915, + "endTime": "0:21:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 31972, + "startTime": "0:21:18.900", + "endFrame": 32176, + "endTime": "0:21:27.060", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32302, + "startTime": "0:21:32.100", + "endFrame": 32463, + "endTime": "0:21:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 32547, + "startTime": "0:21:41.910", + "endFrame": 32776, + "endTime": "0:21:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 32778, + "startTime": "0:21:51.120", + "endFrame": 33067, + "endTime": "0:22:2.700", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33098, + "startTime": "0:22:3.930", + "endFrame": 33490, + "endTime": "0:22:19.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 33504, + "startTime": "0:22:20.190", + "endFrame": 34012, + "endTime": "0:22:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34047, + "startTime": "0:22:41.910", + "endFrame": 34458, + "endTime": "0:22:58.320", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34467, + "startTime": "0:22:58.680", + "endFrame": 34752, + "endTime": "0:23:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34780, + "startTime": "0:23:11.220", + "endFrame": 35304, + "endTime": "0:23:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35348, + "startTime": "0:23:33.930", + "endFrame": 35784, + "endTime": "0:23:51.360", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 35817, + "startTime": "0:23:52.680", + "endFrame": 36070, + "endTime": "0:24:2.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36103, + "startTime": "0:24:4.140", + "endFrame": 36390, + "endTime": "0:24:15.600", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 36405, + "startTime": "0:24:16.200", + "endFrame": 36745, + "endTime": "0:24:29.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 36759, + "startTime": "0:24:30.390", + "endFrame": 37058, + "endTime": "0:24:42.330", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 37072, + "startTime": "0:24:42.900", + "endFrame": 37376, + "endTime": "0:24:55.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "partial screen at very bottom; still visible", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 37414, + "startTime": "0:24:56.580", + "endFrame": 37839, + "endTime": "0:25:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 37848, + "startTime": "0:25:13.920", + "endFrame": 38217, + "endTime": "0:25:28.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 38253, + "startTime": "0:25:30.150", + "endFrame": 38668, + "endTime": "0:25:46.740", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 38728, + "startTime": "0:25:49.140", + "endFrame": 39128, + "endTime": "0:26:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one screen at very start", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one person for split second at start", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 39140, + "startTime": "0:26:5.610", + "endFrame": 39513, + "endTime": "0:26:20.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 39528, + "startTime": "0:26:21.120", + "endFrame": 39857, + "endTime": "0:26:34.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 39969, + "startTime": "0:26:38.790", + "endFrame": 40382, + "endTime": "0:26:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 40415, + "startTime": "0:26:56.610", + "endFrame": 40974, + "endTime": "0:27:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 40996, + "startTime": "0:27:19.860", + "endFrame": 41567, + "endTime": "0:27:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41636, + "startTime": "0:27:45.450", + "endFrame": 41853, + "endTime": "0:27:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 41941, + "startTime": "0:27:57.660", + "endFrame": 42120, + "endTime": "0:28:4.830", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42145, + "startTime": "0:28:5.820", + "endFrame": 42735, + "endTime": "0:28:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42770, + "startTime": "0:28:30.810", + "endFrame": 43243, + "endTime": "0:28:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43272, + "startTime": "0:28:50.880", + "endFrame": 43527, + "endTime": "0:29:1.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43612, + "startTime": "0:29:4.500", + "endFrame": 43784, + "endTime": "0:29:11.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44832, + "startTime": "0:29:53.280", + "endFrame": 44852, + "endTime": "0:29:54.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 47696, + "startTime": "0:31:47.850", + "endFrame": 47713, + "endTime": "0:31:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.986 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47730, + "startTime": "0:31:49.200", + "endFrame": 47989, + "endTime": "0:31:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.324, + 0.174 + ], + "bottomright": [ + 0.637, + 0.499 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.637, + 0.174 + ], + "bottomright": [ + 0.949, + 0.499 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.179, + 0.499 + ], + "bottomright": [ + 0.491, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.491, + 0.499 + ], + "bottomright": [ + 0.804, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48236, + "startTime": "0:32:9.450", + "endFrame": 48291, + "endTime": "0:32:11.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "second person briefly at start", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48353, + "startTime": "0:32:14.130", + "endFrame": 48562, + "endTime": "0:32:22.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48604, + "startTime": "0:32:24.180", + "endFrame": 48820, + "endTime": "0:32:32.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 48821, + "startTime": "0:32:32.850", + "endFrame": 49336, + "endTime": "0:32:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.499, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49672, + "startTime": "0:33:6.900", + "endFrame": 49697, + "endTime": "0:33:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 49778, + "startTime": "0:33:11.130", + "endFrame": 50067, + "endTime": "0:33:22.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50084, + "startTime": "0:33:23.370", + "endFrame": 50423, + "endTime": "0:33:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50679, + "startTime": "0:33:47.160", + "endFrame": 50986, + "endTime": "0:33:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 50997, + "startTime": "0:33:59.910", + "endFrame": 51305, + "endTime": "0:34:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51306, + "startTime": "0:34:12.270", + "endFrame": 51789, + "endTime": "0:34:31.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 51816, + "startTime": "0:34:32.640", + "endFrame": 52214, + "endTime": "0:34:48.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 52244, + "startTime": "0:34:49.770", + "endFrame": 52545, + "endTime": "0:35:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 52557, + "startTime": "0:35:2.310", + "endFrame": 52935, + "endTime": "0:35:17.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 52947, + "startTime": "0:35:17.910", + "endFrame": 53304, + "endTime": "0:35:32.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 53367, + "startTime": "0:35:34.710", + "endFrame": 53619, + "endTime": "0:35:44.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 53659, + "startTime": "0:35:46.380", + "endFrame": 53974, + "endTime": "0:35:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.24, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.24, + 0.124 + ], + "bottomright": [ + 0.48, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.24, + 0.374 + ], + "bottomright": [ + 0.48, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.48, + 0.124 + ], + "bottomright": [ + 0.72, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.48, + 0.374 + ], + "bottomright": [ + 0.72, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.72, + 0.124 + ], + "bottomright": [ + 0.959, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.72, + 0.374 + ], + "bottomright": [ + 0.959, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.493, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 54054, + "startTime": "0:36:2.160", + "endFrame": 54380, + "endTime": "0:36:15.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.124 + ], + "bottomright": [ + 0.727, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 54426, + "startTime": "0:36:17.040", + "endFrame": 54643, + "endTime": "0:36:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 54768, + "startTime": "0:36:30.750", + "endFrame": 55046, + "endTime": "0:36:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.371, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 55134, + "startTime": "0:36:45.360", + "endFrame": 55606, + "endTime": "0:37:4.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.371, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 55650, + "startTime": "0:37:6.030", + "endFrame": 55861, + "endTime": "0:37:14.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.124 + ], + "bottomright": [ + 0.484, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.124 + ], + "bottomright": [ + 0.727, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.37, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 55863, + "startTime": "0:37:14.520", + "endFrame": 56137, + "endTime": "0:37:25.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 56174, + "startTime": "0:37:26.970", + "endFrame": 56407, + "endTime": "0:37:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 56416, + "startTime": "0:37:36.660", + "endFrame": 56719, + "endTime": "0:37:48.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 56747, + "startTime": "0:37:49.890", + "endFrame": 56993, + "endTime": "0:37:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.124 + ], + "bottomright": [ + 0.484, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.37, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 57055, + "startTime": "0:38:2.220", + "endFrame": 57261, + "endTime": "0:38:10.440", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.372, + 0.624 + ], + "bottomright": [ + 0.616, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 57293, + "startTime": "0:38:11.730", + "endFrame": 57530, + "endTime": "0:38:21.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.241, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.241, + 0.124 + ], + "bottomright": [ + 0.481, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.241, + 0.374 + ], + "bottomright": [ + 0.481, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.481, + 0.124 + ], + "bottomright": [ + 0.722, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.481, + 0.374 + ], + "bottomright": [ + 0.722, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.722, + 0.124 + ], + "bottomright": [ + 0.962, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.722, + 0.374 + ], + "bottomright": [ + 0.962, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.369, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 57531, + "startTime": "0:38:21.270", + "endFrame": 57789, + "endTime": "0:38:31.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 57813, + "startTime": "0:38:32.520", + "endFrame": 58044, + "endTime": "0:38:41.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 58077, + "startTime": "0:38:43.080", + "endFrame": 58302, + "endTime": "0:38:52.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 58303, + "startTime": "0:38:52.140", + "endFrame": 58718, + "endTime": "0:39:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 58726, + "startTime": "0:39:9.060", + "endFrame": 59034, + "endTime": "0:39:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 59112, + "startTime": "0:39:24.510", + "endFrame": 59307, + "endTime": "0:39:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 59314, + "startTime": "0:39:32.580", + "endFrame": 59690, + "endTime": "0:39:47.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.617, + 0.624 + ], + "bottomright": [ + 0.862, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 59718, + "startTime": "0:39:48.750", + "endFrame": 59994, + "endTime": "0:39:59.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.619, + 0.624 + ], + "bottomright": [ + 0.864, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 60075, + "startTime": "0:40:3.000", + "endFrame": 60254, + "endTime": "0:40:10.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one screen at very end", + "position": { + "topleft": [ + 0.62, + 0.624 + ], + "bottomright": [ + 0.866, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 60285, + "startTime": "0:40:11.400", + "endFrame": 60540, + "endTime": "0:40:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 60556, + "startTime": "0:40:22.260", + "endFrame": 60791, + "endTime": "0:40:31.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 60826, + "startTime": "0:40:33.060", + "endFrame": 61045, + "endTime": "0:40:41.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 61103, + "startTime": "0:40:44.130", + "endFrame": 61482, + "endTime": "0:40:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 61519, + "startTime": "0:41:0.780", + "endFrame": 62034, + "endTime": "0:41:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 62075, + "startTime": "0:41:23.010", + "endFrame": 62418, + "endTime": "0:41:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 62423, + "startTime": "0:41:36.930", + "endFrame": 62717, + "endTime": "0:41:48.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 62752, + "startTime": "0:41:50.100", + "endFrame": 63018, + "endTime": "0:42:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 63019, + "startTime": "0:42:0.780", + "endFrame": 63308, + "endTime": "0:42:12.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 63344, + "startTime": "0:42:13.770", + "endFrame": 63572, + "endTime": "0:42:22.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 63657, + "startTime": "0:42:26.280", + "endFrame": 63893, + "endTime": "0:42:35.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63896, + "startTime": "0:42:35.850", + "endFrame": 64181, + "endTime": "0:42:47.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64181, + "startTime": "0:42:47.250", + "endFrame": 64517, + "endTime": "0:43:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64521, + "startTime": "0:43:0.870", + "endFrame": 64807, + "endTime": "0:43:12.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64896, + "startTime": "0:43:15.870", + "endFrame": 65168, + "endTime": "0:43:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65214, + "startTime": "0:43:28.560", + "endFrame": 65526, + "endTime": "0:43:41.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65557, + "startTime": "0:43:42.300", + "endFrame": 65799, + "endTime": "0:43:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 65844, + "startTime": "0:43:53.790", + "endFrame": 66090, + "endTime": "0:44:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66207, + "startTime": "0:44:8.280", + "endFrame": 66384, + "endTime": "0:44:15.360", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 66419, + "startTime": "0:44:16.770", + "endFrame": 66667, + "endTime": "0:44:26.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 66695, + "startTime": "0:44:27.810", + "endFrame": 67119, + "endTime": "0:44:44.760", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.624 + ], + "bottomright": [ + 0.738, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 67143, + "startTime": "0:44:45.720", + "endFrame": 67608, + "endTime": "0:45:4.350", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 67631, + "startTime": "0:45:5.250", + "endFrame": 68010, + "endTime": "0:45:20.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 68043, + "startTime": "0:45:21.750", + "endFrame": 68342, + "endTime": "0:45:33.690", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 68356, + "startTime": "0:45:34.260", + "endFrame": 68577, + "endTime": "0:45:43.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.245, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.372 + ], + "bottomright": [ + 0.491, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.372 + ], + "bottomright": [ + 0.736, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.372 + ], + "bottomright": [ + 0.981, + 0.621 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.621 + ], + "bottomright": [ + 0.498, + 0.869 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.621 + ], + "bottomright": [ + 0.744, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 68587, + "startTime": "0:45:43.500", + "endFrame": 68882, + "endTime": "0:45:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 68894, + "startTime": "0:45:55.770", + "endFrame": 69318, + "endTime": "0:46:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.248, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.124 + ], + "bottomright": [ + 0.495, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.374 + ], + "bottomright": [ + 0.495, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.124 + ], + "bottomright": [ + 0.743, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.374 + ], + "bottomright": [ + 0.743, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.124 + ], + "bottomright": [ + 0.991, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.374 + ], + "bottomright": [ + 0.991, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 69353, + "startTime": "0:46:14.130", + "endFrame": 69569, + "endTime": "0:46:22.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.247, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.247, + 0.124 + ], + "bottomright": [ + 0.494, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.247, + 0.374 + ], + "bottomright": [ + 0.494, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.124 + ], + "bottomright": [ + 0.741, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.374 + ], + "bottomright": [ + 0.741, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.124 + ], + "bottomright": [ + 0.988, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.374 + ], + "bottomright": [ + 0.988, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.624 + ], + "bottomright": [ + 0.747, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 69598, + "startTime": "0:46:23.940", + "endFrame": 69874, + "endTime": "0:46:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70336, + "endTime": "0:46:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 70354, + "startTime": "0:46:54.180", + "endFrame": 70667, + "endTime": "0:47:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 70689, + "startTime": "0:47:7.560", + "endFrame": 71037, + "endTime": "0:47:21.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 71054, + "startTime": "0:47:22.170", + "endFrame": 71345, + "endTime": "0:47:33.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 71388, + "startTime": "0:47:35.520", + "endFrame": 71962, + "endTime": "0:47:58.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 71999, + "startTime": "0:47:59.970", + "endFrame": 72423, + "endTime": "0:48:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72481, + "startTime": "0:48:19.260", + "endFrame": 72759, + "endTime": "0:48:30.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73049, + "endTime": "0:48:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.371 + ], + "bottomright": [ + 0.245, + 0.618 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.371 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.371 + ], + "bottomright": [ + 0.491, + 0.618 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.371 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.371 + ], + "bottomright": [ + 0.736, + 0.618 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.371 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.371 + ], + "bottomright": [ + 0.981, + 0.618 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.562, + 0.618 + ], + "bottomright": [ + 0.808, + 0.865 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73120, + "startTime": "0:48:44.820", + "endFrame": 73610, + "endTime": "0:49:4.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 73630, + "startTime": "0:49:5.220", + "endFrame": 73956, + "endTime": "0:49:18.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 74002, + "startTime": "0:49:20.100", + "endFrame": 74444, + "endTime": "0:49:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.245, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.372 + ], + "bottomright": [ + 0.491, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.372 + ], + "bottomright": [ + 0.736, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.372 + ], + "bottomright": [ + 0.981, + 0.621 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "more than one screen at end", + "position": { + "topleft": [ + 0.253, + 0.621 + ], + "bottomright": [ + 0.498, + 0.869 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.621 + ], + "bottomright": [ + 0.744, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 74664, + "startTime": "0:49:46.590", + "endFrame": 74703, + "endTime": "0:49:48.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 74760, + "startTime": "0:49:50.430", + "endFrame": 75149, + "endTime": "0:50:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.624 + ], + "bottomright": [ + 0.74, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 75253, + "startTime": "0:50:10.140", + "endFrame": 75450, + "endTime": "0:50:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 75471, + "startTime": "0:50:18.840", + "endFrame": 75731, + "endTime": "0:50:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 75760, + "startTime": "0:50:30.420", + "endFrame": 76070, + "endTime": "0:50:42.810", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.621 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.372 + ], + "bottomright": [ + 0.997, + 0.621 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.621 + ], + "bottomright": [ + 0.627, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 76128, + "startTime": "0:50:45.150", + "endFrame": 76416, + "endTime": "0:50:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 76473, + "startTime": "0:50:58.950", + "endFrame": 76911, + "endTime": "0:51:16.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 76971, + "startTime": "0:51:18.870", + "endFrame": 77183, + "endTime": "0:51:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 77261, + "startTime": "0:51:30.450", + "endFrame": 77569, + "endTime": "0:51:42.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 77598, + "startTime": "0:51:43.950", + "endFrame": 77845, + "endTime": "0:51:53.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 77861, + "startTime": "0:51:54.450", + "endFrame": 78191, + "endTime": "0:52:7.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 78225, + "startTime": "0:52:9.000", + "endFrame": 78472, + "endTime": "0:52:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 78490, + "startTime": "0:52:19.620", + "endFrame": 78752, + "endTime": "0:52:30.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.621 + ], + "bottomright": [ + 0.627, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 78991, + "startTime": "0:52:39.660", + "endFrame": 79078, + "endTime": "0:52:43.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 79098, + "startTime": "0:52:43.920", + "endFrame": 79368, + "endTime": "0:52:54.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 79413, + "startTime": "0:52:56.520", + "endFrame": 79681, + "endTime": "0:53:7.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.243, + 0.615 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.369 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.369 + ], + "bottomright": [ + 0.486, + 0.615 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.369 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.369 + ], + "bottomright": [ + 0.729, + 0.615 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.369 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.369 + ], + "bottomright": [ + 0.972, + 0.615 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.305, + 0.615 + ], + "bottomright": [ + 0.548, + 0.861 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 79720, + "startTime": "0:53:8.820", + "endFrame": 80048, + "endTime": "0:53:21.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 80083, + "startTime": "0:53:23.340", + "endFrame": 80562, + "endTime": "0:53:42.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 80633, + "startTime": "0:53:45.330", + "endFrame": 80893, + "endTime": "0:53:55.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 80893, + "startTime": "0:53:55.740", + "endFrame": 81235, + "endTime": "0:54:9.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 81255, + "startTime": "0:54:10.230", + "endFrame": 81520, + "endTime": "0:54:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 81588, + "startTime": "0:54:23.550", + "endFrame": 81807, + "endTime": "0:54:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "She might be writing down aud eng techniques to prep for break out room", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 85615, + "startTime": "0:57:4.620", + "endFrame": 85653, + "endTime": "0:57:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.012, + 0.331 + ], + "bottomright": [ + 0.33, + 0.651 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.33, + 0.01 + ], + "bottomright": [ + 0.648, + 0.331 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.33, + 0.331 + ], + "bottomright": [ + 0.648, + 0.651 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.648, + 0.01 + ], + "bottomright": [ + 0.966, + 0.331 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 85779, + "startTime": "0:57:11.190", + "endFrame": 85901, + "endTime": "0:57:16.050", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 86169, + "startTime": "0:57:26.790", + "endFrame": 86187, + "endTime": "0:57:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 86233, + "startTime": "0:57:29.340", + "endFrame": 86541, + "endTime": "0:57:41.670", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 86617, + "startTime": "0:57:44.700", + "endFrame": 86824, + "endTime": "0:57:52.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 86855, + "startTime": "0:57:54.210", + "endFrame": 87108, + "endTime": "0:58:4.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 87111, + "startTime": "0:58:4.470", + "endFrame": 87486, + "endTime": "0:58:19.470", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "all clips in this section are sped up", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 87500, + "startTime": "0:58:20.010", + "endFrame": 88049, + "endTime": "0:58:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "face is cut but visible", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.686 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.686 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 88099, + "startTime": "0:58:43.980", + "endFrame": 88450, + "endTime": "0:58:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 88497, + "startTime": "0:58:59.880", + "endFrame": 88770, + "endTime": "0:59:10.800", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.686 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.686 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 88831, + "startTime": "0:59:13.260", + "endFrame": 89052, + "endTime": "0:59:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 89086, + "startTime": "0:59:23.460", + "endFrame": 89392, + "endTime": "0:59:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 89529, + "startTime": "0:59:41.160", + "endFrame": 89685, + "endTime": "0:59:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 89736, + "startTime": "0:59:49.440", + "endFrame": 90123, + "endTime": "1:00:4.950", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 90192, + "startTime": "1:00:7.680", + "endFrame": 90654, + "endTime": "1:00:26.190", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 90692, + "startTime": "1:00:27.690", + "endFrame": 91182, + "endTime": "1:00:47.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 91197, + "startTime": "1:00:47.910", + "endFrame": 91569, + "endTime": "1:01:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 91578, + "startTime": "1:01:3.120", + "endFrame": 91840, + "endTime": "1:01:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 91876, + "startTime": "1:01:15.060", + "endFrame": 92134, + "endTime": "1:01:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 92161, + "startTime": "1:01:26.460", + "endFrame": 92700, + "endTime": "1:01:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 92721, + "startTime": "1:01:48.870", + "endFrame": 93444, + "endTime": "1:02:17.790", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 93494, + "startTime": "1:02:19.770", + "endFrame": 93897, + "endTime": "1:02:35.910", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 93935, + "startTime": "1:02:37.410", + "endFrame": 94337, + "endTime": "1:02:53.490", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 94387, + "startTime": "1:02:55.500", + "endFrame": 94628, + "endTime": "1:03:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 94673, + "startTime": "1:03:6.930", + "endFrame": 95541, + "endTime": "1:03:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 95649, + "startTime": "1:03:45.960", + "endFrame": 96103, + "endTime": "1:04:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 96121, + "startTime": "1:04:4.860", + "endFrame": 96359, + "endTime": "1:04:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen start", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 96452, + "startTime": "1:04:18.090", + "endFrame": 96765, + "endTime": "1:04:30.600", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 96783, + "startTime": "1:04:31.350", + "endFrame": 97289, + "endTime": "1:04:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 97317, + "startTime": "1:04:52.710", + "endFrame": 97767, + "endTime": "1:05:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 97914, + "startTime": "1:05:16.560", + "endFrame": 98561, + "endTime": "1:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 98676, + "startTime": "1:05:47.070", + "endFrame": 99105, + "endTime": "1:06:4.200", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 99105, + "startTime": "1:06:4.200", + "endFrame": 99400, + "endTime": "1:06:16.020", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "second person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 99432, + "startTime": "1:06:17.310", + "endFrame": 99907, + "endTime": "1:06:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 100026, + "startTime": "1:06:41.070", + "endFrame": 100227, + "endTime": "1:06:49.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 100238, + "startTime": "1:06:49.530", + "endFrame": 100501, + "endTime": "1:07:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 100560, + "startTime": "1:07:2.400", + "endFrame": 100905, + "endTime": "1:07:16.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 100908, + "startTime": "1:07:16.320", + "endFrame": 101151, + "endTime": "1:07:26.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 101181, + "startTime": "1:07:27.240", + "endFrame": 101832, + "endTime": "1:07:53.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 247, + "startFrame": 101840, + "startTime": "1:07:53.610", + "endFrame": 102179, + "endTime": "1:08:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 248, + "startFrame": 102195, + "startTime": "1:08:7.800", + "endFrame": 102507, + "endTime": "1:08:20.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 249, + "startFrame": 102525, + "startTime": "1:08:21.000", + "endFrame": 103021, + "endTime": "1:08:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 250, + "startFrame": 103048, + "startTime": "1:08:41.940", + "endFrame": 103385, + "endTime": "1:08:55.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 251, + "startFrame": 103401, + "startTime": "1:08:56.070", + "endFrame": 103698, + "endTime": "1:09:7.950", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 252, + "startFrame": 103752, + "startTime": "1:09:10.080", + "endFrame": 104005, + "endTime": "1:09:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 253, + "startFrame": 104032, + "startTime": "1:09:21.300", + "endFrame": 104359, + "endTime": "1:09:34.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 254, + "startFrame": 104371, + "startTime": "1:09:34.860", + "endFrame": 104731, + "endTime": "1:09:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 255, + "startFrame": 104744, + "startTime": "1:09:49.770", + "endFrame": 104982, + "endTime": "1:09:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 256, + "startFrame": 105034, + "startTime": "1:10:1.380", + "endFrame": 105533, + "endTime": "1:10:21.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 257, + "startFrame": 105541, + "startTime": "1:10:21.660", + "endFrame": 105875, + "endTime": "1:10:35.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 258, + "startFrame": 106010, + "startTime": "1:10:40.440", + "endFrame": 106219, + "endTime": "1:10:48.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 259, + "startFrame": 106226, + "startTime": "1:10:49.050", + "endFrame": 106539, + "endTime": "1:11:1.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 260, + "startFrame": 106545, + "startTime": "1:11:1.830", + "endFrame": 107135, + "endTime": "1:11:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 261, + "startFrame": 107207, + "startTime": "1:11:28.290", + "endFrame": 107434, + "endTime": "1:11:37.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.245, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 262, + "startFrame": 107459, + "startTime": "1:11:38.400", + "endFrame": 107999, + "endTime": "1:11:59.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.367, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.61, + 0.624 + ], + "bottomright": [ + 0.853, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 263, + "startFrame": 108039, + "startTime": "1:12:1.590", + "endFrame": 108256, + "endTime": "1:12:10.260", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.245, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.619, + 0.624 + ], + "bottomright": [ + 0.864, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 264, + "startFrame": 108374, + "startTime": "1:12:14.970", + "endFrame": 108682, + "endTime": "1:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 265, + "startFrame": 108710, + "startTime": "1:12:28.410", + "endFrame": 109207, + "endTime": "1:12:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 266, + "startFrame": 109227, + "startTime": "1:12:49.080", + "endFrame": 109505, + "endTime": "1:13:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "second person briefly at end", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 267, + "startFrame": 109544, + "startTime": "1:13:1.770", + "endFrame": 110003, + "endTime": "1:13:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 268, + "startFrame": 110036, + "startTime": "1:13:21.480", + "endFrame": 110315, + "endTime": "1:13:32.610", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 269, + "startFrame": 110343, + "startTime": "1:13:33.750", + "endFrame": 110716, + "endTime": "1:13:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 270, + "startFrame": 110722, + "startTime": "1:13:48.900", + "endFrame": 111027, + "endTime": "1:14:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 271, + "startFrame": 111066, + "startTime": "1:14:2.670", + "endFrame": 111348, + "endTime": "1:14:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 272, + "startFrame": 111362, + "startTime": "1:14:14.490", + "endFrame": 111808, + "endTime": "1:14:32.340", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.248, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.248, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.124 + ], + "bottomright": [ + 0.495, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.374 + ], + "bottomright": [ + 0.495, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.124 + ], + "bottomright": [ + 0.743, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.495, + 0.374 + ], + "bottomright": [ + 0.743, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.374 + ], + "bottomright": [ + 0.991, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.497, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 273, + "startFrame": 111814, + "startTime": "1:14:32.580", + "endFrame": 112218, + "endTime": "1:14:48.720", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 274, + "startFrame": 112243, + "startTime": "1:14:49.740", + "endFrame": 112493, + "endTime": "1:14:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person face cut off clips 274-284", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 275, + "startFrame": 112564, + "startTime": "1:15:2.580", + "endFrame": 112943, + "endTime": "1:15:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 276, + "startFrame": 112956, + "startTime": "1:15:18.270", + "endFrame": 113230, + "endTime": "1:15:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 277, + "startFrame": 113242, + "startTime": "1:15:29.700", + "endFrame": 113752, + "endTime": "1:15:50.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 278, + "startFrame": 113790, + "startTime": "1:15:51.600", + "endFrame": 114059, + "endTime": "1:16:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 279, + "startFrame": 114087, + "startTime": "1:16:3.510", + "endFrame": 114500, + "endTime": "1:16:20.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 280, + "startFrame": 114512, + "startTime": "1:16:20.490", + "endFrame": 114774, + "endTime": "1:16:30.990", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 281, + "startFrame": 114783, + "startTime": "1:16:31.320", + "endFrame": 115101, + "endTime": "1:16:44.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 282, + "startFrame": 115148, + "startTime": "1:16:45.930", + "endFrame": 115368, + "endTime": "1:16:54.720", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 283, + "startFrame": 115374, + "startTime": "1:16:54.960", + "endFrame": 115665, + "endTime": "1:17:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 284, + "startFrame": 115694, + "startTime": "1:17:7.770", + "endFrame": 115926, + "endTime": "1:17:17.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 285, + "startFrame": 115937, + "startTime": "1:17:17.490", + "endFrame": 116193, + "endTime": "1:17:27.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 286, + "startFrame": 116213, + "startTime": "1:17:28.530", + "endFrame": 116607, + "endTime": "1:17:44.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person face cut off clips 286-287", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 287, + "startFrame": 116617, + "startTime": "1:17:44.700", + "endFrame": 116959, + "endTime": "1:17:58.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 288, + "startFrame": 116975, + "startTime": "1:17:59.010", + "endFrame": 117247, + "endTime": "1:18:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 289, + "startFrame": 117258, + "startTime": "1:18:10.350", + "endFrame": 117609, + "endTime": "1:18:24.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person face cut off ", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 290, + "startFrame": 117636, + "startTime": "1:18:25.470", + "endFrame": 117925, + "endTime": "1:18:37.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.334, + 0.335 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.657, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.657, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.657, + 0.01 + ], + "bottomright": [ + 0.98, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.657, + 0.335 + ], + "bottomright": [ + 0.98, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.334, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.66 + ], + "bottomright": [ + 0.98, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 291, + "startFrame": 117954, + "startTime": "1:18:38.190", + "endFrame": 118237, + "endTime": "1:18:49.500", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.334, + 0.335 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.657, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.657, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.01 + ], + "bottomright": [ + 0.98, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.335 + ], + "bottomright": [ + 0.98, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.334, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.66 + ], + "bottomright": [ + 0.98, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 292, + "startFrame": 118288, + "startTime": "1:18:51.540", + "endFrame": 119789, + "endTime": "1:19:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "sliver of another screen at bottom", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 293, + "startFrame": 119805, + "startTime": "1:19:52.200", + "endFrame": 120548, + "endTime": "1:20:21.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 294, + "startFrame": 120587, + "startTime": "1:20:23.490", + "endFrame": 120908, + "endTime": "1:20:36.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 295, + "startFrame": 120926, + "startTime": "1:20:37.050", + "endFrame": 121176, + "endTime": "1:20:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 296, + "startFrame": 121259, + "startTime": "1:20:50.400", + "endFrame": 121679, + "endTime": "1:21:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_07-rater3.json b/ratings/video_07-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..792c9c670e002996c8129ca24684f09135f807f0 --- /dev/null +++ b/ratings/video_07-rater3.json @@ -0,0 +1,37844 @@ +[ + { + "clipIdx": 0, + "startFrame": 107, + "startTime": "0:00:4.290", + "endFrame": 603, + "endTime": "0:00:24.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "face is cut off", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 675, + "startTime": "0:00:27.030", + "endFrame": 1165, + "endTime": "0:00:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 1218, + "startTime": "0:00:48.720", + "endFrame": 1633, + "endTime": "0:01:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "face is cut off at the very end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1678, + "startTime": "0:01:7.140", + "endFrame": 2006, + "endTime": "0:01:20.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "face is cut off at the end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 2058, + "startTime": "0:01:22.350", + "endFrame": 2335, + "endTime": "0:01:33.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "second person briefly at end (rated based on rest of clip)", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "brief split screen at end", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "face is cut off at the end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 2433, + "startTime": "0:01:37.320", + "endFrame": 2853, + "endTime": "0:01:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2881, + "startTime": "0:01:55.260", + "endFrame": 3542, + "endTime": "0:02:21.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 3542, + "startTime": "0:02:21.690", + "endFrame": 3796, + "endTime": "0:02:31.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3824, + "startTime": "0:02:32.970", + "endFrame": 4114, + "endTime": "0:02:44.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 4144, + "startTime": "0:02:45.780", + "endFrame": 4703, + "endTime": "0:03:8.130", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "person puts on a virtual filter (mask)", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4829, + "startTime": "0:03:13.170", + "endFrame": 5166, + "endTime": "0:03:26.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 5193, + "startTime": "0:03:27.750", + "endFrame": 5535, + "endTime": "0:03:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5586, + "startTime": "0:03:43.440", + "endFrame": 5821, + "endTime": "0:03:52.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5838, + "startTime": "0:03:53.550", + "endFrame": 6297, + "endTime": "0:04:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 6333, + "startTime": "0:04:13.320", + "endFrame": 6702, + "endTime": "0:04:28.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6726, + "startTime": "0:04:29.040", + "endFrame": 7207, + "endTime": "0:04:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 7233, + "startTime": "0:04:49.320", + "endFrame": 7462, + "endTime": "0:04:58.500", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7493, + "startTime": "0:04:59.730", + "endFrame": 7929, + "endTime": "0:05:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7953, + "startTime": "0:05:18.120", + "endFrame": 8369, + "endTime": "0:05:34.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 8403, + "startTime": "0:05:36.120", + "endFrame": 8739, + "endTime": "0:05:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8750, + "startTime": "0:05:50.010", + "endFrame": 9015, + "endTime": "0:06:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 9049, + "startTime": "0:06:1.980", + "endFrame": 9359, + "endTime": "0:06:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 9387, + "startTime": "0:06:15.480", + "endFrame": 9805, + "endTime": "0:06:32.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9829, + "startTime": "0:06:33.180", + "endFrame": 10116, + "endTime": "0:06:44.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 10254, + "startTime": "0:06:50.160", + "endFrame": 10433, + "endTime": "0:06:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10482, + "startTime": "0:06:59.280", + "endFrame": 10693, + "endTime": "0:07:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10694, + "startTime": "0:07:7.770", + "endFrame": 10969, + "endTime": "0:07:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10996, + "startTime": "0:07:19.860", + "endFrame": 11229, + "endTime": "0:07:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11304, + "startTime": "0:07:32.160", + "endFrame": 11584, + "endTime": "0:07:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11616, + "startTime": "0:07:44.640", + "endFrame": 12018, + "endTime": "0:08:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12028, + "startTime": "0:08:1.140", + "endFrame": 12359, + "endTime": "0:08:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12400, + "startTime": "0:08:16.020", + "endFrame": 12770, + "endTime": "0:08:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12780, + "startTime": "0:08:31.230", + "endFrame": 13174, + "endTime": "0:08:46.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13225, + "startTime": "0:08:49.020", + "endFrame": 13448, + "endTime": "0:08:57.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13482, + "startTime": "0:08:59.310", + "endFrame": 14091, + "endTime": "0:09:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14225, + "startTime": "0:09:29.010", + "endFrame": 14559, + "endTime": "0:09:42.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14721, + "startTime": "0:09:48.840", + "endFrame": 14901, + "endTime": "0:09:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.624 + ], + "bottomright": [ + 0.486, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14951, + "startTime": "0:09:58.050", + "endFrame": 15258, + "endTime": "0:10:10.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15341, + "startTime": "0:10:13.680", + "endFrame": 15913, + "endTime": "0:10:36.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16009, + "startTime": "0:10:40.380", + "endFrame": 16584, + "endTime": "0:11:3.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16620, + "startTime": "0:11:4.800", + "endFrame": 17043, + "endTime": "0:11:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 17116, + "startTime": "0:11:24.660", + "endFrame": 17359, + "endTime": "0:11:34.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17380, + "startTime": "0:11:35.220", + "endFrame": 17767, + "endTime": "0:11:50.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17796, + "startTime": "0:11:51.870", + "endFrame": 18044, + "endTime": "0:12:1.770", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18083, + "startTime": "0:12:3.330", + "endFrame": 18366, + "endTime": "0:12:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18521, + "startTime": "0:12:20.850", + "endFrame": 18633, + "endTime": "0:12:25.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person; face cut off", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 18663, + "startTime": "0:12:26.550", + "endFrame": 19179, + "endTime": "0:12:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19372, + "startTime": "0:12:54.900", + "endFrame": 19471, + "endTime": "0:12:58.860", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19563, + "startTime": "0:13:2.520", + "endFrame": 19872, + "endTime": "0:13:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 19952, + "startTime": "0:13:18.090", + "endFrame": 20223, + "endTime": "0:13:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20241, + "startTime": "0:13:29.670", + "endFrame": 20710, + "endTime": "0:13:48.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20738, + "startTime": "0:13:49.530", + "endFrame": 21054, + "endTime": "0:14:2.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21084, + "startTime": "0:14:3.390", + "endFrame": 21413, + "endTime": "0:14:16.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21432, + "startTime": "0:14:17.280", + "endFrame": 21663, + "endTime": "0:14:26.550", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21710, + "startTime": "0:14:28.410", + "endFrame": 22234, + "endTime": "0:14:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22279, + "startTime": "0:14:51.180", + "endFrame": 22942, + "endTime": "0:15:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22985, + "startTime": "0:15:19.410", + "endFrame": 23211, + "endTime": "0:15:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23304, + "startTime": "0:15:32.190", + "endFrame": 23661, + "endTime": "0:15:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23686, + "startTime": "0:15:47.460", + "endFrame": 24000, + "endTime": "0:16:0.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24032, + "startTime": "0:16:1.290", + "endFrame": 24268, + "endTime": "0:16:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen; more than one person", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24325, + "startTime": "0:16:13.020", + "endFrame": 24540, + "endTime": "0:16:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24579, + "startTime": "0:16:23.190", + "endFrame": 24927, + "endTime": "0:16:37.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.624 + ], + "bottomright": [ + 0.74, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 25072, + "startTime": "0:16:42.900", + "endFrame": 25371, + "endTime": "0:16:54.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25408, + "startTime": "0:16:56.340", + "endFrame": 25851, + "endTime": "0:17:14.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person from here on", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25886, + "startTime": "0:17:15.450", + "endFrame": 26191, + "endTime": "0:17:27.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 26220, + "startTime": "0:17:28.830", + "endFrame": 26988, + "endTime": "0:17:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 28659, + "startTime": "0:19:6.390", + "endFrame": 28758, + "endTime": "0:19:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.655, + 0.335 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.655, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.655, + 0.01 + ], + "bottomright": [ + 0.977, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.655, + 0.335 + ], + "bottomright": [ + 0.977, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.663, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28905, + "startTime": "0:19:16.230", + "endFrame": 29018, + "endTime": "0:19:20.730", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "NA", + "note": "more than one screen/person", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.253, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.01 + ], + "bottomright": [ + 0.495, + 0.335 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "switched to split screen", + "position": { + "topleft": [ + 0.495, + 0.335 + ], + "bottomright": [ + 0.736, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.736, + 0.01 + ], + "bottomright": [ + 0.977, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "second person appears for 2 seconds; rated based on rest of clip", + "position": { + "topleft": [ + 0.736, + 0.335 + ], + "bottomright": [ + 0.977, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.179, + 0.66 + ], + "bottomright": [ + 0.42, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29020, + "startTime": "0:19:20.820", + "endFrame": 29329, + "endTime": "0:19:33.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person, for split second at start", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 29379, + "startTime": "0:19:35.160", + "endFrame": 29632, + "endTime": "0:19:45.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29665, + "startTime": "0:19:46.620", + "endFrame": 29966, + "endTime": "0:19:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30017, + "startTime": "0:20:0.690", + "endFrame": 30243, + "endTime": "0:20:9.720", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30312, + "startTime": "0:20:12.480", + "endFrame": 30555, + "endTime": "0:20:22.200", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30607, + "startTime": "0:20:24.300", + "endFrame": 30810, + "endTime": "0:20:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 30862, + "startTime": "0:20:34.500", + "endFrame": 31313, + "endTime": "0:20:52.530", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31348, + "startTime": "0:20:53.940", + "endFrame": 31607, + "endTime": "0:21:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31635, + "startTime": "0:21:5.400", + "endFrame": 31915, + "endTime": "0:21:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 31972, + "startTime": "0:21:18.900", + "endFrame": 32176, + "endTime": "0:21:27.060", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32302, + "startTime": "0:21:32.100", + "endFrame": 32463, + "endTime": "0:21:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 32547, + "startTime": "0:21:41.910", + "endFrame": 32776, + "endTime": "0:21:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 32778, + "startTime": "0:21:51.120", + "endFrame": 33067, + "endTime": "0:22:2.700", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33098, + "startTime": "0:22:3.930", + "endFrame": 33490, + "endTime": "0:22:19.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 33504, + "startTime": "0:22:20.190", + "endFrame": 34012, + "endTime": "0:22:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34047, + "startTime": "0:22:41.910", + "endFrame": 34458, + "endTime": "0:22:58.320", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34467, + "startTime": "0:22:58.680", + "endFrame": 34752, + "endTime": "0:23:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34780, + "startTime": "0:23:11.220", + "endFrame": 35304, + "endTime": "0:23:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35348, + "startTime": "0:23:33.930", + "endFrame": 35784, + "endTime": "0:23:51.360", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 35817, + "startTime": "0:23:52.680", + "endFrame": 36070, + "endTime": "0:24:2.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36103, + "startTime": "0:24:4.140", + "endFrame": 36390, + "endTime": "0:24:15.600", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 36405, + "startTime": "0:24:16.200", + "endFrame": 36745, + "endTime": "0:24:29.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 36759, + "startTime": "0:24:30.390", + "endFrame": 37058, + "endTime": "0:24:42.330", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 37072, + "startTime": "0:24:42.900", + "endFrame": 37376, + "endTime": "0:24:55.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "partial screen at very bottom; still visible", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 37414, + "startTime": "0:24:56.580", + "endFrame": 37839, + "endTime": "0:25:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 37848, + "startTime": "0:25:13.920", + "endFrame": 38217, + "endTime": "0:25:28.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 38253, + "startTime": "0:25:30.150", + "endFrame": 38668, + "endTime": "0:25:46.740", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 38728, + "startTime": "0:25:49.140", + "endFrame": 39128, + "endTime": "0:26:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "more than one screen at very start", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one person for split second at start", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 39140, + "startTime": "0:26:5.610", + "endFrame": 39513, + "endTime": "0:26:20.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 39528, + "startTime": "0:26:21.120", + "endFrame": 39857, + "endTime": "0:26:34.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 39969, + "startTime": "0:26:38.790", + "endFrame": 40382, + "endTime": "0:26:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 40415, + "startTime": "0:26:56.610", + "endFrame": 40974, + "endTime": "0:27:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 40996, + "startTime": "0:27:19.860", + "endFrame": 41567, + "endTime": "0:27:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41636, + "startTime": "0:27:45.450", + "endFrame": 41853, + "endTime": "0:27:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 41941, + "startTime": "0:27:57.660", + "endFrame": 42120, + "endTime": "0:28:4.830", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42145, + "startTime": "0:28:5.820", + "endFrame": 42735, + "endTime": "0:28:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42770, + "startTime": "0:28:30.810", + "endFrame": 43243, + "endTime": "0:28:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43272, + "startTime": "0:28:50.880", + "endFrame": 43527, + "endTime": "0:29:1.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43612, + "startTime": "0:29:4.500", + "endFrame": 43784, + "endTime": "0:29:11.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44832, + "startTime": "0:29:53.280", + "endFrame": 44852, + "endTime": "0:29:54.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 47696, + "startTime": "0:31:47.850", + "endFrame": 47713, + "endTime": "0:31:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.986 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47730, + "startTime": "0:31:49.200", + "endFrame": 47989, + "endTime": "0:31:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.324, + 0.174 + ], + "bottomright": [ + 0.637, + 0.499 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.637, + 0.174 + ], + "bottomright": [ + 0.949, + 0.499 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.179, + 0.499 + ], + "bottomright": [ + 0.491, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.491, + 0.499 + ], + "bottomright": [ + 0.804, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48236, + "startTime": "0:32:9.450", + "endFrame": 48291, + "endTime": "0:32:11.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "second person briefly at start", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48353, + "startTime": "0:32:14.130", + "endFrame": 48562, + "endTime": "0:32:22.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48604, + "startTime": "0:32:24.180", + "endFrame": 48820, + "endTime": "0:32:32.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 48821, + "startTime": "0:32:32.850", + "endFrame": 49336, + "endTime": "0:32:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.499, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49672, + "startTime": "0:33:6.900", + "endFrame": 49697, + "endTime": "0:33:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 49778, + "startTime": "0:33:11.130", + "endFrame": 50067, + "endTime": "0:33:22.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50084, + "startTime": "0:33:23.370", + "endFrame": 50423, + "endTime": "0:33:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50679, + "startTime": "0:33:47.160", + "endFrame": 50986, + "endTime": "0:33:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 50997, + "startTime": "0:33:59.910", + "endFrame": 51305, + "endTime": "0:34:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51306, + "startTime": "0:34:12.270", + "endFrame": 51789, + "endTime": "0:34:31.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 51816, + "startTime": "0:34:32.640", + "endFrame": 52214, + "endTime": "0:34:48.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 52244, + "startTime": "0:34:49.770", + "endFrame": 52545, + "endTime": "0:35:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 52557, + "startTime": "0:35:2.310", + "endFrame": 52935, + "endTime": "0:35:17.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 52947, + "startTime": "0:35:17.910", + "endFrame": 53304, + "endTime": "0:35:32.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 53367, + "startTime": "0:35:34.710", + "endFrame": 53619, + "endTime": "0:35:44.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 53659, + "startTime": "0:35:46.380", + "endFrame": 53974, + "endTime": "0:35:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.24, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.24, + 0.124 + ], + "bottomright": [ + 0.48, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.24, + 0.374 + ], + "bottomright": [ + 0.48, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.48, + 0.124 + ], + "bottomright": [ + 0.72, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.48, + 0.374 + ], + "bottomright": [ + 0.72, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.72, + 0.124 + ], + "bottomright": [ + 0.959, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.72, + 0.374 + ], + "bottomright": [ + 0.959, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.493, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 54054, + "startTime": "0:36:2.160", + "endFrame": 54380, + "endTime": "0:36:15.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.124 + ], + "bottomright": [ + 0.727, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 54426, + "startTime": "0:36:17.040", + "endFrame": 54643, + "endTime": "0:36:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 54768, + "startTime": "0:36:30.750", + "endFrame": 55046, + "endTime": "0:36:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.371, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 55134, + "startTime": "0:36:45.360", + "endFrame": 55606, + "endTime": "0:37:4.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.371, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 55650, + "startTime": "0:37:6.030", + "endFrame": 55861, + "endTime": "0:37:14.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.124 + ], + "bottomright": [ + 0.484, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.124 + ], + "bottomright": [ + 0.727, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.37, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 55863, + "startTime": "0:37:14.520", + "endFrame": 56137, + "endTime": "0:37:25.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 56174, + "startTime": "0:37:26.970", + "endFrame": 56407, + "endTime": "0:37:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 56416, + "startTime": "0:37:36.660", + "endFrame": 56719, + "endTime": "0:37:48.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 56747, + "startTime": "0:37:49.890", + "endFrame": 56993, + "endTime": "0:37:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.124 + ], + "bottomright": [ + 0.484, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.37, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 57055, + "startTime": "0:38:2.220", + "endFrame": 57261, + "endTime": "0:38:10.440", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.372, + 0.624 + ], + "bottomright": [ + 0.616, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 57293, + "startTime": "0:38:11.730", + "endFrame": 57530, + "endTime": "0:38:21.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.241, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.241, + 0.124 + ], + "bottomright": [ + 0.481, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.241, + 0.374 + ], + "bottomright": [ + 0.481, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.481, + 0.124 + ], + "bottomright": [ + 0.722, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.481, + 0.374 + ], + "bottomright": [ + 0.722, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.722, + 0.124 + ], + "bottomright": [ + 0.962, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.722, + 0.374 + ], + "bottomright": [ + 0.962, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.369, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 57531, + "startTime": "0:38:21.270", + "endFrame": 57789, + "endTime": "0:38:31.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 57813, + "startTime": "0:38:32.520", + "endFrame": 58044, + "endTime": "0:38:41.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 58077, + "startTime": "0:38:43.080", + "endFrame": 58302, + "endTime": "0:38:52.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 58303, + "startTime": "0:38:52.140", + "endFrame": 58718, + "endTime": "0:39:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 58726, + "startTime": "0:39:9.060", + "endFrame": 59034, + "endTime": "0:39:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 59112, + "startTime": "0:39:24.510", + "endFrame": 59307, + "endTime": "0:39:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 59314, + "startTime": "0:39:32.580", + "endFrame": 59690, + "endTime": "0:39:47.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.617, + 0.624 + ], + "bottomright": [ + 0.862, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 59718, + "startTime": "0:39:48.750", + "endFrame": 59994, + "endTime": "0:39:59.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.619, + 0.624 + ], + "bottomright": [ + 0.864, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 60075, + "startTime": "0:40:3.000", + "endFrame": 60254, + "endTime": "0:40:10.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen at very end", + "position": { + "topleft": [ + 0.62, + 0.624 + ], + "bottomright": [ + 0.866, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 60285, + "startTime": "0:40:11.400", + "endFrame": 60540, + "endTime": "0:40:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 60556, + "startTime": "0:40:22.260", + "endFrame": 60791, + "endTime": "0:40:31.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 60826, + "startTime": "0:40:33.060", + "endFrame": 61045, + "endTime": "0:40:41.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 61103, + "startTime": "0:40:44.130", + "endFrame": 61482, + "endTime": "0:40:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 61519, + "startTime": "0:41:0.780", + "endFrame": 62034, + "endTime": "0:41:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 62075, + "startTime": "0:41:23.010", + "endFrame": 62418, + "endTime": "0:41:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 62423, + "startTime": "0:41:36.930", + "endFrame": 62717, + "endTime": "0:41:48.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 62752, + "startTime": "0:41:50.100", + "endFrame": 63018, + "endTime": "0:42:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 63019, + "startTime": "0:42:0.780", + "endFrame": 63308, + "endTime": "0:42:12.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 63344, + "startTime": "0:42:13.770", + "endFrame": 63572, + "endTime": "0:42:22.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 63657, + "startTime": "0:42:26.280", + "endFrame": 63893, + "endTime": "0:42:35.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63896, + "startTime": "0:42:35.850", + "endFrame": 64181, + "endTime": "0:42:47.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64181, + "startTime": "0:42:47.250", + "endFrame": 64517, + "endTime": "0:43:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64521, + "startTime": "0:43:0.870", + "endFrame": 64807, + "endTime": "0:43:12.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64896, + "startTime": "0:43:15.870", + "endFrame": 65168, + "endTime": "0:43:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65214, + "startTime": "0:43:28.560", + "endFrame": 65526, + "endTime": "0:43:41.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65557, + "startTime": "0:43:42.300", + "endFrame": 65799, + "endTime": "0:43:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 65844, + "startTime": "0:43:53.790", + "endFrame": 66090, + "endTime": "0:44:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66207, + "startTime": "0:44:8.280", + "endFrame": 66384, + "endTime": "0:44:15.360", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 66419, + "startTime": "0:44:16.770", + "endFrame": 66667, + "endTime": "0:44:26.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 66695, + "startTime": "0:44:27.810", + "endFrame": 67119, + "endTime": "0:44:44.760", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.624 + ], + "bottomright": [ + 0.738, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 67143, + "startTime": "0:44:45.720", + "endFrame": 67608, + "endTime": "0:45:4.350", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 67631, + "startTime": "0:45:5.250", + "endFrame": 68010, + "endTime": "0:45:20.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 68043, + "startTime": "0:45:21.750", + "endFrame": 68342, + "endTime": "0:45:33.690", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 68356, + "startTime": "0:45:34.260", + "endFrame": 68577, + "endTime": "0:45:43.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.245, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.372 + ], + "bottomright": [ + 0.491, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.372 + ], + "bottomright": [ + 0.736, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.372 + ], + "bottomright": [ + 0.981, + 0.621 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.621 + ], + "bottomright": [ + 0.498, + 0.869 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.621 + ], + "bottomright": [ + 0.744, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 68587, + "startTime": "0:45:43.500", + "endFrame": 68882, + "endTime": "0:45:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 68894, + "startTime": "0:45:55.770", + "endFrame": 69318, + "endTime": "0:46:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.248, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.124 + ], + "bottomright": [ + 0.495, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.374 + ], + "bottomright": [ + 0.495, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.124 + ], + "bottomright": [ + 0.743, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.374 + ], + "bottomright": [ + 0.743, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.124 + ], + "bottomright": [ + 0.991, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.374 + ], + "bottomright": [ + 0.991, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 69353, + "startTime": "0:46:14.130", + "endFrame": 69569, + "endTime": "0:46:22.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.247, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.247, + 0.124 + ], + "bottomright": [ + 0.494, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.247, + 0.374 + ], + "bottomright": [ + 0.494, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.124 + ], + "bottomright": [ + 0.741, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.374 + ], + "bottomright": [ + 0.741, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.124 + ], + "bottomright": [ + 0.988, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.374 + ], + "bottomright": [ + 0.988, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.624 + ], + "bottomright": [ + 0.747, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 69598, + "startTime": "0:46:23.940", + "endFrame": 69874, + "endTime": "0:46:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70336, + "endTime": "0:46:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 70354, + "startTime": "0:46:54.180", + "endFrame": 70667, + "endTime": "0:47:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 70689, + "startTime": "0:47:7.560", + "endFrame": 71037, + "endTime": "0:47:21.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 71054, + "startTime": "0:47:22.170", + "endFrame": 71345, + "endTime": "0:47:33.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 71388, + "startTime": "0:47:35.520", + "endFrame": 71962, + "endTime": "0:47:58.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 71999, + "startTime": "0:47:59.970", + "endFrame": 72423, + "endTime": "0:48:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72481, + "startTime": "0:48:19.260", + "endFrame": 72759, + "endTime": "0:48:30.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73049, + "endTime": "0:48:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.371 + ], + "bottomright": [ + 0.245, + 0.618 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.371 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.371 + ], + "bottomright": [ + 0.491, + 0.618 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.371 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.371 + ], + "bottomright": [ + 0.736, + 0.618 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.371 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.371 + ], + "bottomright": [ + 0.981, + 0.618 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.562, + 0.618 + ], + "bottomright": [ + 0.808, + 0.865 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73120, + "startTime": "0:48:44.820", + "endFrame": 73610, + "endTime": "0:49:4.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 73630, + "startTime": "0:49:5.220", + "endFrame": 73956, + "endTime": "0:49:18.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 74002, + "startTime": "0:49:20.100", + "endFrame": 74444, + "endTime": "0:49:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.245, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.372 + ], + "bottomright": [ + 0.491, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.372 + ], + "bottomright": [ + 0.736, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.372 + ], + "bottomright": [ + 0.981, + 0.621 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "more than one screen at end", + "position": { + "topleft": [ + 0.253, + 0.621 + ], + "bottomright": [ + 0.498, + 0.869 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.621 + ], + "bottomright": [ + 0.744, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 74664, + "startTime": "0:49:46.590", + "endFrame": 74703, + "endTime": "0:49:48.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 74760, + "startTime": "0:49:50.430", + "endFrame": 75149, + "endTime": "0:50:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.624 + ], + "bottomright": [ + 0.74, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 75253, + "startTime": "0:50:10.140", + "endFrame": 75450, + "endTime": "0:50:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 75471, + "startTime": "0:50:18.840", + "endFrame": 75731, + "endTime": "0:50:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 75760, + "startTime": "0:50:30.420", + "endFrame": 76070, + "endTime": "0:50:42.810", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.621 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.372 + ], + "bottomright": [ + 0.997, + 0.621 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.621 + ], + "bottomright": [ + 0.627, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 76128, + "startTime": "0:50:45.150", + "endFrame": 76416, + "endTime": "0:50:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 76473, + "startTime": "0:50:58.950", + "endFrame": 76911, + "endTime": "0:51:16.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 76971, + "startTime": "0:51:18.870", + "endFrame": 77183, + "endTime": "0:51:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 77261, + "startTime": "0:51:30.450", + "endFrame": 77569, + "endTime": "0:51:42.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 77598, + "startTime": "0:51:43.950", + "endFrame": 77845, + "endTime": "0:51:53.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 77861, + "startTime": "0:51:54.450", + "endFrame": 78191, + "endTime": "0:52:7.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 78225, + "startTime": "0:52:9.000", + "endFrame": 78472, + "endTime": "0:52:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 78490, + "startTime": "0:52:19.620", + "endFrame": 78752, + "endTime": "0:52:30.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.621 + ], + "bottomright": [ + 0.627, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 78991, + "startTime": "0:52:39.660", + "endFrame": 79078, + "endTime": "0:52:43.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 79098, + "startTime": "0:52:43.920", + "endFrame": 79368, + "endTime": "0:52:54.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 79413, + "startTime": "0:52:56.520", + "endFrame": 79681, + "endTime": "0:53:7.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.243, + 0.615 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.369 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.369 + ], + "bottomright": [ + 0.486, + 0.615 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.369 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.369 + ], + "bottomright": [ + 0.729, + 0.615 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.369 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.369 + ], + "bottomright": [ + 0.972, + 0.615 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.305, + 0.615 + ], + "bottomright": [ + 0.548, + 0.861 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 79720, + "startTime": "0:53:8.820", + "endFrame": 80048, + "endTime": "0:53:21.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 80083, + "startTime": "0:53:23.340", + "endFrame": 80562, + "endTime": "0:53:42.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 80633, + "startTime": "0:53:45.330", + "endFrame": 80893, + "endTime": "0:53:55.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 80893, + "startTime": "0:53:55.740", + "endFrame": 81235, + "endTime": "0:54:9.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 81255, + "startTime": "0:54:10.230", + "endFrame": 81520, + "endTime": "0:54:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 81588, + "startTime": "0:54:23.550", + "endFrame": 81807, + "endTime": "0:54:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "She might be writing down aud eng techniques to prep for break out room", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 85615, + "startTime": "0:57:4.620", + "endFrame": 85653, + "endTime": "0:57:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Disengage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.012, + 0.331 + ], + "bottomright": [ + 0.33, + 0.651 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.33, + 0.01 + ], + "bottomright": [ + 0.648, + 0.331 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.33, + 0.331 + ], + "bottomright": [ + 0.648, + 0.651 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.648, + 0.01 + ], + "bottomright": [ + 0.966, + 0.331 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 85779, + "startTime": "0:57:11.190", + "endFrame": 85901, + "endTime": "0:57:16.050", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 86169, + "startTime": "0:57:26.790", + "endFrame": 86187, + "endTime": "0:57:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 86233, + "startTime": "0:57:29.340", + "endFrame": 86541, + "endTime": "0:57:41.670", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 86617, + "startTime": "0:57:44.700", + "endFrame": 86824, + "endTime": "0:57:52.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 86855, + "startTime": "0:57:54.210", + "endFrame": 87108, + "endTime": "0:58:4.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 87111, + "startTime": "0:58:4.470", + "endFrame": 87486, + "endTime": "0:58:19.470", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "all clips in this section are sped up", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 87500, + "startTime": "0:58:20.010", + "endFrame": 88049, + "endTime": "0:58:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "face is cut but visible", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.686 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.686 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 88099, + "startTime": "0:58:43.980", + "endFrame": 88450, + "endTime": "0:58:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 88497, + "startTime": "0:58:59.880", + "endFrame": 88770, + "endTime": "0:59:10.800", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.686 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.686 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 88831, + "startTime": "0:59:13.260", + "endFrame": 89052, + "endTime": "0:59:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 89086, + "startTime": "0:59:23.460", + "endFrame": 89392, + "endTime": "0:59:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 89529, + "startTime": "0:59:41.160", + "endFrame": 89685, + "endTime": "0:59:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 89736, + "startTime": "0:59:49.440", + "endFrame": 90123, + "endTime": "1:00:4.950", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 90192, + "startTime": "1:00:7.680", + "endFrame": 90654, + "endTime": "1:00:26.190", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 90692, + "startTime": "1:00:27.690", + "endFrame": 91182, + "endTime": "1:00:47.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 91197, + "startTime": "1:00:47.910", + "endFrame": 91569, + "endTime": "1:01:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 91578, + "startTime": "1:01:3.120", + "endFrame": 91840, + "endTime": "1:01:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 91876, + "startTime": "1:01:15.060", + "endFrame": 92134, + "endTime": "1:01:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 92161, + "startTime": "1:01:26.460", + "endFrame": 92700, + "endTime": "1:01:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 92721, + "startTime": "1:01:48.870", + "endFrame": 93444, + "endTime": "1:02:17.790", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 93494, + "startTime": "1:02:19.770", + "endFrame": 93897, + "endTime": "1:02:35.910", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 93935, + "startTime": "1:02:37.410", + "endFrame": 94337, + "endTime": "1:02:53.490", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 94387, + "startTime": "1:02:55.500", + "endFrame": 94628, + "endTime": "1:03:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 94673, + "startTime": "1:03:6.930", + "endFrame": 95541, + "endTime": "1:03:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 95649, + "startTime": "1:03:45.960", + "endFrame": 96103, + "endTime": "1:04:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 96121, + "startTime": "1:04:4.860", + "endFrame": 96359, + "endTime": "1:04:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen start", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 96452, + "startTime": "1:04:18.090", + "endFrame": 96765, + "endTime": "1:04:30.600", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 96783, + "startTime": "1:04:31.350", + "endFrame": 97289, + "endTime": "1:04:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 97317, + "startTime": "1:04:52.710", + "endFrame": 97767, + "endTime": "1:05:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 97914, + "startTime": "1:05:16.560", + "endFrame": 98561, + "endTime": "1:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 98676, + "startTime": "1:05:47.070", + "endFrame": 99105, + "endTime": "1:06:4.200", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 99105, + "startTime": "1:06:4.200", + "endFrame": 99400, + "endTime": "1:06:16.020", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "second person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 99432, + "startTime": "1:06:17.310", + "endFrame": 99907, + "endTime": "1:06:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 100026, + "startTime": "1:06:41.070", + "endFrame": 100227, + "endTime": "1:06:49.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 100238, + "startTime": "1:06:49.530", + "endFrame": 100501, + "endTime": "1:07:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 100560, + "startTime": "1:07:2.400", + "endFrame": 100905, + "endTime": "1:07:16.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 100908, + "startTime": "1:07:16.320", + "endFrame": 101151, + "endTime": "1:07:26.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 101181, + "startTime": "1:07:27.240", + "endFrame": 101832, + "endTime": "1:07:53.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 247, + "startFrame": 101840, + "startTime": "1:07:53.610", + "endFrame": 102179, + "endTime": "1:08:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 248, + "startFrame": 102195, + "startTime": "1:08:7.800", + "endFrame": 102507, + "endTime": "1:08:20.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 249, + "startFrame": 102525, + "startTime": "1:08:21.000", + "endFrame": 103021, + "endTime": "1:08:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 250, + "startFrame": 103048, + "startTime": "1:08:41.940", + "endFrame": 103385, + "endTime": "1:08:55.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 251, + "startFrame": 103401, + "startTime": "1:08:56.070", + "endFrame": 103698, + "endTime": "1:09:7.950", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 252, + "startFrame": 103752, + "startTime": "1:09:10.080", + "endFrame": 104005, + "endTime": "1:09:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 253, + "startFrame": 104032, + "startTime": "1:09:21.300", + "endFrame": 104359, + "endTime": "1:09:34.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 254, + "startFrame": 104371, + "startTime": "1:09:34.860", + "endFrame": 104731, + "endTime": "1:09:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 255, + "startFrame": 104744, + "startTime": "1:09:49.770", + "endFrame": 104982, + "endTime": "1:09:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 256, + "startFrame": 105034, + "startTime": "1:10:1.380", + "endFrame": 105533, + "endTime": "1:10:21.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 257, + "startFrame": 105541, + "startTime": "1:10:21.660", + "endFrame": 105875, + "endTime": "1:10:35.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 258, + "startFrame": 106010, + "startTime": "1:10:40.440", + "endFrame": 106219, + "endTime": "1:10:48.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 259, + "startFrame": 106226, + "startTime": "1:10:49.050", + "endFrame": 106539, + "endTime": "1:11:1.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 260, + "startFrame": 106545, + "startTime": "1:11:1.830", + "endFrame": 107135, + "endTime": "1:11:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 261, + "startFrame": 107207, + "startTime": "1:11:28.290", + "endFrame": 107434, + "endTime": "1:11:37.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.245, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 262, + "startFrame": 107459, + "startTime": "1:11:38.400", + "endFrame": 107999, + "endTime": "1:11:59.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.367, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.61, + 0.624 + ], + "bottomright": [ + 0.853, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 263, + "startFrame": 108039, + "startTime": "1:12:1.590", + "endFrame": 108256, + "endTime": "1:12:10.260", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.245, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.619, + 0.624 + ], + "bottomright": [ + 0.864, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 264, + "startFrame": 108374, + "startTime": "1:12:14.970", + "endFrame": 108682, + "endTime": "1:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 265, + "startFrame": 108710, + "startTime": "1:12:28.410", + "endFrame": 109207, + "endTime": "1:12:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 266, + "startFrame": 109227, + "startTime": "1:12:49.080", + "endFrame": 109505, + "endTime": "1:13:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "second person briefly at end", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 267, + "startFrame": 109544, + "startTime": "1:13:1.770", + "endFrame": 110003, + "endTime": "1:13:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 268, + "startFrame": 110036, + "startTime": "1:13:21.480", + "endFrame": 110315, + "endTime": "1:13:32.610", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 269, + "startFrame": 110343, + "startTime": "1:13:33.750", + "endFrame": 110716, + "endTime": "1:13:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 270, + "startFrame": 110722, + "startTime": "1:13:48.900", + "endFrame": 111027, + "endTime": "1:14:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 271, + "startFrame": 111066, + "startTime": "1:14:2.670", + "endFrame": 111348, + "endTime": "1:14:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 272, + "startFrame": 111362, + "startTime": "1:14:14.490", + "endFrame": 111808, + "endTime": "1:14:32.340", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.248, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.248, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.124 + ], + "bottomright": [ + 0.495, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.374 + ], + "bottomright": [ + 0.495, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.124 + ], + "bottomright": [ + 0.743, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.495, + 0.374 + ], + "bottomright": [ + 0.743, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.374 + ], + "bottomright": [ + 0.991, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.497, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 273, + "startFrame": 111814, + "startTime": "1:14:32.580", + "endFrame": 112218, + "endTime": "1:14:48.720", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 274, + "startFrame": 112243, + "startTime": "1:14:49.740", + "endFrame": 112493, + "endTime": "1:14:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person face cut off clips 274-284", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 275, + "startFrame": 112564, + "startTime": "1:15:2.580", + "endFrame": 112943, + "endTime": "1:15:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 276, + "startFrame": 112956, + "startTime": "1:15:18.270", + "endFrame": 113230, + "endTime": "1:15:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 277, + "startFrame": 113242, + "startTime": "1:15:29.700", + "endFrame": 113752, + "endTime": "1:15:50.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 278, + "startFrame": 113790, + "startTime": "1:15:51.600", + "endFrame": 114059, + "endTime": "1:16:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 279, + "startFrame": 114087, + "startTime": "1:16:3.510", + "endFrame": 114500, + "endTime": "1:16:20.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 280, + "startFrame": 114512, + "startTime": "1:16:20.490", + "endFrame": 114774, + "endTime": "1:16:30.990", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 281, + "startFrame": 114783, + "startTime": "1:16:31.320", + "endFrame": 115101, + "endTime": "1:16:44.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 282, + "startFrame": 115148, + "startTime": "1:16:45.930", + "endFrame": 115368, + "endTime": "1:16:54.720", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 283, + "startFrame": 115374, + "startTime": "1:16:54.960", + "endFrame": 115665, + "endTime": "1:17:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 284, + "startFrame": 115694, + "startTime": "1:17:7.770", + "endFrame": 115926, + "endTime": "1:17:17.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 285, + "startFrame": 115937, + "startTime": "1:17:17.490", + "endFrame": 116193, + "endTime": "1:17:27.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 286, + "startFrame": 116213, + "startTime": "1:17:28.530", + "endFrame": 116607, + "endTime": "1:17:44.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "diff person face cut off clips 286-287", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 287, + "startFrame": 116617, + "startTime": "1:17:44.700", + "endFrame": 116959, + "endTime": "1:17:58.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 288, + "startFrame": 116975, + "startTime": "1:17:59.010", + "endFrame": 117247, + "endTime": "1:18:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 289, + "startFrame": 117258, + "startTime": "1:18:10.350", + "endFrame": 117609, + "endTime": "1:18:24.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "diff person face cut off ", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 290, + "startFrame": 117636, + "startTime": "1:18:25.470", + "endFrame": 117925, + "endTime": "1:18:37.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.334, + 0.335 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.657, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.657, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.657, + 0.01 + ], + "bottomright": [ + 0.98, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.657, + 0.335 + ], + "bottomright": [ + 0.98, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.334, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.66 + ], + "bottomright": [ + 0.98, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 291, + "startFrame": 117954, + "startTime": "1:18:38.190", + "endFrame": 118237, + "endTime": "1:18:49.500", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.334, + 0.335 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.657, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.657, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.01 + ], + "bottomright": [ + 0.98, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.335 + ], + "bottomright": [ + 0.98, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.334, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.66 + ], + "bottomright": [ + 0.98, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 292, + "startFrame": 118288, + "startTime": "1:18:51.540", + "endFrame": 119789, + "endTime": "1:19:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "sliver of another screen at bottom", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 293, + "startFrame": 119805, + "startTime": "1:19:52.200", + "endFrame": 120548, + "endTime": "1:20:21.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 294, + "startFrame": 120587, + "startTime": "1:20:23.490", + "endFrame": 120908, + "endTime": "1:20:36.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 295, + "startFrame": 120926, + "startTime": "1:20:37.050", + "endFrame": 121176, + "endTime": "1:20:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 296, + "startFrame": 121259, + "startTime": "1:20:50.400", + "endFrame": 121679, + "endTime": "1:21:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_07-rater4.json b/ratings/video_07-rater4.json new file mode 100644 index 0000000000000000000000000000000000000000..2fbbda22be97274685d314f38f3275405dd9ff4a --- /dev/null +++ b/ratings/video_07-rater4.json @@ -0,0 +1,37844 @@ +[ + { + "clipIdx": 0, + "startFrame": 107, + "startTime": "0:00:4.290", + "endFrame": 603, + "endTime": "0:00:24.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "face is cut off", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 675, + "startTime": "0:00:27.030", + "endFrame": 1165, + "endTime": "0:00:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 1218, + "startTime": "0:00:48.720", + "endFrame": 1633, + "endTime": "0:01:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "face is cut off at the very end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1678, + "startTime": "0:01:7.140", + "endFrame": 2006, + "endTime": "0:01:20.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "face is cut off at the end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 2058, + "startTime": "0:01:22.350", + "endFrame": 2335, + "endTime": "0:01:33.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "second person briefly at end (rated based on rest of clip)", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "brief split screen at end", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "face is cut off at the end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 2433, + "startTime": "0:01:37.320", + "endFrame": 2853, + "endTime": "0:01:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2881, + "startTime": "0:01:55.260", + "endFrame": 3542, + "endTime": "0:02:21.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 3542, + "startTime": "0:02:21.690", + "endFrame": 3796, + "endTime": "0:02:31.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3824, + "startTime": "0:02:32.970", + "endFrame": 4114, + "endTime": "0:02:44.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 4144, + "startTime": "0:02:45.780", + "endFrame": 4703, + "endTime": "0:03:8.130", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "person puts on a virtual filter (mask)", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4829, + "startTime": "0:03:13.170", + "endFrame": 5166, + "endTime": "0:03:26.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 5193, + "startTime": "0:03:27.750", + "endFrame": 5535, + "endTime": "0:03:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5586, + "startTime": "0:03:43.440", + "endFrame": 5821, + "endTime": "0:03:52.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5838, + "startTime": "0:03:53.550", + "endFrame": 6297, + "endTime": "0:04:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 6333, + "startTime": "0:04:13.320", + "endFrame": 6702, + "endTime": "0:04:28.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6726, + "startTime": "0:04:29.040", + "endFrame": 7207, + "endTime": "0:04:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 7233, + "startTime": "0:04:49.320", + "endFrame": 7462, + "endTime": "0:04:58.500", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7493, + "startTime": "0:04:59.730", + "endFrame": 7929, + "endTime": "0:05:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7953, + "startTime": "0:05:18.120", + "endFrame": 8369, + "endTime": "0:05:34.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 8403, + "startTime": "0:05:36.120", + "endFrame": 8739, + "endTime": "0:05:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8750, + "startTime": "0:05:50.010", + "endFrame": 9015, + "endTime": "0:06:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 9049, + "startTime": "0:06:1.980", + "endFrame": 9359, + "endTime": "0:06:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 9387, + "startTime": "0:06:15.480", + "endFrame": 9805, + "endTime": "0:06:32.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9829, + "startTime": "0:06:33.180", + "endFrame": 10116, + "endTime": "0:06:44.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 10254, + "startTime": "0:06:50.160", + "endFrame": 10433, + "endTime": "0:06:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10482, + "startTime": "0:06:59.280", + "endFrame": 10693, + "endTime": "0:07:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10694, + "startTime": "0:07:7.770", + "endFrame": 10969, + "endTime": "0:07:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10996, + "startTime": "0:07:19.860", + "endFrame": 11229, + "endTime": "0:07:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11304, + "startTime": "0:07:32.160", + "endFrame": 11584, + "endTime": "0:07:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11616, + "startTime": "0:07:44.640", + "endFrame": 12018, + "endTime": "0:08:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12028, + "startTime": "0:08:1.140", + "endFrame": 12359, + "endTime": "0:08:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12400, + "startTime": "0:08:16.020", + "endFrame": 12770, + "endTime": "0:08:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12780, + "startTime": "0:08:31.230", + "endFrame": 13174, + "endTime": "0:08:46.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13225, + "startTime": "0:08:49.020", + "endFrame": 13448, + "endTime": "0:08:57.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13482, + "startTime": "0:08:59.310", + "endFrame": 14091, + "endTime": "0:09:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14225, + "startTime": "0:09:29.010", + "endFrame": 14559, + "endTime": "0:09:42.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14721, + "startTime": "0:09:48.840", + "endFrame": 14901, + "endTime": "0:09:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.624 + ], + "bottomright": [ + 0.486, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14951, + "startTime": "0:09:58.050", + "endFrame": 15258, + "endTime": "0:10:10.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15341, + "startTime": "0:10:13.680", + "endFrame": 15913, + "endTime": "0:10:36.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16009, + "startTime": "0:10:40.380", + "endFrame": 16584, + "endTime": "0:11:3.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16620, + "startTime": "0:11:4.800", + "endFrame": 17043, + "endTime": "0:11:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 17116, + "startTime": "0:11:24.660", + "endFrame": 17359, + "endTime": "0:11:34.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17380, + "startTime": "0:11:35.220", + "endFrame": 17767, + "endTime": "0:11:50.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17796, + "startTime": "0:11:51.870", + "endFrame": 18044, + "endTime": "0:12:1.770", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18083, + "startTime": "0:12:3.330", + "endFrame": 18366, + "endTime": "0:12:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18521, + "startTime": "0:12:20.850", + "endFrame": 18633, + "endTime": "0:12:25.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person; face cut off", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 18663, + "startTime": "0:12:26.550", + "endFrame": 19179, + "endTime": "0:12:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19372, + "startTime": "0:12:54.900", + "endFrame": 19471, + "endTime": "0:12:58.860", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19563, + "startTime": "0:13:2.520", + "endFrame": 19872, + "endTime": "0:13:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 19952, + "startTime": "0:13:18.090", + "endFrame": 20223, + "endTime": "0:13:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20241, + "startTime": "0:13:29.670", + "endFrame": 20710, + "endTime": "0:13:48.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20738, + "startTime": "0:13:49.530", + "endFrame": 21054, + "endTime": "0:14:2.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21084, + "startTime": "0:14:3.390", + "endFrame": 21413, + "endTime": "0:14:16.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21432, + "startTime": "0:14:17.280", + "endFrame": 21663, + "endTime": "0:14:26.550", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21710, + "startTime": "0:14:28.410", + "endFrame": 22234, + "endTime": "0:14:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22279, + "startTime": "0:14:51.180", + "endFrame": 22942, + "endTime": "0:15:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22985, + "startTime": "0:15:19.410", + "endFrame": 23211, + "endTime": "0:15:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23304, + "startTime": "0:15:32.190", + "endFrame": 23661, + "endTime": "0:15:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23686, + "startTime": "0:15:47.460", + "endFrame": 24000, + "endTime": "0:16:0.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24032, + "startTime": "0:16:1.290", + "endFrame": 24268, + "endTime": "0:16:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen; more than one person", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24325, + "startTime": "0:16:13.020", + "endFrame": 24540, + "endTime": "0:16:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24579, + "startTime": "0:16:23.190", + "endFrame": 24927, + "endTime": "0:16:37.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.624 + ], + "bottomright": [ + 0.74, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 25072, + "startTime": "0:16:42.900", + "endFrame": 25371, + "endTime": "0:16:54.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25408, + "startTime": "0:16:56.340", + "endFrame": 25851, + "endTime": "0:17:14.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person from here on", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25886, + "startTime": "0:17:15.450", + "endFrame": 26191, + "endTime": "0:17:27.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 26220, + "startTime": "0:17:28.830", + "endFrame": 26988, + "endTime": "0:17:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 28659, + "startTime": "0:19:6.390", + "endFrame": 28758, + "endTime": "0:19:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.655, + 0.335 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.655, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.655, + 0.01 + ], + "bottomright": [ + 0.977, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.655, + 0.335 + ], + "bottomright": [ + 0.977, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.663, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28905, + "startTime": "0:19:16.230", + "endFrame": 29018, + "endTime": "0:19:20.730", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "NA", + "note": "more than one screen/person", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.253, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.01 + ], + "bottomright": [ + 0.495, + 0.335 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "switched to split screen", + "position": { + "topleft": [ + 0.495, + 0.335 + ], + "bottomright": [ + 0.736, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.736, + 0.01 + ], + "bottomright": [ + 0.977, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "second person appears for 2 seconds; rated based on rest of clip", + "position": { + "topleft": [ + 0.736, + 0.335 + ], + "bottomright": [ + 0.977, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.179, + 0.66 + ], + "bottomright": [ + 0.42, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29020, + "startTime": "0:19:20.820", + "endFrame": 29329, + "endTime": "0:19:33.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "more than one person, for split second at start", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 29379, + "startTime": "0:19:35.160", + "endFrame": 29632, + "endTime": "0:19:45.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29665, + "startTime": "0:19:46.620", + "endFrame": 29966, + "endTime": "0:19:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30017, + "startTime": "0:20:0.690", + "endFrame": 30243, + "endTime": "0:20:9.720", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30312, + "startTime": "0:20:12.480", + "endFrame": 30555, + "endTime": "0:20:22.200", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30607, + "startTime": "0:20:24.300", + "endFrame": 30810, + "endTime": "0:20:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 30862, + "startTime": "0:20:34.500", + "endFrame": 31313, + "endTime": "0:20:52.530", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31348, + "startTime": "0:20:53.940", + "endFrame": 31607, + "endTime": "0:21:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31635, + "startTime": "0:21:5.400", + "endFrame": 31915, + "endTime": "0:21:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 31972, + "startTime": "0:21:18.900", + "endFrame": 32176, + "endTime": "0:21:27.060", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32302, + "startTime": "0:21:32.100", + "endFrame": 32463, + "endTime": "0:21:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 32547, + "startTime": "0:21:41.910", + "endFrame": 32776, + "endTime": "0:21:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 32778, + "startTime": "0:21:51.120", + "endFrame": 33067, + "endTime": "0:22:2.700", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33098, + "startTime": "0:22:3.930", + "endFrame": 33490, + "endTime": "0:22:19.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 33504, + "startTime": "0:22:20.190", + "endFrame": 34012, + "endTime": "0:22:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34047, + "startTime": "0:22:41.910", + "endFrame": 34458, + "endTime": "0:22:58.320", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34467, + "startTime": "0:22:58.680", + "endFrame": 34752, + "endTime": "0:23:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34780, + "startTime": "0:23:11.220", + "endFrame": 35304, + "endTime": "0:23:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35348, + "startTime": "0:23:33.930", + "endFrame": 35784, + "endTime": "0:23:51.360", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 35817, + "startTime": "0:23:52.680", + "endFrame": 36070, + "endTime": "0:24:2.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36103, + "startTime": "0:24:4.140", + "endFrame": 36390, + "endTime": "0:24:15.600", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 36405, + "startTime": "0:24:16.200", + "endFrame": 36745, + "endTime": "0:24:29.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 36759, + "startTime": "0:24:30.390", + "endFrame": 37058, + "endTime": "0:24:42.330", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 37072, + "startTime": "0:24:42.900", + "endFrame": 37376, + "endTime": "0:24:55.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "partial screen at very bottom; still visible", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 37414, + "startTime": "0:24:56.580", + "endFrame": 37839, + "endTime": "0:25:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 37848, + "startTime": "0:25:13.920", + "endFrame": 38217, + "endTime": "0:25:28.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 38253, + "startTime": "0:25:30.150", + "endFrame": 38668, + "endTime": "0:25:46.740", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 38728, + "startTime": "0:25:49.140", + "endFrame": 39128, + "endTime": "0:26:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one screen at very start", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one person for split second at start", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 39140, + "startTime": "0:26:5.610", + "endFrame": 39513, + "endTime": "0:26:20.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 39528, + "startTime": "0:26:21.120", + "endFrame": 39857, + "endTime": "0:26:34.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 39969, + "startTime": "0:26:38.790", + "endFrame": 40382, + "endTime": "0:26:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 40415, + "startTime": "0:26:56.610", + "endFrame": 40974, + "endTime": "0:27:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 40996, + "startTime": "0:27:19.860", + "endFrame": 41567, + "endTime": "0:27:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41636, + "startTime": "0:27:45.450", + "endFrame": 41853, + "endTime": "0:27:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 41941, + "startTime": "0:27:57.660", + "endFrame": 42120, + "endTime": "0:28:4.830", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42145, + "startTime": "0:28:5.820", + "endFrame": 42735, + "endTime": "0:28:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42770, + "startTime": "0:28:30.810", + "endFrame": 43243, + "endTime": "0:28:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43272, + "startTime": "0:28:50.880", + "endFrame": 43527, + "endTime": "0:29:1.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43612, + "startTime": "0:29:4.500", + "endFrame": 43784, + "endTime": "0:29:11.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44832, + "startTime": "0:29:53.280", + "endFrame": 44852, + "endTime": "0:29:54.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 47696, + "startTime": "0:31:47.850", + "endFrame": 47713, + "endTime": "0:31:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.986 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47730, + "startTime": "0:31:49.200", + "endFrame": 47989, + "endTime": "0:31:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.324, + 0.174 + ], + "bottomright": [ + 0.637, + 0.499 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.637, + 0.174 + ], + "bottomright": [ + 0.949, + 0.499 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.179, + 0.499 + ], + "bottomright": [ + 0.491, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.491, + 0.499 + ], + "bottomright": [ + 0.804, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48236, + "startTime": "0:32:9.450", + "endFrame": 48291, + "endTime": "0:32:11.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "second person briefly at start", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48353, + "startTime": "0:32:14.130", + "endFrame": 48562, + "endTime": "0:32:22.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48604, + "startTime": "0:32:24.180", + "endFrame": 48820, + "endTime": "0:32:32.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 48821, + "startTime": "0:32:32.850", + "endFrame": 49336, + "endTime": "0:32:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.499, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49672, + "startTime": "0:33:6.900", + "endFrame": 49697, + "endTime": "0:33:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 49778, + "startTime": "0:33:11.130", + "endFrame": 50067, + "endTime": "0:33:22.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50084, + "startTime": "0:33:23.370", + "endFrame": 50423, + "endTime": "0:33:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50679, + "startTime": "0:33:47.160", + "endFrame": 50986, + "endTime": "0:33:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 50997, + "startTime": "0:33:59.910", + "endFrame": 51305, + "endTime": "0:34:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51306, + "startTime": "0:34:12.270", + "endFrame": 51789, + "endTime": "0:34:31.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 51816, + "startTime": "0:34:32.640", + "endFrame": 52214, + "endTime": "0:34:48.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 52244, + "startTime": "0:34:49.770", + "endFrame": 52545, + "endTime": "0:35:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 52557, + "startTime": "0:35:2.310", + "endFrame": 52935, + "endTime": "0:35:17.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 52947, + "startTime": "0:35:17.910", + "endFrame": 53304, + "endTime": "0:35:32.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 53367, + "startTime": "0:35:34.710", + "endFrame": 53619, + "endTime": "0:35:44.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 53659, + "startTime": "0:35:46.380", + "endFrame": 53974, + "endTime": "0:35:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.24, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.24, + 0.124 + ], + "bottomright": [ + 0.48, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.24, + 0.374 + ], + "bottomright": [ + 0.48, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.48, + 0.124 + ], + "bottomright": [ + 0.72, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.48, + 0.374 + ], + "bottomright": [ + 0.72, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.72, + 0.124 + ], + "bottomright": [ + 0.959, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.72, + 0.374 + ], + "bottomright": [ + 0.959, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.493, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 54054, + "startTime": "0:36:2.160", + "endFrame": 54380, + "endTime": "0:36:15.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.124 + ], + "bottomright": [ + 0.727, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 54426, + "startTime": "0:36:17.040", + "endFrame": 54643, + "endTime": "0:36:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 54768, + "startTime": "0:36:30.750", + "endFrame": 55046, + "endTime": "0:36:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.371, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 55134, + "startTime": "0:36:45.360", + "endFrame": 55606, + "endTime": "0:37:4.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.371, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 55650, + "startTime": "0:37:6.030", + "endFrame": 55861, + "endTime": "0:37:14.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.124 + ], + "bottomright": [ + 0.484, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.124 + ], + "bottomright": [ + 0.727, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.37, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 55863, + "startTime": "0:37:14.520", + "endFrame": 56137, + "endTime": "0:37:25.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 56174, + "startTime": "0:37:26.970", + "endFrame": 56407, + "endTime": "0:37:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 56416, + "startTime": "0:37:36.660", + "endFrame": 56719, + "endTime": "0:37:48.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 56747, + "startTime": "0:37:49.890", + "endFrame": 56993, + "endTime": "0:37:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.124 + ], + "bottomright": [ + 0.484, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.37, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 57055, + "startTime": "0:38:2.220", + "endFrame": 57261, + "endTime": "0:38:10.440", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.372, + 0.624 + ], + "bottomright": [ + 0.616, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 57293, + "startTime": "0:38:11.730", + "endFrame": 57530, + "endTime": "0:38:21.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.241, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.241, + 0.124 + ], + "bottomright": [ + 0.481, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.241, + 0.374 + ], + "bottomright": [ + 0.481, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.481, + 0.124 + ], + "bottomright": [ + 0.722, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.481, + 0.374 + ], + "bottomright": [ + 0.722, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.722, + 0.124 + ], + "bottomright": [ + 0.962, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.722, + 0.374 + ], + "bottomright": [ + 0.962, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.369, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 57531, + "startTime": "0:38:21.270", + "endFrame": 57789, + "endTime": "0:38:31.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 57813, + "startTime": "0:38:32.520", + "endFrame": 58044, + "endTime": "0:38:41.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 58077, + "startTime": "0:38:43.080", + "endFrame": 58302, + "endTime": "0:38:52.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 58303, + "startTime": "0:38:52.140", + "endFrame": 58718, + "endTime": "0:39:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 58726, + "startTime": "0:39:9.060", + "endFrame": 59034, + "endTime": "0:39:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 59112, + "startTime": "0:39:24.510", + "endFrame": 59307, + "endTime": "0:39:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 59314, + "startTime": "0:39:32.580", + "endFrame": 59690, + "endTime": "0:39:47.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.617, + 0.624 + ], + "bottomright": [ + 0.862, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 59718, + "startTime": "0:39:48.750", + "endFrame": 59994, + "endTime": "0:39:59.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.619, + 0.624 + ], + "bottomright": [ + 0.864, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 60075, + "startTime": "0:40:3.000", + "endFrame": 60254, + "endTime": "0:40:10.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen at very end", + "position": { + "topleft": [ + 0.62, + 0.624 + ], + "bottomright": [ + 0.866, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 60285, + "startTime": "0:40:11.400", + "endFrame": 60540, + "endTime": "0:40:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 60556, + "startTime": "0:40:22.260", + "endFrame": 60791, + "endTime": "0:40:31.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 60826, + "startTime": "0:40:33.060", + "endFrame": 61045, + "endTime": "0:40:41.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 61103, + "startTime": "0:40:44.130", + "endFrame": 61482, + "endTime": "0:40:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 61519, + "startTime": "0:41:0.780", + "endFrame": 62034, + "endTime": "0:41:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 62075, + "startTime": "0:41:23.010", + "endFrame": 62418, + "endTime": "0:41:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 62423, + "startTime": "0:41:36.930", + "endFrame": 62717, + "endTime": "0:41:48.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 62752, + "startTime": "0:41:50.100", + "endFrame": 63018, + "endTime": "0:42:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 63019, + "startTime": "0:42:0.780", + "endFrame": 63308, + "endTime": "0:42:12.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 63344, + "startTime": "0:42:13.770", + "endFrame": 63572, + "endTime": "0:42:22.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 63657, + "startTime": "0:42:26.280", + "endFrame": 63893, + "endTime": "0:42:35.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63896, + "startTime": "0:42:35.850", + "endFrame": 64181, + "endTime": "0:42:47.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64181, + "startTime": "0:42:47.250", + "endFrame": 64517, + "endTime": "0:43:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64521, + "startTime": "0:43:0.870", + "endFrame": 64807, + "endTime": "0:43:12.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64896, + "startTime": "0:43:15.870", + "endFrame": 65168, + "endTime": "0:43:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65214, + "startTime": "0:43:28.560", + "endFrame": 65526, + "endTime": "0:43:41.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65557, + "startTime": "0:43:42.300", + "endFrame": 65799, + "endTime": "0:43:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 65844, + "startTime": "0:43:53.790", + "endFrame": 66090, + "endTime": "0:44:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66207, + "startTime": "0:44:8.280", + "endFrame": 66384, + "endTime": "0:44:15.360", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 66419, + "startTime": "0:44:16.770", + "endFrame": 66667, + "endTime": "0:44:26.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 66695, + "startTime": "0:44:27.810", + "endFrame": 67119, + "endTime": "0:44:44.760", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.624 + ], + "bottomright": [ + 0.738, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 67143, + "startTime": "0:44:45.720", + "endFrame": 67608, + "endTime": "0:45:4.350", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 67631, + "startTime": "0:45:5.250", + "endFrame": 68010, + "endTime": "0:45:20.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 68043, + "startTime": "0:45:21.750", + "endFrame": 68342, + "endTime": "0:45:33.690", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 68356, + "startTime": "0:45:34.260", + "endFrame": 68577, + "endTime": "0:45:43.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.245, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.372 + ], + "bottomright": [ + 0.491, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.372 + ], + "bottomright": [ + 0.736, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.372 + ], + "bottomright": [ + 0.981, + 0.621 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.621 + ], + "bottomright": [ + 0.498, + 0.869 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.621 + ], + "bottomright": [ + 0.744, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 68587, + "startTime": "0:45:43.500", + "endFrame": 68882, + "endTime": "0:45:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 68894, + "startTime": "0:45:55.770", + "endFrame": 69318, + "endTime": "0:46:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.248, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.124 + ], + "bottomright": [ + 0.495, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.374 + ], + "bottomright": [ + 0.495, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.124 + ], + "bottomright": [ + 0.743, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.374 + ], + "bottomright": [ + 0.743, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.124 + ], + "bottomright": [ + 0.991, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.374 + ], + "bottomright": [ + 0.991, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 69353, + "startTime": "0:46:14.130", + "endFrame": 69569, + "endTime": "0:46:22.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.247, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.247, + 0.124 + ], + "bottomright": [ + 0.494, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.247, + 0.374 + ], + "bottomright": [ + 0.494, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.124 + ], + "bottomright": [ + 0.741, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.374 + ], + "bottomright": [ + 0.741, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.124 + ], + "bottomright": [ + 0.988, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.374 + ], + "bottomright": [ + 0.988, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.624 + ], + "bottomright": [ + 0.747, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 69598, + "startTime": "0:46:23.940", + "endFrame": 69874, + "endTime": "0:46:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70336, + "endTime": "0:46:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 70354, + "startTime": "0:46:54.180", + "endFrame": 70667, + "endTime": "0:47:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 70689, + "startTime": "0:47:7.560", + "endFrame": 71037, + "endTime": "0:47:21.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 71054, + "startTime": "0:47:22.170", + "endFrame": 71345, + "endTime": "0:47:33.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 71388, + "startTime": "0:47:35.520", + "endFrame": 71962, + "endTime": "0:47:58.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 71999, + "startTime": "0:47:59.970", + "endFrame": 72423, + "endTime": "0:48:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72481, + "startTime": "0:48:19.260", + "endFrame": 72759, + "endTime": "0:48:30.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73049, + "endTime": "0:48:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.371 + ], + "bottomright": [ + 0.245, + 0.618 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.371 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.371 + ], + "bottomright": [ + 0.491, + 0.618 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.371 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.371 + ], + "bottomright": [ + 0.736, + 0.618 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.371 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.371 + ], + "bottomright": [ + 0.981, + 0.618 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.562, + 0.618 + ], + "bottomright": [ + 0.808, + 0.865 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73120, + "startTime": "0:48:44.820", + "endFrame": 73610, + "endTime": "0:49:4.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 73630, + "startTime": "0:49:5.220", + "endFrame": 73956, + "endTime": "0:49:18.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 74002, + "startTime": "0:49:20.100", + "endFrame": 74444, + "endTime": "0:49:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.245, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.372 + ], + "bottomright": [ + 0.491, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.372 + ], + "bottomright": [ + 0.736, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.372 + ], + "bottomright": [ + 0.981, + 0.621 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "more than one screen at end", + "position": { + "topleft": [ + 0.253, + 0.621 + ], + "bottomright": [ + 0.498, + 0.869 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.621 + ], + "bottomright": [ + 0.744, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 74664, + "startTime": "0:49:46.590", + "endFrame": 74703, + "endTime": "0:49:48.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 74760, + "startTime": "0:49:50.430", + "endFrame": 75149, + "endTime": "0:50:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.624 + ], + "bottomright": [ + 0.74, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 75253, + "startTime": "0:50:10.140", + "endFrame": 75450, + "endTime": "0:50:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 75471, + "startTime": "0:50:18.840", + "endFrame": 75731, + "endTime": "0:50:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 75760, + "startTime": "0:50:30.420", + "endFrame": 76070, + "endTime": "0:50:42.810", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.621 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.372 + ], + "bottomright": [ + 0.997, + 0.621 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.621 + ], + "bottomright": [ + 0.627, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 76128, + "startTime": "0:50:45.150", + "endFrame": 76416, + "endTime": "0:50:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 76473, + "startTime": "0:50:58.950", + "endFrame": 76911, + "endTime": "0:51:16.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 76971, + "startTime": "0:51:18.870", + "endFrame": 77183, + "endTime": "0:51:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 77261, + "startTime": "0:51:30.450", + "endFrame": 77569, + "endTime": "0:51:42.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 77598, + "startTime": "0:51:43.950", + "endFrame": 77845, + "endTime": "0:51:53.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 77861, + "startTime": "0:51:54.450", + "endFrame": 78191, + "endTime": "0:52:7.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 78225, + "startTime": "0:52:9.000", + "endFrame": 78472, + "endTime": "0:52:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 78490, + "startTime": "0:52:19.620", + "endFrame": 78752, + "endTime": "0:52:30.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.621 + ], + "bottomright": [ + 0.627, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 78991, + "startTime": "0:52:39.660", + "endFrame": 79078, + "endTime": "0:52:43.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 79098, + "startTime": "0:52:43.920", + "endFrame": 79368, + "endTime": "0:52:54.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 79413, + "startTime": "0:52:56.520", + "endFrame": 79681, + "endTime": "0:53:7.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.243, + 0.615 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.369 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.369 + ], + "bottomright": [ + 0.486, + 0.615 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.369 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.369 + ], + "bottomright": [ + 0.729, + 0.615 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.369 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.369 + ], + "bottomright": [ + 0.972, + 0.615 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.305, + 0.615 + ], + "bottomright": [ + 0.548, + 0.861 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 79720, + "startTime": "0:53:8.820", + "endFrame": 80048, + "endTime": "0:53:21.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 80083, + "startTime": "0:53:23.340", + "endFrame": 80562, + "endTime": "0:53:42.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 80633, + "startTime": "0:53:45.330", + "endFrame": 80893, + "endTime": "0:53:55.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 80893, + "startTime": "0:53:55.740", + "endFrame": 81235, + "endTime": "0:54:9.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 81255, + "startTime": "0:54:10.230", + "endFrame": 81520, + "endTime": "0:54:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 81588, + "startTime": "0:54:23.550", + "endFrame": 81807, + "endTime": "0:54:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "She might be writing down aud eng techniques to prep for break out room", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 85615, + "startTime": "0:57:4.620", + "endFrame": 85653, + "endTime": "0:57:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.012, + 0.331 + ], + "bottomright": [ + 0.33, + 0.651 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.33, + 0.01 + ], + "bottomright": [ + 0.648, + 0.331 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.33, + 0.331 + ], + "bottomright": [ + 0.648, + 0.651 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.648, + 0.01 + ], + "bottomright": [ + 0.966, + 0.331 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 85779, + "startTime": "0:57:11.190", + "endFrame": 85901, + "endTime": "0:57:16.050", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 86169, + "startTime": "0:57:26.790", + "endFrame": 86187, + "endTime": "0:57:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 86233, + "startTime": "0:57:29.340", + "endFrame": 86541, + "endTime": "0:57:41.670", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 86617, + "startTime": "0:57:44.700", + "endFrame": 86824, + "endTime": "0:57:52.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 86855, + "startTime": "0:57:54.210", + "endFrame": 87108, + "endTime": "0:58:4.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 87111, + "startTime": "0:58:4.470", + "endFrame": 87486, + "endTime": "0:58:19.470", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "all clips in this section are sped up", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 87500, + "startTime": "0:58:20.010", + "endFrame": 88049, + "endTime": "0:58:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "face is cut but visible", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.686 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.686 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 88099, + "startTime": "0:58:43.980", + "endFrame": 88450, + "endTime": "0:58:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 88497, + "startTime": "0:58:59.880", + "endFrame": 88770, + "endTime": "0:59:10.800", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.686 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.686 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 88831, + "startTime": "0:59:13.260", + "endFrame": 89052, + "endTime": "0:59:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 89086, + "startTime": "0:59:23.460", + "endFrame": 89392, + "endTime": "0:59:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 89529, + "startTime": "0:59:41.160", + "endFrame": 89685, + "endTime": "0:59:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 89736, + "startTime": "0:59:49.440", + "endFrame": 90123, + "endTime": "1:00:4.950", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 90192, + "startTime": "1:00:7.680", + "endFrame": 90654, + "endTime": "1:00:26.190", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 90692, + "startTime": "1:00:27.690", + "endFrame": 91182, + "endTime": "1:00:47.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 91197, + "startTime": "1:00:47.910", + "endFrame": 91569, + "endTime": "1:01:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 91578, + "startTime": "1:01:3.120", + "endFrame": 91840, + "endTime": "1:01:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 91876, + "startTime": "1:01:15.060", + "endFrame": 92134, + "endTime": "1:01:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 92161, + "startTime": "1:01:26.460", + "endFrame": 92700, + "endTime": "1:01:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 92721, + "startTime": "1:01:48.870", + "endFrame": 93444, + "endTime": "1:02:17.790", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 93494, + "startTime": "1:02:19.770", + "endFrame": 93897, + "endTime": "1:02:35.910", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 93935, + "startTime": "1:02:37.410", + "endFrame": 94337, + "endTime": "1:02:53.490", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 94387, + "startTime": "1:02:55.500", + "endFrame": 94628, + "endTime": "1:03:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 94673, + "startTime": "1:03:6.930", + "endFrame": 95541, + "endTime": "1:03:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 95649, + "startTime": "1:03:45.960", + "endFrame": 96103, + "endTime": "1:04:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 96121, + "startTime": "1:04:4.860", + "endFrame": 96359, + "endTime": "1:04:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen start", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 96452, + "startTime": "1:04:18.090", + "endFrame": 96765, + "endTime": "1:04:30.600", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 96783, + "startTime": "1:04:31.350", + "endFrame": 97289, + "endTime": "1:04:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 97317, + "startTime": "1:04:52.710", + "endFrame": 97767, + "endTime": "1:05:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 97914, + "startTime": "1:05:16.560", + "endFrame": 98561, + "endTime": "1:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 98676, + "startTime": "1:05:47.070", + "endFrame": 99105, + "endTime": "1:06:4.200", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 99105, + "startTime": "1:06:4.200", + "endFrame": 99400, + "endTime": "1:06:16.020", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "second person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 99432, + "startTime": "1:06:17.310", + "endFrame": 99907, + "endTime": "1:06:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 100026, + "startTime": "1:06:41.070", + "endFrame": 100227, + "endTime": "1:06:49.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 100238, + "startTime": "1:06:49.530", + "endFrame": 100501, + "endTime": "1:07:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 100560, + "startTime": "1:07:2.400", + "endFrame": 100905, + "endTime": "1:07:16.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 100908, + "startTime": "1:07:16.320", + "endFrame": 101151, + "endTime": "1:07:26.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 101181, + "startTime": "1:07:27.240", + "endFrame": 101832, + "endTime": "1:07:53.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 247, + "startFrame": 101840, + "startTime": "1:07:53.610", + "endFrame": 102179, + "endTime": "1:08:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 248, + "startFrame": 102195, + "startTime": "1:08:7.800", + "endFrame": 102507, + "endTime": "1:08:20.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 249, + "startFrame": 102525, + "startTime": "1:08:21.000", + "endFrame": 103021, + "endTime": "1:08:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 250, + "startFrame": 103048, + "startTime": "1:08:41.940", + "endFrame": 103385, + "endTime": "1:08:55.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 251, + "startFrame": 103401, + "startTime": "1:08:56.070", + "endFrame": 103698, + "endTime": "1:09:7.950", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 252, + "startFrame": 103752, + "startTime": "1:09:10.080", + "endFrame": 104005, + "endTime": "1:09:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 253, + "startFrame": 104032, + "startTime": "1:09:21.300", + "endFrame": 104359, + "endTime": "1:09:34.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 254, + "startFrame": 104371, + "startTime": "1:09:34.860", + "endFrame": 104731, + "endTime": "1:09:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 255, + "startFrame": 104744, + "startTime": "1:09:49.770", + "endFrame": 104982, + "endTime": "1:09:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 256, + "startFrame": 105034, + "startTime": "1:10:1.380", + "endFrame": 105533, + "endTime": "1:10:21.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 257, + "startFrame": 105541, + "startTime": "1:10:21.660", + "endFrame": 105875, + "endTime": "1:10:35.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 258, + "startFrame": 106010, + "startTime": "1:10:40.440", + "endFrame": 106219, + "endTime": "1:10:48.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 259, + "startFrame": 106226, + "startTime": "1:10:49.050", + "endFrame": 106539, + "endTime": "1:11:1.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 260, + "startFrame": 106545, + "startTime": "1:11:1.830", + "endFrame": 107135, + "endTime": "1:11:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 261, + "startFrame": 107207, + "startTime": "1:11:28.290", + "endFrame": 107434, + "endTime": "1:11:37.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.245, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 262, + "startFrame": 107459, + "startTime": "1:11:38.400", + "endFrame": 107999, + "endTime": "1:11:59.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.367, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.61, + 0.624 + ], + "bottomright": [ + 0.853, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 263, + "startFrame": 108039, + "startTime": "1:12:1.590", + "endFrame": 108256, + "endTime": "1:12:10.260", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.245, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.619, + 0.624 + ], + "bottomright": [ + 0.864, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 264, + "startFrame": 108374, + "startTime": "1:12:14.970", + "endFrame": 108682, + "endTime": "1:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 265, + "startFrame": 108710, + "startTime": "1:12:28.410", + "endFrame": 109207, + "endTime": "1:12:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 266, + "startFrame": 109227, + "startTime": "1:12:49.080", + "endFrame": 109505, + "endTime": "1:13:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "second person briefly at end", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 267, + "startFrame": 109544, + "startTime": "1:13:1.770", + "endFrame": 110003, + "endTime": "1:13:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 268, + "startFrame": 110036, + "startTime": "1:13:21.480", + "endFrame": 110315, + "endTime": "1:13:32.610", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 269, + "startFrame": 110343, + "startTime": "1:13:33.750", + "endFrame": 110716, + "endTime": "1:13:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 270, + "startFrame": 110722, + "startTime": "1:13:48.900", + "endFrame": 111027, + "endTime": "1:14:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 271, + "startFrame": 111066, + "startTime": "1:14:2.670", + "endFrame": 111348, + "endTime": "1:14:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 272, + "startFrame": 111362, + "startTime": "1:14:14.490", + "endFrame": 111808, + "endTime": "1:14:32.340", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.248, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.248, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.124 + ], + "bottomright": [ + 0.495, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.374 + ], + "bottomright": [ + 0.495, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.124 + ], + "bottomright": [ + 0.743, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.495, + 0.374 + ], + "bottomright": [ + 0.743, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.374 + ], + "bottomright": [ + 0.991, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.497, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 273, + "startFrame": 111814, + "startTime": "1:14:32.580", + "endFrame": 112218, + "endTime": "1:14:48.720", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 274, + "startFrame": 112243, + "startTime": "1:14:49.740", + "endFrame": 112493, + "endTime": "1:14:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person face cut off clips 274-284", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 275, + "startFrame": 112564, + "startTime": "1:15:2.580", + "endFrame": 112943, + "endTime": "1:15:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 276, + "startFrame": 112956, + "startTime": "1:15:18.270", + "endFrame": 113230, + "endTime": "1:15:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 277, + "startFrame": 113242, + "startTime": "1:15:29.700", + "endFrame": 113752, + "endTime": "1:15:50.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 278, + "startFrame": 113790, + "startTime": "1:15:51.600", + "endFrame": 114059, + "endTime": "1:16:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 279, + "startFrame": 114087, + "startTime": "1:16:3.510", + "endFrame": 114500, + "endTime": "1:16:20.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 280, + "startFrame": 114512, + "startTime": "1:16:20.490", + "endFrame": 114774, + "endTime": "1:16:30.990", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 281, + "startFrame": 114783, + "startTime": "1:16:31.320", + "endFrame": 115101, + "endTime": "1:16:44.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 282, + "startFrame": 115148, + "startTime": "1:16:45.930", + "endFrame": 115368, + "endTime": "1:16:54.720", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 283, + "startFrame": 115374, + "startTime": "1:16:54.960", + "endFrame": 115665, + "endTime": "1:17:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 284, + "startFrame": 115694, + "startTime": "1:17:7.770", + "endFrame": 115926, + "endTime": "1:17:17.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 285, + "startFrame": 115937, + "startTime": "1:17:17.490", + "endFrame": 116193, + "endTime": "1:17:27.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 286, + "startFrame": 116213, + "startTime": "1:17:28.530", + "endFrame": 116607, + "endTime": "1:17:44.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person face cut off clips 286-287", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 287, + "startFrame": 116617, + "startTime": "1:17:44.700", + "endFrame": 116959, + "endTime": "1:17:58.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 288, + "startFrame": 116975, + "startTime": "1:17:59.010", + "endFrame": 117247, + "endTime": "1:18:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 289, + "startFrame": 117258, + "startTime": "1:18:10.350", + "endFrame": 117609, + "endTime": "1:18:24.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person face cut off ", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 290, + "startFrame": 117636, + "startTime": "1:18:25.470", + "endFrame": 117925, + "endTime": "1:18:37.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.334, + 0.335 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.657, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.657, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.657, + 0.01 + ], + "bottomright": [ + 0.98, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.657, + 0.335 + ], + "bottomright": [ + 0.98, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.334, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.66 + ], + "bottomright": [ + 0.98, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 291, + "startFrame": 117954, + "startTime": "1:18:38.190", + "endFrame": 118237, + "endTime": "1:18:49.500", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.334, + 0.335 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.657, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.657, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.01 + ], + "bottomright": [ + 0.98, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.335 + ], + "bottomright": [ + 0.98, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.334, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.66 + ], + "bottomright": [ + 0.98, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 292, + "startFrame": 118288, + "startTime": "1:18:51.540", + "endFrame": 119789, + "endTime": "1:19:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "sliver of another screen at bottom", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 293, + "startFrame": 119805, + "startTime": "1:19:52.200", + "endFrame": 120548, + "endTime": "1:20:21.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 294, + "startFrame": 120587, + "startTime": "1:20:23.490", + "endFrame": 120908, + "endTime": "1:20:36.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 295, + "startFrame": 120926, + "startTime": "1:20:37.050", + "endFrame": 121176, + "endTime": "1:20:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 296, + "startFrame": 121259, + "startTime": "1:20:50.400", + "endFrame": 121679, + "endTime": "1:21:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_07-rater5.json b/ratings/video_07-rater5.json new file mode 100644 index 0000000000000000000000000000000000000000..4fed8f3cd6cee1794efadbf8c134dd30069e7755 --- /dev/null +++ b/ratings/video_07-rater5.json @@ -0,0 +1,37844 @@ +[ + { + "clipIdx": 0, + "startFrame": 107, + "startTime": "0:00:4.290", + "endFrame": 603, + "endTime": "0:00:24.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "face is cut off", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 675, + "startTime": "0:00:27.030", + "endFrame": 1165, + "endTime": "0:00:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 1218, + "startTime": "0:00:48.720", + "endFrame": 1633, + "endTime": "0:01:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "face is cut off at the very end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1678, + "startTime": "0:01:7.140", + "endFrame": 2006, + "endTime": "0:01:20.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "face is cut off at the end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 2058, + "startTime": "0:01:22.350", + "endFrame": 2335, + "endTime": "0:01:33.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "second person briefly at end (rated based on rest of clip)", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "brief split screen at end", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "face is cut off at the end", + "position": { + "topleft": [ + 0.666, + 0.66 + ], + "bottomright": [ + 0.991, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 2433, + "startTime": "0:01:37.320", + "endFrame": 2853, + "endTime": "0:01:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2881, + "startTime": "0:01:55.260", + "endFrame": 3542, + "endTime": "0:02:21.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 3542, + "startTime": "0:02:21.690", + "endFrame": 3796, + "endTime": "0:02:31.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3824, + "startTime": "0:02:32.970", + "endFrame": 4114, + "endTime": "0:02:44.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 4144, + "startTime": "0:02:45.780", + "endFrame": 4703, + "endTime": "0:03:8.130", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "person puts on a virtual filter (mask)", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4829, + "startTime": "0:03:13.170", + "endFrame": 5166, + "endTime": "0:03:26.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 5193, + "startTime": "0:03:27.750", + "endFrame": 5535, + "endTime": "0:03:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5586, + "startTime": "0:03:43.440", + "endFrame": 5821, + "endTime": "0:03:52.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5838, + "startTime": "0:03:53.550", + "endFrame": 6297, + "endTime": "0:04:11.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 6333, + "startTime": "0:04:13.320", + "endFrame": 6702, + "endTime": "0:04:28.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6726, + "startTime": "0:04:29.040", + "endFrame": 7207, + "endTime": "0:04:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 7233, + "startTime": "0:04:49.320", + "endFrame": 7462, + "endTime": "0:04:58.500", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7493, + "startTime": "0:04:59.730", + "endFrame": 7929, + "endTime": "0:05:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7953, + "startTime": "0:05:18.120", + "endFrame": 8369, + "endTime": "0:05:34.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 8403, + "startTime": "0:05:36.120", + "endFrame": 8739, + "endTime": "0:05:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8750, + "startTime": "0:05:50.010", + "endFrame": 9015, + "endTime": "0:06:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 9049, + "startTime": "0:06:1.980", + "endFrame": 9359, + "endTime": "0:06:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 9387, + "startTime": "0:06:15.480", + "endFrame": 9805, + "endTime": "0:06:32.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9829, + "startTime": "0:06:33.180", + "endFrame": 10116, + "endTime": "0:06:44.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 10254, + "startTime": "0:06:50.160", + "endFrame": 10433, + "endTime": "0:06:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10482, + "startTime": "0:06:59.280", + "endFrame": 10693, + "endTime": "0:07:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10694, + "startTime": "0:07:7.770", + "endFrame": 10969, + "endTime": "0:07:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10996, + "startTime": "0:07:19.860", + "endFrame": 11229, + "endTime": "0:07:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11304, + "startTime": "0:07:32.160", + "endFrame": 11584, + "endTime": "0:07:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11616, + "startTime": "0:07:44.640", + "endFrame": 12018, + "endTime": "0:08:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12028, + "startTime": "0:08:1.140", + "endFrame": 12359, + "endTime": "0:08:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12400, + "startTime": "0:08:16.020", + "endFrame": 12770, + "endTime": "0:08:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12780, + "startTime": "0:08:31.230", + "endFrame": 13174, + "endTime": "0:08:46.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 13225, + "startTime": "0:08:49.020", + "endFrame": 13448, + "endTime": "0:08:57.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13482, + "startTime": "0:08:59.310", + "endFrame": 14091, + "endTime": "0:09:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 14225, + "startTime": "0:09:29.010", + "endFrame": 14559, + "endTime": "0:09:42.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14721, + "startTime": "0:09:48.840", + "endFrame": 14901, + "endTime": "0:09:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.624 + ], + "bottomright": [ + 0.486, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14951, + "startTime": "0:09:58.050", + "endFrame": 15258, + "endTime": "0:10:10.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.492, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15341, + "startTime": "0:10:13.680", + "endFrame": 15913, + "endTime": "0:10:36.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 16009, + "startTime": "0:10:40.380", + "endFrame": 16584, + "endTime": "0:11:3.360", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 16620, + "startTime": "0:11:4.800", + "endFrame": 17043, + "endTime": "0:11:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 17116, + "startTime": "0:11:24.660", + "endFrame": 17359, + "endTime": "0:11:34.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 17380, + "startTime": "0:11:35.220", + "endFrame": 17767, + "endTime": "0:11:50.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 17796, + "startTime": "0:11:51.870", + "endFrame": 18044, + "endTime": "0:12:1.770", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 18083, + "startTime": "0:12:3.330", + "endFrame": 18366, + "endTime": "0:12:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 18521, + "startTime": "0:12:20.850", + "endFrame": 18633, + "endTime": "0:12:25.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "different person; face cut off", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 18663, + "startTime": "0:12:26.550", + "endFrame": 19179, + "endTime": "0:12:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 19372, + "startTime": "0:12:54.900", + "endFrame": 19471, + "endTime": "0:12:58.860", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 19563, + "startTime": "0:13:2.520", + "endFrame": 19872, + "endTime": "0:13:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 19952, + "startTime": "0:13:18.090", + "endFrame": 20223, + "endTime": "0:13:28.950", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 20241, + "startTime": "0:13:29.670", + "endFrame": 20710, + "endTime": "0:13:48.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20738, + "startTime": "0:13:49.530", + "endFrame": 21054, + "endTime": "0:14:2.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 21084, + "startTime": "0:14:3.390", + "endFrame": 21413, + "endTime": "0:14:16.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21432, + "startTime": "0:14:17.280", + "endFrame": 21663, + "endTime": "0:14:26.550", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21710, + "startTime": "0:14:28.410", + "endFrame": 22234, + "endTime": "0:14:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22279, + "startTime": "0:14:51.180", + "endFrame": 22942, + "endTime": "0:15:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22985, + "startTime": "0:15:19.410", + "endFrame": 23211, + "endTime": "0:15:28.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23304, + "startTime": "0:15:32.190", + "endFrame": 23661, + "endTime": "0:15:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23686, + "startTime": "0:15:47.460", + "endFrame": 24000, + "endTime": "0:16:0.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 24032, + "startTime": "0:16:1.290", + "endFrame": 24268, + "endTime": "0:16:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen; more than one person", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24325, + "startTime": "0:16:13.020", + "endFrame": 24540, + "endTime": "0:16:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24579, + "startTime": "0:16:23.190", + "endFrame": 24927, + "endTime": "0:16:37.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.624 + ], + "bottomright": [ + 0.74, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 25072, + "startTime": "0:16:42.900", + "endFrame": 25371, + "endTime": "0:16:54.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "different person", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25408, + "startTime": "0:16:56.340", + "endFrame": 25851, + "endTime": "0:17:14.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person from here on", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25886, + "startTime": "0:17:15.450", + "endFrame": 26191, + "endTime": "0:17:27.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 26220, + "startTime": "0:17:28.830", + "endFrame": 26988, + "endTime": "0:17:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "sliver of another screen on left; still visible", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 28659, + "startTime": "0:19:6.390", + "endFrame": 28758, + "endTime": "0:19:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.655, + 0.335 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.655, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.655, + 0.01 + ], + "bottomright": [ + 0.977, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.655, + 0.335 + ], + "bottomright": [ + 0.977, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.663, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 28905, + "startTime": "0:19:16.230", + "endFrame": 29018, + "endTime": "0:19:20.730", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "NA", + "note": "more than one screen/person", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.253, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.01 + ], + "bottomright": [ + 0.495, + 0.335 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "switched to split screen", + "position": { + "topleft": [ + 0.495, + 0.335 + ], + "bottomright": [ + 0.736, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.736, + 0.01 + ], + "bottomright": [ + 0.977, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "second person appears for 2 seconds; rated based on rest of clip", + "position": { + "topleft": [ + 0.736, + 0.335 + ], + "bottomright": [ + 0.977, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.179, + 0.66 + ], + "bottomright": [ + 0.42, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29020, + "startTime": "0:19:20.820", + "endFrame": 29329, + "endTime": "0:19:33.180", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person, for split second at start", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 29379, + "startTime": "0:19:35.160", + "endFrame": 29632, + "endTime": "0:19:45.300", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 29665, + "startTime": "0:19:46.620", + "endFrame": 29966, + "endTime": "0:19:58.650", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30017, + "startTime": "0:20:0.690", + "endFrame": 30243, + "endTime": "0:20:9.720", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 30312, + "startTime": "0:20:12.480", + "endFrame": 30555, + "endTime": "0:20:22.200", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30607, + "startTime": "0:20:24.300", + "endFrame": 30810, + "endTime": "0:20:32.430", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 30862, + "startTime": "0:20:34.500", + "endFrame": 31313, + "endTime": "0:20:52.530", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 31348, + "startTime": "0:20:53.940", + "endFrame": 31607, + "endTime": "0:21:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 31635, + "startTime": "0:21:5.400", + "endFrame": 31915, + "endTime": "0:21:16.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 31972, + "startTime": "0:21:18.900", + "endFrame": 32176, + "endTime": "0:21:27.060", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 32302, + "startTime": "0:21:32.100", + "endFrame": 32463, + "endTime": "0:21:38.520", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 32547, + "startTime": "0:21:41.910", + "endFrame": 32776, + "endTime": "0:21:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 32778, + "startTime": "0:21:51.120", + "endFrame": 33067, + "endTime": "0:22:2.700", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 33098, + "startTime": "0:22:3.930", + "endFrame": 33490, + "endTime": "0:22:19.620", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 33504, + "startTime": "0:22:20.190", + "endFrame": 34012, + "endTime": "0:22:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 34047, + "startTime": "0:22:41.910", + "endFrame": 34458, + "endTime": "0:22:58.320", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 34467, + "startTime": "0:22:58.680", + "endFrame": 34752, + "endTime": "0:23:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 34780, + "startTime": "0:23:11.220", + "endFrame": 35304, + "endTime": "0:23:32.160", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 35348, + "startTime": "0:23:33.930", + "endFrame": 35784, + "endTime": "0:23:51.360", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 35817, + "startTime": "0:23:52.680", + "endFrame": 36070, + "endTime": "0:24:2.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 36103, + "startTime": "0:24:4.140", + "endFrame": 36390, + "endTime": "0:24:15.600", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 36405, + "startTime": "0:24:16.200", + "endFrame": 36745, + "endTime": "0:24:29.820", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 36759, + "startTime": "0:24:30.390", + "endFrame": 37058, + "endTime": "0:24:42.330", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 37072, + "startTime": "0:24:42.900", + "endFrame": 37376, + "endTime": "0:24:55.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "partial screen at very bottom; still visible", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 37414, + "startTime": "0:24:56.580", + "endFrame": 37839, + "endTime": "0:25:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 37848, + "startTime": "0:25:13.920", + "endFrame": 38217, + "endTime": "0:25:28.710", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 38253, + "startTime": "0:25:30.150", + "endFrame": 38668, + "endTime": "0:25:46.740", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.341, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.66 + ], + "bottomright": [ + 0.666, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 38728, + "startTime": "0:25:49.140", + "endFrame": 39128, + "endTime": "0:26:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "more than one screen at very start", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one person for split second at start", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 39140, + "startTime": "0:26:5.610", + "endFrame": 39513, + "endTime": "0:26:20.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 39528, + "startTime": "0:26:21.120", + "endFrame": 39857, + "endTime": "0:26:34.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 39969, + "startTime": "0:26:38.790", + "endFrame": 40382, + "endTime": "0:26:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 40415, + "startTime": "0:26:56.610", + "endFrame": 40974, + "endTime": "0:27:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 40996, + "startTime": "0:27:19.860", + "endFrame": 41567, + "endTime": "0:27:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41636, + "startTime": "0:27:45.450", + "endFrame": 41853, + "endTime": "0:27:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 41941, + "startTime": "0:27:57.660", + "endFrame": 42120, + "endTime": "0:28:4.830", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42145, + "startTime": "0:28:5.820", + "endFrame": 42735, + "endTime": "0:28:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42770, + "startTime": "0:28:30.810", + "endFrame": 43243, + "endTime": "0:28:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43272, + "startTime": "0:28:50.880", + "endFrame": 43527, + "endTime": "0:29:1.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43612, + "startTime": "0:29:4.500", + "endFrame": 43784, + "endTime": "0:29:11.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 44832, + "startTime": "0:29:53.280", + "endFrame": 44852, + "endTime": "0:29:54.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 47696, + "startTime": "0:31:47.850", + "endFrame": 47713, + "endTime": "0:31:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.986 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47730, + "startTime": "0:31:49.200", + "endFrame": 47989, + "endTime": "0:31:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.324, + 0.174 + ], + "bottomright": [ + 0.637, + 0.499 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.637, + 0.174 + ], + "bottomright": [ + 0.949, + 0.499 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.179, + 0.499 + ], + "bottomright": [ + 0.491, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.491, + 0.499 + ], + "bottomright": [ + 0.804, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48236, + "startTime": "0:32:9.450", + "endFrame": 48291, + "endTime": "0:32:11.670", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "second person briefly at start", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48353, + "startTime": "0:32:14.130", + "endFrame": 48562, + "endTime": "0:32:22.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48604, + "startTime": "0:32:24.180", + "endFrame": 48820, + "endTime": "0:32:32.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 48821, + "startTime": "0:32:32.850", + "endFrame": 49336, + "endTime": "0:32:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.499, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49672, + "startTime": "0:33:6.900", + "endFrame": 49697, + "endTime": "0:33:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 49778, + "startTime": "0:33:11.130", + "endFrame": 50067, + "endTime": "0:33:22.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.502, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50084, + "startTime": "0:33:23.370", + "endFrame": 50423, + "endTime": "0:33:36.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50679, + "startTime": "0:33:47.160", + "endFrame": 50986, + "endTime": "0:33:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 50997, + "startTime": "0:33:59.910", + "endFrame": 51305, + "endTime": "0:34:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.497, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51306, + "startTime": "0:34:12.270", + "endFrame": 51789, + "endTime": "0:34:31.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 51816, + "startTime": "0:34:32.640", + "endFrame": 52214, + "endTime": "0:34:48.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 52244, + "startTime": "0:34:49.770", + "endFrame": 52545, + "endTime": "0:35:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 52557, + "startTime": "0:35:2.310", + "endFrame": 52935, + "endTime": "0:35:17.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 52947, + "startTime": "0:35:17.910", + "endFrame": 53304, + "endTime": "0:35:32.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 53367, + "startTime": "0:35:34.710", + "endFrame": 53619, + "endTime": "0:35:44.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 53659, + "startTime": "0:35:46.380", + "endFrame": 53974, + "endTime": "0:35:58.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.24, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.24, + 0.124 + ], + "bottomright": [ + 0.48, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.24, + 0.374 + ], + "bottomright": [ + 0.48, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.48, + 0.124 + ], + "bottomright": [ + 0.72, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.48, + 0.374 + ], + "bottomright": [ + 0.72, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.72, + 0.124 + ], + "bottomright": [ + 0.959, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.72, + 0.374 + ], + "bottomright": [ + 0.959, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.493, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 54054, + "startTime": "0:36:2.160", + "endFrame": 54380, + "endTime": "0:36:15.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.124 + ], + "bottomright": [ + 0.727, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 54426, + "startTime": "0:36:17.040", + "endFrame": 54643, + "endTime": "0:36:25.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 54768, + "startTime": "0:36:30.750", + "endFrame": 55046, + "endTime": "0:36:41.850", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.371, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 55134, + "startTime": "0:36:45.360", + "endFrame": 55606, + "endTime": "0:37:4.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.371, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 55650, + "startTime": "0:37:6.030", + "endFrame": 55861, + "endTime": "0:37:14.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.124 + ], + "bottomright": [ + 0.484, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.124 + ], + "bottomright": [ + 0.727, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.37, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 55863, + "startTime": "0:37:14.520", + "endFrame": 56137, + "endTime": "0:37:25.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 56174, + "startTime": "0:37:26.970", + "endFrame": 56407, + "endTime": "0:37:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 56416, + "startTime": "0:37:36.660", + "endFrame": 56719, + "endTime": "0:37:48.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 56747, + "startTime": "0:37:49.890", + "endFrame": 56993, + "endTime": "0:37:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.242, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.124 + ], + "bottomright": [ + 0.484, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.242, + 0.374 + ], + "bottomright": [ + 0.484, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.484, + 0.374 + ], + "bottomright": [ + 0.727, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.124 + ], + "bottomright": [ + 0.969, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.727, + 0.374 + ], + "bottomright": [ + 0.969, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.37, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 57055, + "startTime": "0:38:2.220", + "endFrame": 57261, + "endTime": "0:38:10.440", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.124 + ], + "bottomright": [ + 0.975, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.372, + 0.874 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.372, + 0.624 + ], + "bottomright": [ + 0.616, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 57293, + "startTime": "0:38:11.730", + "endFrame": 57530, + "endTime": "0:38:21.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.241, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.241, + 0.124 + ], + "bottomright": [ + 0.481, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.241, + 0.374 + ], + "bottomright": [ + 0.481, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.481, + 0.124 + ], + "bottomright": [ + 0.722, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.481, + 0.374 + ], + "bottomright": [ + 0.722, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.722, + 0.124 + ], + "bottomright": [ + 0.962, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.722, + 0.374 + ], + "bottomright": [ + 0.962, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.369, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 57531, + "startTime": "0:38:21.270", + "endFrame": 57789, + "endTime": "0:38:31.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 57813, + "startTime": "0:38:32.520", + "endFrame": 58044, + "endTime": "0:38:41.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 58077, + "startTime": "0:38:43.080", + "endFrame": 58302, + "endTime": "0:38:52.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.377, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 58303, + "startTime": "0:38:52.140", + "endFrame": 58718, + "endTime": "0:39:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 58726, + "startTime": "0:39:9.060", + "endFrame": 59034, + "endTime": "0:39:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 59112, + "startTime": "0:39:24.510", + "endFrame": 59307, + "endTime": "0:39:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 59314, + "startTime": "0:39:32.580", + "endFrame": 59690, + "endTime": "0:39:47.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.617, + 0.624 + ], + "bottomright": [ + 0.862, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 59718, + "startTime": "0:39:48.750", + "endFrame": 59994, + "endTime": "0:39:59.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.619, + 0.624 + ], + "bottomright": [ + 0.864, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 60075, + "startTime": "0:40:3.000", + "endFrame": 60254, + "endTime": "0:40:10.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "more than one screen at very end", + "position": { + "topleft": [ + 0.62, + 0.624 + ], + "bottomright": [ + 0.866, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 60285, + "startTime": "0:40:11.400", + "endFrame": 60540, + "endTime": "0:40:21.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 60556, + "startTime": "0:40:22.260", + "endFrame": 60791, + "endTime": "0:40:31.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 60826, + "startTime": "0:40:33.060", + "endFrame": 61045, + "endTime": "0:40:41.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 61103, + "startTime": "0:40:44.130", + "endFrame": 61482, + "endTime": "0:40:59.310", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 61519, + "startTime": "0:41:0.780", + "endFrame": 62034, + "endTime": "0:41:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 62075, + "startTime": "0:41:23.010", + "endFrame": 62418, + "endTime": "0:41:36.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 62423, + "startTime": "0:41:36.930", + "endFrame": 62717, + "endTime": "0:41:48.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 62752, + "startTime": "0:41:50.100", + "endFrame": 63018, + "endTime": "0:42:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 63019, + "startTime": "0:42:0.780", + "endFrame": 63308, + "endTime": "0:42:12.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 63344, + "startTime": "0:42:13.770", + "endFrame": 63572, + "endTime": "0:42:22.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 63657, + "startTime": "0:42:26.280", + "endFrame": 63893, + "endTime": "0:42:35.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63896, + "startTime": "0:42:35.850", + "endFrame": 64181, + "endTime": "0:42:47.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64181, + "startTime": "0:42:47.250", + "endFrame": 64517, + "endTime": "0:43:0.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64521, + "startTime": "0:43:0.870", + "endFrame": 64807, + "endTime": "0:43:12.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64896, + "startTime": "0:43:15.870", + "endFrame": 65168, + "endTime": "0:43:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65214, + "startTime": "0:43:28.560", + "endFrame": 65526, + "endTime": "0:43:41.040", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.124 + ], + "bottomright": [ + 0.734, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.742, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65557, + "startTime": "0:43:42.300", + "endFrame": 65799, + "endTime": "0:43:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 65844, + "startTime": "0:43:53.790", + "endFrame": 66090, + "endTime": "0:44:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66207, + "startTime": "0:44:8.280", + "endFrame": 66384, + "endTime": "0:44:15.360", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 66419, + "startTime": "0:44:16.770", + "endFrame": 66667, + "endTime": "0:44:26.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 66695, + "startTime": "0:44:27.810", + "endFrame": 67119, + "endTime": "0:44:44.760", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.489, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.489, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.489, + 0.374 + ], + "bottomright": [ + 0.734, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.124 + ], + "bottomright": [ + 0.978, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.734, + 0.374 + ], + "bottomright": [ + 0.978, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.624 + ], + "bottomright": [ + 0.738, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 67143, + "startTime": "0:44:45.720", + "endFrame": 67608, + "endTime": "0:45:4.350", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 67631, + "startTime": "0:45:5.250", + "endFrame": 68010, + "endTime": "0:45:20.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 68043, + "startTime": "0:45:21.750", + "endFrame": 68342, + "endTime": "0:45:33.690", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 68356, + "startTime": "0:45:34.260", + "endFrame": 68577, + "endTime": "0:45:43.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.245, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.372 + ], + "bottomright": [ + 0.491, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.372 + ], + "bottomright": [ + 0.736, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.372 + ], + "bottomright": [ + 0.981, + 0.621 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.253, + 0.621 + ], + "bottomright": [ + 0.498, + 0.869 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.621 + ], + "bottomright": [ + 0.744, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 68587, + "startTime": "0:45:43.500", + "endFrame": 68882, + "endTime": "0:45:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 68894, + "startTime": "0:45:55.770", + "endFrame": 69318, + "endTime": "0:46:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.248, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.124 + ], + "bottomright": [ + 0.495, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.374 + ], + "bottomright": [ + 0.495, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.124 + ], + "bottomright": [ + 0.743, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.374 + ], + "bottomright": [ + 0.743, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.124 + ], + "bottomright": [ + 0.991, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.374 + ], + "bottomright": [ + 0.991, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 69353, + "startTime": "0:46:14.130", + "endFrame": 69569, + "endTime": "0:46:22.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.247, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.247, + 0.124 + ], + "bottomright": [ + 0.494, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.247, + 0.374 + ], + "bottomright": [ + 0.494, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.124 + ], + "bottomright": [ + 0.741, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.494, + 0.374 + ], + "bottomright": [ + 0.741, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.124 + ], + "bottomright": [ + 0.988, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.374 + ], + "bottomright": [ + 0.988, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.624 + ], + "bottomright": [ + 0.747, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 69598, + "startTime": "0:46:23.940", + "endFrame": 69874, + "endTime": "0:46:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 69895, + "startTime": "0:46:35.820", + "endFrame": 70336, + "endTime": "0:46:53.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.246, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.124 + ], + "bottomright": [ + 0.492, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.246, + 0.374 + ], + "bottomright": [ + 0.492, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.124 + ], + "bottomright": [ + 0.738, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.374 + ], + "bottomright": [ + 0.738, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.124 + ], + "bottomright": [ + 0.984, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.738, + 0.374 + ], + "bottomright": [ + 0.984, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 70354, + "startTime": "0:46:54.180", + "endFrame": 70667, + "endTime": "0:47:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 70689, + "startTime": "0:47:7.560", + "endFrame": 71037, + "endTime": "0:47:21.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 71054, + "startTime": "0:47:22.170", + "endFrame": 71345, + "endTime": "0:47:33.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 71388, + "startTime": "0:47:35.520", + "endFrame": 71962, + "endTime": "0:47:58.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 71999, + "startTime": "0:47:59.970", + "endFrame": 72423, + "endTime": "0:48:16.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72481, + "startTime": "0:48:19.260", + "endFrame": 72759, + "endTime": "0:48:30.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73049, + "endTime": "0:48:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.371 + ], + "bottomright": [ + 0.245, + 0.618 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.371 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.371 + ], + "bottomright": [ + 0.491, + 0.618 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.371 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.371 + ], + "bottomright": [ + 0.736, + 0.618 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.371 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.371 + ], + "bottomright": [ + 0.981, + 0.618 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.562, + 0.618 + ], + "bottomright": [ + 0.808, + 0.865 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73120, + "startTime": "0:48:44.820", + "endFrame": 73610, + "endTime": "0:49:4.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 73630, + "startTime": "0:49:5.220", + "endFrame": 73956, + "endTime": "0:49:18.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.744, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 74002, + "startTime": "0:49:20.100", + "endFrame": 74444, + "endTime": "0:49:37.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.245, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.372 + ], + "bottomright": [ + 0.491, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.372 + ], + "bottomright": [ + 0.736, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.372 + ], + "bottomright": [ + 0.981, + 0.621 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "more than one screen at end", + "position": { + "topleft": [ + 0.253, + 0.621 + ], + "bottomright": [ + 0.498, + 0.869 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.621 + ], + "bottomright": [ + 0.744, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 74664, + "startTime": "0:49:46.590", + "endFrame": 74703, + "endTime": "0:49:48.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.496, + 0.624 + ], + "bottomright": [ + 0.739, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 74760, + "startTime": "0:49:50.430", + "endFrame": 75149, + "endTime": "0:50:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.624 + ], + "bottomright": [ + 0.74, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 75253, + "startTime": "0:50:10.140", + "endFrame": 75450, + "endTime": "0:50:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 75471, + "startTime": "0:50:18.840", + "endFrame": 75731, + "endTime": "0:50:29.250", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 75760, + "startTime": "0:50:30.420", + "endFrame": 76070, + "endTime": "0:50:42.810", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.621 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.372 + ], + "bottomright": [ + 0.997, + 0.621 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.621 + ], + "bottomright": [ + 0.627, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 76128, + "startTime": "0:50:45.150", + "endFrame": 76416, + "endTime": "0:50:56.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 76473, + "startTime": "0:50:58.950", + "endFrame": 76911, + "endTime": "0:51:16.470", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 76971, + "startTime": "0:51:18.870", + "endFrame": 77183, + "endTime": "0:51:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 77261, + "startTime": "0:51:30.450", + "endFrame": 77569, + "endTime": "0:51:42.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 77598, + "startTime": "0:51:43.950", + "endFrame": 77845, + "endTime": "0:51:53.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 77861, + "startTime": "0:51:54.450", + "endFrame": 78191, + "endTime": "0:52:7.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 78225, + "startTime": "0:52:9.000", + "endFrame": 78472, + "endTime": "0:52:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 78490, + "startTime": "0:52:19.620", + "endFrame": 78752, + "endTime": "0:52:30.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.372 + ], + "bottomright": [ + 0.249, + 0.621 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.372 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.372 + ], + "bottomright": [ + 0.498, + 0.621 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.372 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.372 + ], + "bottomright": [ + 0.748, + 0.621 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.372 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.621 + ], + "bottomright": [ + 0.627, + 0.869 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 78991, + "startTime": "0:52:39.660", + "endFrame": 79078, + "endTime": "0:52:43.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 79098, + "startTime": "0:52:43.920", + "endFrame": 79368, + "endTime": "0:52:54.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 79413, + "startTime": "0:52:56.520", + "endFrame": 79681, + "endTime": "0:53:7.260", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.243, + 0.615 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.369 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.369 + ], + "bottomright": [ + 0.486, + 0.615 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.369 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.369 + ], + "bottomright": [ + 0.729, + 0.615 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.369 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.369 + ], + "bottomright": [ + 0.972, + 0.615 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.305, + 0.615 + ], + "bottomright": [ + 0.548, + 0.861 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 79720, + "startTime": "0:53:8.820", + "endFrame": 80048, + "endTime": "0:53:21.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.371, + 0.624 + ], + "bottomright": [ + 0.614, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 80083, + "startTime": "0:53:23.340", + "endFrame": 80562, + "endTime": "0:53:42.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 80633, + "startTime": "0:53:45.330", + "endFrame": 80893, + "endTime": "0:53:55.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 80893, + "startTime": "0:53:55.740", + "endFrame": 81235, + "endTime": "0:54:9.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 81255, + "startTime": "0:54:10.230", + "endFrame": 81520, + "endTime": "0:54:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 81588, + "startTime": "0:54:23.550", + "endFrame": 81807, + "endTime": "0:54:32.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.374 + ], + "bottomright": [ + 0.981, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "She might be writing down aud eng techniques to prep for break out room", + "position": { + "topleft": [ + 0.373, + 0.624 + ], + "bottomright": [ + 0.619, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 85615, + "startTime": "0:57:4.620", + "endFrame": 85653, + "endTime": "0:57:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.012, + 0.331 + ], + "bottomright": [ + 0.33, + 0.651 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.33, + 0.01 + ], + "bottomright": [ + 0.648, + 0.331 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.33, + 0.331 + ], + "bottomright": [ + 0.648, + 0.651 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.648, + 0.01 + ], + "bottomright": [ + 0.966, + 0.331 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 85779, + "startTime": "0:57:11.190", + "endFrame": 85901, + "endTime": "0:57:16.050", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 86169, + "startTime": "0:57:26.790", + "endFrame": 86187, + "endTime": "0:57:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 86233, + "startTime": "0:57:29.340", + "endFrame": 86541, + "endTime": "0:57:41.670", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 86617, + "startTime": "0:57:44.700", + "endFrame": 86824, + "endTime": "0:57:52.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 86855, + "startTime": "0:57:54.210", + "endFrame": 87108, + "endTime": "0:58:4.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 87111, + "startTime": "0:58:4.470", + "endFrame": 87486, + "endTime": "0:58:19.470", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "all clips in this section are sped up", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 87500, + "startTime": "0:58:20.010", + "endFrame": 88049, + "endTime": "0:58:41.970", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "face is cut but visible", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.311 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.686 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.686 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 88099, + "startTime": "0:58:43.980", + "endFrame": 88450, + "endTime": "0:58:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 88497, + "startTime": "0:58:59.880", + "endFrame": 88770, + "endTime": "0:59:10.800", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0, + 0.311 + ], + "bottomright": [ + 0.249, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.499 + ], + "bottomright": [ + 0.498, + 0.686 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.311 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.499 + ], + "bottomright": [ + 0.997, + 0.686 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.686 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.686 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 88831, + "startTime": "0:59:13.260", + "endFrame": 89052, + "endTime": "0:59:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 89086, + "startTime": "0:59:23.460", + "endFrame": 89392, + "endTime": "0:59:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 89529, + "startTime": "0:59:41.160", + "endFrame": 89685, + "endTime": "0:59:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 89736, + "startTime": "0:59:49.440", + "endFrame": 90123, + "endTime": "1:00:4.950", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 90192, + "startTime": "1:00:7.680", + "endFrame": 90654, + "endTime": "1:00:26.190", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 90692, + "startTime": "1:00:27.690", + "endFrame": 91182, + "endTime": "1:00:47.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 91197, + "startTime": "1:00:47.910", + "endFrame": 91569, + "endTime": "1:01:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 91578, + "startTime": "1:01:3.120", + "endFrame": 91840, + "endTime": "1:01:13.620", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 91876, + "startTime": "1:01:15.060", + "endFrame": 92134, + "endTime": "1:01:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 92161, + "startTime": "1:01:26.460", + "endFrame": 92700, + "endTime": "1:01:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 92721, + "startTime": "1:01:48.870", + "endFrame": 93444, + "endTime": "1:02:17.790", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 93494, + "startTime": "1:02:19.770", + "endFrame": 93897, + "endTime": "1:02:35.910", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 93935, + "startTime": "1:02:37.410", + "endFrame": 94337, + "endTime": "1:02:53.490", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "different person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 94387, + "startTime": "1:02:55.500", + "endFrame": 94628, + "endTime": "1:03:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 94673, + "startTime": "1:03:6.930", + "endFrame": 95541, + "endTime": "1:03:41.640", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.129, + 0.624 + ], + "bottomright": [ + 0.378, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.627, + 0.624 + ], + "bottomright": [ + 0.877, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 95649, + "startTime": "1:03:45.960", + "endFrame": 96103, + "endTime": "1:04:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.624 + ], + "bottomright": [ + 0.997, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 96121, + "startTime": "1:04:4.860", + "endFrame": 96359, + "endTime": "1:04:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen start", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 96452, + "startTime": "1:04:18.090", + "endFrame": 96765, + "endTime": "1:04:30.600", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 96783, + "startTime": "1:04:31.350", + "endFrame": 97289, + "endTime": "1:04:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 97317, + "startTime": "1:04:52.710", + "endFrame": 97767, + "endTime": "1:05:10.680", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 97914, + "startTime": "1:05:16.560", + "endFrame": 98561, + "endTime": "1:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 98676, + "startTime": "1:05:47.070", + "endFrame": 99105, + "endTime": "1:06:4.200", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 99105, + "startTime": "1:06:4.200", + "endFrame": 99400, + "endTime": "1:06:16.020", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "second person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.004, + 0.624 + ], + "bottomright": [ + 0.253, + 0.874 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 99432, + "startTime": "1:06:17.310", + "endFrame": 99907, + "endTime": "1:06:36.300", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.502, + 0.624 + ], + "bottomright": [ + 0.752, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 100026, + "startTime": "1:06:41.070", + "endFrame": 100227, + "endTime": "1:06:49.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 100238, + "startTime": "1:06:49.530", + "endFrame": 100501, + "endTime": "1:07:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 100560, + "startTime": "1:07:2.400", + "endFrame": 100905, + "endTime": "1:07:16.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 100908, + "startTime": "1:07:16.320", + "endFrame": 101151, + "endTime": "1:07:26.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 101181, + "startTime": "1:07:27.240", + "endFrame": 101832, + "endTime": "1:07:53.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 247, + "startFrame": 101840, + "startTime": "1:07:53.610", + "endFrame": 102179, + "endTime": "1:08:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 248, + "startFrame": 102195, + "startTime": "1:08:7.800", + "endFrame": 102507, + "endTime": "1:08:20.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 249, + "startFrame": 102525, + "startTime": "1:08:21.000", + "endFrame": 103021, + "endTime": "1:08:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 250, + "startFrame": 103048, + "startTime": "1:08:41.940", + "endFrame": 103385, + "endTime": "1:08:55.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 251, + "startFrame": 103401, + "startTime": "1:08:56.070", + "endFrame": 103698, + "endTime": "1:09:7.950", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 252, + "startFrame": 103752, + "startTime": "1:09:10.080", + "endFrame": 104005, + "endTime": "1:09:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 253, + "startFrame": 104032, + "startTime": "1:09:21.300", + "endFrame": 104359, + "endTime": "1:09:34.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 254, + "startFrame": 104371, + "startTime": "1:09:34.860", + "endFrame": 104731, + "endTime": "1:09:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 255, + "startFrame": 104744, + "startTime": "1:09:49.770", + "endFrame": 104982, + "endTime": "1:09:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 256, + "startFrame": 105034, + "startTime": "1:10:1.380", + "endFrame": 105533, + "endTime": "1:10:21.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 257, + "startFrame": 105541, + "startTime": "1:10:21.660", + "endFrame": 105875, + "endTime": "1:10:35.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 258, + "startFrame": 106010, + "startTime": "1:10:40.440", + "endFrame": 106219, + "endTime": "1:10:48.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 259, + "startFrame": 106226, + "startTime": "1:10:49.050", + "endFrame": 106539, + "endTime": "1:11:1.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.377, + 0.624 + ], + "bottomright": [ + 0.627, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 260, + "startFrame": 106545, + "startTime": "1:11:1.830", + "endFrame": 107135, + "endTime": "1:11:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.253, + 0.624 + ], + "bottomright": [ + 0.496, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 261, + "startFrame": 107207, + "startTime": "1:11:28.290", + "endFrame": 107434, + "endTime": "1:11:37.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.245, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.245, + 0.624 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.124 + ], + "bottomright": [ + 0.491, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.495, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 262, + "startFrame": 107459, + "startTime": "1:11:38.400", + "endFrame": 107999, + "endTime": "1:11:59.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.124 + ], + "bottomright": [ + 0.972, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.367, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.61, + 0.624 + ], + "bottomright": [ + 0.853, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 263, + "startFrame": 108039, + "startTime": "1:12:1.590", + "endFrame": 108256, + "endTime": "1:12:10.260", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.245, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.245, + 0.374 + ], + "bottomright": [ + 0.491, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.124 + ], + "bottomright": [ + 0.736, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.491, + 0.374 + ], + "bottomright": [ + 0.736, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.736, + 0.124 + ], + "bottomright": [ + 0.981, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.128, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.619, + 0.624 + ], + "bottomright": [ + 0.864, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 264, + "startFrame": 108374, + "startTime": "1:12:14.970", + "endFrame": 108682, + "endTime": "1:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 265, + "startFrame": 108710, + "startTime": "1:12:28.410", + "endFrame": 109207, + "endTime": "1:12:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 266, + "startFrame": 109227, + "startTime": "1:12:49.080", + "endFrame": 109505, + "endTime": "1:13:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "second person briefly at end", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.623, + 0.624 + ], + "bottomright": [ + 0.872, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 267, + "startFrame": 109544, + "startTime": "1:13:1.770", + "endFrame": 110003, + "endTime": "1:13:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 268, + "startFrame": 110036, + "startTime": "1:13:21.480", + "endFrame": 110315, + "endTime": "1:13:32.610", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 269, + "startFrame": 110343, + "startTime": "1:13:33.750", + "endFrame": 110716, + "endTime": "1:13:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 270, + "startFrame": 110722, + "startTime": "1:13:48.900", + "endFrame": 111027, + "endTime": "1:14:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 271, + "startFrame": 111066, + "startTime": "1:14:2.670", + "endFrame": 111348, + "endTime": "1:14:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 272, + "startFrame": 111362, + "startTime": "1:14:14.490", + "endFrame": 111808, + "endTime": "1:14:32.340", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.248, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.248, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.124 + ], + "bottomright": [ + 0.495, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.248, + 0.374 + ], + "bottomright": [ + 0.495, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.495, + 0.124 + ], + "bottomright": [ + 0.743, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.495, + 0.374 + ], + "bottomright": [ + 0.743, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.743, + 0.374 + ], + "bottomright": [ + 0.991, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.497, + 0.624 + ], + "bottomright": [ + 0.745, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 273, + "startFrame": 111814, + "startTime": "1:14:32.580", + "endFrame": 112218, + "endTime": "1:14:48.720", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 274, + "startFrame": 112243, + "startTime": "1:14:49.740", + "endFrame": 112493, + "endTime": "1:14:59.730", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person face cut off clips 274-284", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 275, + "startFrame": 112564, + "startTime": "1:15:2.580", + "endFrame": 112943, + "endTime": "1:15:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 276, + "startFrame": 112956, + "startTime": "1:15:18.270", + "endFrame": 113230, + "endTime": "1:15:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 277, + "startFrame": 113242, + "startTime": "1:15:29.700", + "endFrame": 113752, + "endTime": "1:15:50.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 278, + "startFrame": 113790, + "startTime": "1:15:51.600", + "endFrame": 114059, + "endTime": "1:16:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 279, + "startFrame": 114087, + "startTime": "1:16:3.510", + "endFrame": 114500, + "endTime": "1:16:20.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 280, + "startFrame": 114512, + "startTime": "1:16:20.490", + "endFrame": 114774, + "endTime": "1:16:30.990", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 281, + "startFrame": 114783, + "startTime": "1:16:31.320", + "endFrame": 115101, + "endTime": "1:16:44.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 282, + "startFrame": 115148, + "startTime": "1:16:45.930", + "endFrame": 115368, + "endTime": "1:16:54.720", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 283, + "startFrame": 115374, + "startTime": "1:16:54.960", + "endFrame": 115665, + "endTime": "1:17:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 284, + "startFrame": 115694, + "startTime": "1:17:7.770", + "endFrame": 115926, + "endTime": "1:17:17.070", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 285, + "startFrame": 115937, + "startTime": "1:17:17.490", + "endFrame": 116193, + "endTime": "1:17:27.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 286, + "startFrame": 116213, + "startTime": "1:17:28.530", + "endFrame": 116607, + "endTime": "1:17:44.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person face cut off clips 286-287", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.374 + ], + "bottomright": [ + 0.997, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.624 + ], + "bottomright": [ + 0.748, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 287, + "startFrame": 116617, + "startTime": "1:17:44.700", + "endFrame": 116959, + "endTime": "1:17:58.380", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.374 + ], + "bottomright": [ + 0.731, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 288, + "startFrame": 116975, + "startTime": "1:17:59.010", + "endFrame": 117247, + "endTime": "1:18:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.244, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.244, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.124 + ], + "bottomright": [ + 0.488, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.244, + 0.374 + ], + "bottomright": [ + 0.488, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.488, + 0.124 + ], + "bottomright": [ + 0.731, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.731, + 0.374 + ], + "bottomright": [ + 0.975, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.493, + 0.624 + ], + "bottomright": [ + 0.737, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 289, + "startFrame": 117258, + "startTime": "1:18:10.350", + "endFrame": 117609, + "endTime": "1:18:24.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.243, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.243, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.124 + ], + "bottomright": [ + 0.486, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.243, + 0.374 + ], + "bottomright": [ + 0.486, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.486, + 0.124 + ], + "bottomright": [ + 0.729, + 0.374 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person face cut off ", + "position": { + "topleft": [ + 0.486, + 0.374 + ], + "bottomright": [ + 0.729, + 0.624 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.729, + 0.374 + ], + "bottomright": [ + 0.972, + 0.624 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.492, + 0.624 + ], + "bottomright": [ + 0.735, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 290, + "startFrame": 117636, + "startTime": "1:18:25.470", + "endFrame": 117925, + "endTime": "1:18:37.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.334, + 0.335 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.657, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.657, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.657, + 0.01 + ], + "bottomright": [ + 0.98, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen at start", + "position": { + "topleft": [ + 0.657, + 0.335 + ], + "bottomright": [ + 0.98, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.334, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.66 + ], + "bottomright": [ + 0.98, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 291, + "startFrame": 117954, + "startTime": "1:18:38.190", + "endFrame": 118237, + "endTime": "1:18:49.500", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.334, + 0.335 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "diff person", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.334, + 0.66 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.01 + ], + "bottomright": [ + 0.657, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.335 + ], + "bottomright": [ + 0.657, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.01 + ], + "bottomright": [ + 0.98, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.335 + ], + "bottomright": [ + 0.98, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.334, + 0.985 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.657, + 0.66 + ], + "bottomright": [ + 0.98, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 292, + "startFrame": 118288, + "startTime": "1:18:51.540", + "endFrame": 119789, + "endTime": "1:19:51.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "sliver of another screen at bottom", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "different person", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen (more than one screen)", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "more than one person", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.249, + 0.624 + ], + "bottomright": [ + 0.498, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 293, + "startFrame": 119805, + "startTime": "1:19:52.200", + "endFrame": 120548, + "endTime": "1:20:21.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "more than one screen", + "position": { + "topleft": [ + 0.124, + 0.624 + ], + "bottomright": [ + 0.373, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 294, + "startFrame": 120587, + "startTime": "1:20:23.490", + "endFrame": 120908, + "endTime": "1:20:36.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 295, + "startFrame": 120926, + "startTime": "1:20:37.050", + "endFrame": 121176, + "endTime": "1:20:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + }, + { + "clipIdx": 296, + "startFrame": 121259, + "startTime": "1:20:50.400", + "endFrame": 121679, + "endTime": "1:21:7.170", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.124 + ], + "bottomright": [ + 0.249, + 0.374 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.374 + ], + "bottomright": [ + 0.249, + 0.624 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.124 + ], + "bottomright": [ + 0.498, + 0.374 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.374 + ], + "bottomright": [ + 0.498, + 0.624 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.124 + ], + "bottomright": [ + 0.748, + 0.374 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.374 + ], + "bottomright": [ + 0.748, + 0.624 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "diff person", + "position": { + "topleft": [ + 0.748, + 0.124 + ], + "bottomright": [ + 0.997, + 0.374 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.624 + ], + "bottomright": [ + 0.249, + 0.874 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_10-rater1.json b/ratings/video_10-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..77385eeda0894855304ade7988ffc53b928aaf2f --- /dev/null +++ b/ratings/video_10-rater1.json @@ -0,0 +1,28235 @@ +[ + { + "clipIdx": 0, + "startFrame": 17602, + "startTime": "0:11:44.100", + "endFrame": 18103, + "endTime": "0:12:4.140", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 1, + "startFrame": 18119, + "startTime": "0:12:4.770", + "endFrame": 18467, + "endTime": "0:12:18.690", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 2, + "startFrame": 18488, + "startTime": "0:12:19.530", + "endFrame": 18803, + "endTime": "0:12:32.130", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 3, + "startFrame": 18815, + "startTime": "0:12:32.610", + "endFrame": 19245, + "endTime": "0:12:49.800", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "Switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 19251, + "startTime": "0:12:50.070", + "endFrame": 19521, + "endTime": "0:13:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19530, + "startTime": "0:13:1.200", + "endFrame": 20004, + "endTime": "0:13:20.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 6, + "startFrame": 20095, + "startTime": "0:13:23.820", + "endFrame": 20303, + "endTime": "0:13:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.306 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 20330, + "startTime": "0:13:33.210", + "endFrame": 20804, + "endTime": "0:13:52.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 8, + "startFrame": 23785, + "startTime": "0:15:51.420", + "endFrame": 24109, + "endTime": "0:16:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 24123, + "startTime": "0:16:4.920", + "endFrame": 24467, + "endTime": "0:16:18.690", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 24477, + "startTime": "0:16:19.110", + "endFrame": 24880, + "endTime": "0:16:35.220", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 24911, + "startTime": "0:16:36.450", + "endFrame": 25166, + "endTime": "0:16:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "split screen ", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.267 + ], + "bottomright": [ + 0.996, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 25185, + "startTime": "0:16:47.400", + "endFrame": 25526, + "endTime": "0:17:1.050", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 25563, + "startTime": "0:17:2.550", + "endFrame": 25810, + "endTime": "0:17:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 25855, + "startTime": "0:17:14.220", + "endFrame": 26250, + "endTime": "0:17:30.000", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "Switched people", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 26261, + "startTime": "0:17:30.450", + "endFrame": 26515, + "endTime": "0:17:40.620", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 30999, + "startTime": "0:20:39.990", + "endFrame": 31417, + "endTime": "0:20:56.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 31449, + "startTime": "0:20:57.990", + "endFrame": 31721, + "endTime": "0:21:8.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 31733, + "startTime": "0:21:9.360", + "endFrame": 32157, + "endTime": "0:21:26.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 32189, + "startTime": "0:21:27.570", + "endFrame": 32477, + "endTime": "0:21:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 32489, + "startTime": "0:21:39.570", + "endFrame": 32833, + "endTime": "0:21:53.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 32850, + "startTime": "0:21:54.000", + "endFrame": 33275, + "endTime": "0:22:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person13", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "switching people", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 33312, + "startTime": "0:22:12.510", + "endFrame": 33678, + "endTime": "0:22:27.120", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 23, + "startFrame": 33719, + "startTime": "0:22:28.770", + "endFrame": 33965, + "endTime": "0:22:38.610", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 24, + "startFrame": 33985, + "startTime": "0:22:39.420", + "endFrame": 34465, + "endTime": "0:22:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 34479, + "startTime": "0:22:59.160", + "endFrame": 34842, + "endTime": "0:23:13.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 34887, + "startTime": "0:23:15.480", + "endFrame": 35246, + "endTime": "0:23:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 35280, + "startTime": "0:23:31.230", + "endFrame": 35604, + "endTime": "0:23:44.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 35608, + "startTime": "0:23:44.340", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 35999, + "startTime": "0:23:59.970", + "endFrame": 36465, + "endTime": "0:24:18.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 36498, + "startTime": "0:24:19.950", + "endFrame": 36744, + "endTime": "0:24:29.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 36758, + "startTime": "0:24:30.330", + "endFrame": 37099, + "endTime": "0:24:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 37123, + "startTime": "0:24:44.940", + "endFrame": 37422, + "endTime": "0:24:56.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 37439, + "startTime": "0:24:57.570", + "endFrame": 37808, + "endTime": "0:25:12.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 37821, + "startTime": "0:25:12.840", + "endFrame": 38121, + "endTime": "0:25:24.870", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 35, + "startFrame": 38135, + "startTime": "0:25:25.410", + "endFrame": 38481, + "endTime": "0:25:39.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 38485, + "startTime": "0:25:39.420", + "endFrame": 38743, + "endTime": "0:25:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 38778, + "startTime": "0:25:51.150", + "endFrame": 39030, + "endTime": "0:26:1.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 39042, + "startTime": "0:26:1.680", + "endFrame": 39342, + "endTime": "0:26:13.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 39381, + "startTime": "0:26:15.240", + "endFrame": 39757, + "endTime": "0:26:30.300", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 39810, + "startTime": "0:26:32.400", + "endFrame": 40129, + "endTime": "0:26:45.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 40156, + "startTime": "0:26:46.260", + "endFrame": 40435, + "endTime": "0:26:57.420", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 40443, + "startTime": "0:26:57.750", + "endFrame": 40729, + "endTime": "0:27:9.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 40773, + "startTime": "0:27:10.920", + "endFrame": 41208, + "endTime": "0:27:28.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "Switched screens", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "switched screens", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "switched screens", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 41246, + "startTime": "0:27:29.850", + "endFrame": 41651, + "endTime": "0:27:46.050", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 41663, + "startTime": "0:27:46.530", + "endFrame": 42135, + "endTime": "0:28:5.400", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 42151, + "startTime": "0:28:6.060", + "endFrame": 42402, + "endTime": "0:28:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 42439, + "startTime": "0:28:17.580", + "endFrame": 42886, + "endTime": "0:28:35.460", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 42903, + "startTime": "0:28:36.120", + "endFrame": 43176, + "endTime": "0:28:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 43234, + "startTime": "0:28:49.380", + "endFrame": 43452, + "endTime": "0:28:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 43470, + "startTime": "0:28:58.800", + "endFrame": 43962, + "endTime": "0:29:18.480", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 43975, + "startTime": "0:29:19.020", + "endFrame": 44232, + "endTime": "0:29:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 44247, + "startTime": "0:29:29.910", + "endFrame": 44537, + "endTime": "0:29:41.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 44551, + "startTime": "0:29:42.060", + "endFrame": 44811, + "endTime": "0:29:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 44818, + "startTime": "0:29:52.740", + "endFrame": 45151, + "endTime": "0:30:6.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 45324, + "startTime": "0:30:12.960", + "endFrame": 45678, + "endTime": "0:30:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 45689, + "startTime": "0:30:27.570", + "endFrame": 46343, + "endTime": "0:30:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 46369, + "startTime": "0:30:54.780", + "endFrame": 46833, + "endTime": "0:31:13.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "changed people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "split screens", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "switched screens", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "Unable to view full face", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "Multiple people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 46866, + "startTime": "0:31:14.670", + "endFrame": 47431, + "endTime": "0:31:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 47466, + "startTime": "0:31:38.640", + "endFrame": 47839, + "endTime": "0:31:53.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 47841, + "startTime": "0:31:53.670", + "endFrame": 48119, + "endTime": "0:32:4.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 48132, + "startTime": "0:32:5.280", + "endFrame": 48396, + "endTime": "0:32:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 48420, + "startTime": "0:32:16.830", + "endFrame": 48672, + "endTime": "0:32:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 48684, + "startTime": "0:32:27.390", + "endFrame": 48957, + "endTime": "0:32:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 48972, + "startTime": "0:32:38.910", + "endFrame": 49467, + "endTime": "0:32:58.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 49541, + "startTime": "0:33:1.650", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 50121, + "startTime": "0:33:24.870", + "endFrame": 50388, + "endTime": "0:33:35.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 50394, + "startTime": "0:33:35.790", + "endFrame": 50946, + "endTime": "0:33:57.840", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 68, + "startFrame": 50955, + "startTime": "0:33:58.230", + "endFrame": 51393, + "endTime": "0:34:15.750", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 51428, + "startTime": "0:34:17.130", + "endFrame": 51766, + "endTime": "0:34:30.660", + "category": "", + "note": "", + "people": [ + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 51798, + "startTime": "0:34:31.920", + "endFrame": 52260, + "endTime": "0:34:50.400", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 52288, + "startTime": "0:34:51.540", + "endFrame": 52742, + "endTime": "0:35:9.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 52748, + "startTime": "0:35:9.930", + "endFrame": 53022, + "endTime": "0:35:20.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 53040, + "startTime": "0:35:21.630", + "endFrame": 53504, + "endTime": "0:35:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 53516, + "startTime": "0:35:40.680", + "endFrame": 53982, + "endTime": "0:35:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 53997, + "startTime": "0:35:59.880", + "endFrame": 54479, + "endTime": "0:36:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 54495, + "startTime": "0:36:19.800", + "endFrame": 54854, + "endTime": "0:36:34.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 54915, + "startTime": "0:36:36.630", + "endFrame": 55120, + "endTime": "0:36:44.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 55130, + "startTime": "0:36:45.210", + "endFrame": 55540, + "endTime": "0:37:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 55568, + "startTime": "0:37:2.730", + "endFrame": 55890, + "endTime": "0:37:15.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 55896, + "startTime": "0:37:15.870", + "endFrame": 56163, + "endTime": "0:37:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 56179, + "startTime": "0:37:27.180", + "endFrame": 56484, + "endTime": "0:37:39.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 56499, + "startTime": "0:37:39.960", + "endFrame": 56952, + "endTime": "0:37:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 56961, + "startTime": "0:37:58.470", + "endFrame": 57366, + "endTime": "0:38:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 57380, + "startTime": "0:38:15.210", + "endFrame": 57639, + "endTime": "0:38:25.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 57673, + "startTime": "0:38:26.940", + "endFrame": 57980, + "endTime": "0:38:39.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 57982, + "startTime": "0:38:39.300", + "endFrame": 58279, + "endTime": "0:38:51.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 58289, + "startTime": "0:38:51.570", + "endFrame": 58540, + "endTime": "0:39:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 58559, + "startTime": "0:39:2.370", + "endFrame": 58929, + "endTime": "0:39:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 58936, + "startTime": "0:39:17.460", + "endFrame": 59206, + "endTime": "0:39:28.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 59230, + "startTime": "0:39:29.220", + "endFrame": 59804, + "endTime": "0:39:52.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 59849, + "startTime": "0:39:53.970", + "endFrame": 60236, + "endTime": "0:40:9.450", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 60249, + "startTime": "0:40:9.960", + "endFrame": 60634, + "endTime": "0:40:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 60654, + "startTime": "0:40:26.190", + "endFrame": 60949, + "endTime": "0:40:37.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 60957, + "startTime": "0:40:38.280", + "endFrame": 61388, + "endTime": "0:40:55.530", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 61413, + "startTime": "0:40:56.550", + "endFrame": 61698, + "endTime": "0:41:7.920", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 61705, + "startTime": "0:41:8.220", + "endFrame": 62064, + "endTime": "0:41:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person28", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 62079, + "startTime": "0:41:23.160", + "endFrame": 62410, + "endTime": "0:41:36.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 66075, + "startTime": "0:44:3.000", + "endFrame": 66345, + "endTime": "0:44:13.800", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 66350, + "startTime": "0:44:14.010", + "endFrame": 66759, + "endTime": "0:44:30.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 66774, + "startTime": "0:44:30.960", + "endFrame": 67222, + "endTime": "0:44:48.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 67229, + "startTime": "0:44:49.170", + "endFrame": 68052, + "endTime": "0:45:22.080", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 102, + "startFrame": 78610, + "startTime": "0:52:24.420", + "endFrame": 78723, + "endTime": "0:52:28.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 78730, + "startTime": "0:52:29.220", + "endFrame": 78982, + "endTime": "0:52:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 78997, + "startTime": "0:52:39.900", + "endFrame": 79404, + "endTime": "0:52:56.160", + "category": "", + "note": "", + "people": [ + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person27", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 79415, + "startTime": "0:52:56.610", + "endFrame": 79721, + "endTime": "0:53:8.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 79761, + "startTime": "0:53:10.470", + "endFrame": 80066, + "endTime": "0:53:22.650", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 107, + "startFrame": 80110, + "startTime": "0:53:24.420", + "endFrame": 80548, + "endTime": "0:53:41.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 108, + "startFrame": 80579, + "startTime": "0:53:43.170", + "endFrame": 80912, + "endTime": "0:53:56.490", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 80917, + "startTime": "0:53:56.700", + "endFrame": 81248, + "endTime": "0:54:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 81279, + "startTime": "0:54:11.160", + "endFrame": 81524, + "endTime": "0:54:20.970", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 81533, + "startTime": "0:54:21.330", + "endFrame": 82005, + "endTime": "0:54:40.230", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "Two people", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 82012, + "startTime": "0:54:40.500", + "endFrame": 82452, + "endTime": "0:54:58.110", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 82462, + "startTime": "0:54:58.500", + "endFrame": 82818, + "endTime": "0:55:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "Switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 82829, + "startTime": "0:55:13.170", + "endFrame": 83209, + "endTime": "0:55:28.380", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 83227, + "startTime": "0:55:29.100", + "endFrame": 83640, + "endTime": "0:55:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 83655, + "startTime": "0:55:46.200", + "endFrame": 84075, + "endTime": "0:56:3.000", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 117, + "startFrame": 84086, + "startTime": "0:56:3.450", + "endFrame": 84406, + "endTime": "0:56:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 84435, + "startTime": "0:56:17.400", + "endFrame": 84869, + "endTime": "0:56:34.770", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 84884, + "startTime": "0:56:35.370", + "endFrame": 85298, + "endTime": "0:56:51.930", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 85314, + "startTime": "0:56:52.590", + "endFrame": 85855, + "endTime": "0:57:14.220", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 85872, + "startTime": "0:57:14.880", + "endFrame": 86276, + "endTime": "0:57:31.050", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 86302, + "startTime": "0:57:32.100", + "endFrame": 86775, + "endTime": "0:57:51.000", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 86785, + "startTime": "0:57:51.420", + "endFrame": 87451, + "endTime": "0:58:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 87496, + "startTime": "0:58:19.860", + "endFrame": 87741, + "endTime": "0:58:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 87746, + "startTime": "0:58:29.850", + "endFrame": 88343, + "endTime": "0:58:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 88482, + "startTime": "0:58:59.280", + "endFrame": 88780, + "endTime": "0:59:11.220", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 88787, + "startTime": "0:59:11.490", + "endFrame": 90384, + "endTime": "1:00:15.390", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "multiple people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 90449, + "startTime": "1:00:17.970", + "endFrame": 91150, + "endTime": "1:00:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 91156, + "startTime": "1:00:46.260", + "endFrame": 91472, + "endTime": "1:00:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 91490, + "startTime": "1:00:59.610", + "endFrame": 91936, + "endTime": "1:01:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 91943, + "startTime": "1:01:17.730", + "endFrame": 92491, + "endTime": "1:01:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 92526, + "startTime": "1:01:41.070", + "endFrame": 92766, + "endTime": "1:01:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.725 + ], + "bottomright": [ + 0.697, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 92784, + "startTime": "1:01:51.360", + "endFrame": 93040, + "endTime": "1:02:1.620", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 134, + "startFrame": 93084, + "startTime": "1:02:3.390", + "endFrame": 93303, + "endTime": "1:02:12.150", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 93343, + "startTime": "1:02:13.740", + "endFrame": 93633, + "endTime": "1:02:25.320", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 136, + "startFrame": 93669, + "startTime": "1:02:26.760", + "endFrame": 94071, + "endTime": "1:02:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 94140, + "startTime": "1:02:45.630", + "endFrame": 94366, + "endTime": "1:02:54.660", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 138, + "startFrame": 94392, + "startTime": "1:02:55.680", + "endFrame": 94672, + "endTime": "1:03:6.900", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person33", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 95206, + "endTime": "1:03:28.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 140, + "startFrame": 95238, + "startTime": "1:03:29.520", + "endFrame": 95505, + "endTime": "1:03:40.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 141, + "startFrame": 95556, + "startTime": "1:03:42.270", + "endFrame": 95989, + "endTime": "1:03:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96309, + "endTime": "1:04:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 96309, + "startTime": "1:04:12.390", + "endFrame": 96618, + "endTime": "1:04:24.750", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 96648, + "startTime": "1:04:25.920", + "endFrame": 97092, + "endTime": "1:04:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 97161, + "startTime": "1:04:46.470", + "endFrame": 97398, + "endTime": "1:04:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.689 + ], + "bottomright": [ + 0.199, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 97404, + "startTime": "1:04:56.160", + "endFrame": 97656, + "endTime": "1:05:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "multiple people", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 97664, + "startTime": "1:05:6.570", + "endFrame": 97929, + "endTime": "1:05:17.160", + "category": "", + "note": "", + "people": [] + } +] \ No newline at end of file diff --git a/ratings/video_10-rater3.json b/ratings/video_10-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..3eb99221520d303e504d62d79296a61f139a8d19 --- /dev/null +++ b/ratings/video_10-rater3.json @@ -0,0 +1,28235 @@ +[ + { + "clipIdx": 0, + "startFrame": 17602, + "startTime": "0:11:44.100", + "endFrame": 18103, + "endTime": "0:12:4.140", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 1, + "startFrame": 18119, + "startTime": "0:12:4.770", + "endFrame": 18467, + "endTime": "0:12:18.690", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 2, + "startFrame": 18488, + "startTime": "0:12:19.530", + "endFrame": 18803, + "endTime": "0:12:32.130", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 3, + "startFrame": 18815, + "startTime": "0:12:32.610", + "endFrame": 19245, + "endTime": "0:12:49.800", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "Switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 19251, + "startTime": "0:12:50.070", + "endFrame": 19521, + "endTime": "0:13:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19530, + "startTime": "0:13:1.200", + "endFrame": 20004, + "endTime": "0:13:20.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 6, + "startFrame": 20095, + "startTime": "0:13:23.820", + "endFrame": 20303, + "endTime": "0:13:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.306 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 20330, + "startTime": "0:13:33.210", + "endFrame": 20804, + "endTime": "0:13:52.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 8, + "startFrame": 23785, + "startTime": "0:15:51.420", + "endFrame": 24109, + "endTime": "0:16:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 24123, + "startTime": "0:16:4.920", + "endFrame": 24467, + "endTime": "0:16:18.690", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 24477, + "startTime": "0:16:19.110", + "endFrame": 24880, + "endTime": "0:16:35.220", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 24911, + "startTime": "0:16:36.450", + "endFrame": 25166, + "endTime": "0:16:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "split screen ", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.267 + ], + "bottomright": [ + 0.996, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 25185, + "startTime": "0:16:47.400", + "endFrame": 25526, + "endTime": "0:17:1.050", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 25563, + "startTime": "0:17:2.550", + "endFrame": 25810, + "endTime": "0:17:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 25855, + "startTime": "0:17:14.220", + "endFrame": 26250, + "endTime": "0:17:30.000", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "Switched people", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 26261, + "startTime": "0:17:30.450", + "endFrame": 26515, + "endTime": "0:17:40.620", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 30999, + "startTime": "0:20:39.990", + "endFrame": 31417, + "endTime": "0:20:56.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 31449, + "startTime": "0:20:57.990", + "endFrame": 31721, + "endTime": "0:21:8.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 31733, + "startTime": "0:21:9.360", + "endFrame": 32157, + "endTime": "0:21:26.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 32189, + "startTime": "0:21:27.570", + "endFrame": 32477, + "endTime": "0:21:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 32489, + "startTime": "0:21:39.570", + "endFrame": 32833, + "endTime": "0:21:53.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 32850, + "startTime": "0:21:54.000", + "endFrame": 33275, + "endTime": "0:22:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "switching people", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 33312, + "startTime": "0:22:12.510", + "endFrame": 33678, + "endTime": "0:22:27.120", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 23, + "startFrame": 33719, + "startTime": "0:22:28.770", + "endFrame": 33965, + "endTime": "0:22:38.610", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 24, + "startFrame": 33985, + "startTime": "0:22:39.420", + "endFrame": 34465, + "endTime": "0:22:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 34479, + "startTime": "0:22:59.160", + "endFrame": 34842, + "endTime": "0:23:13.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 34887, + "startTime": "0:23:15.480", + "endFrame": 35246, + "endTime": "0:23:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 35280, + "startTime": "0:23:31.230", + "endFrame": 35604, + "endTime": "0:23:44.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 35608, + "startTime": "0:23:44.340", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 35999, + "startTime": "0:23:59.970", + "endFrame": 36465, + "endTime": "0:24:18.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 36498, + "startTime": "0:24:19.950", + "endFrame": 36744, + "endTime": "0:24:29.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 36758, + "startTime": "0:24:30.330", + "endFrame": 37099, + "endTime": "0:24:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 37123, + "startTime": "0:24:44.940", + "endFrame": 37422, + "endTime": "0:24:56.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 37439, + "startTime": "0:24:57.570", + "endFrame": 37808, + "endTime": "0:25:12.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 37821, + "startTime": "0:25:12.840", + "endFrame": 38121, + "endTime": "0:25:24.870", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 35, + "startFrame": 38135, + "startTime": "0:25:25.410", + "endFrame": 38481, + "endTime": "0:25:39.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 38485, + "startTime": "0:25:39.420", + "endFrame": 38743, + "endTime": "0:25:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 38778, + "startTime": "0:25:51.150", + "endFrame": 39030, + "endTime": "0:26:1.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 39042, + "startTime": "0:26:1.680", + "endFrame": 39342, + "endTime": "0:26:13.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 39381, + "startTime": "0:26:15.240", + "endFrame": 39757, + "endTime": "0:26:30.300", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 39810, + "startTime": "0:26:32.400", + "endFrame": 40129, + "endTime": "0:26:45.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 40156, + "startTime": "0:26:46.260", + "endFrame": 40435, + "endTime": "0:26:57.420", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 40443, + "startTime": "0:26:57.750", + "endFrame": 40729, + "endTime": "0:27:9.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 40773, + "startTime": "0:27:10.920", + "endFrame": 41208, + "endTime": "0:27:28.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "Switched screens", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "switched screens", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "switched screens", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 41246, + "startTime": "0:27:29.850", + "endFrame": 41651, + "endTime": "0:27:46.050", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 41663, + "startTime": "0:27:46.530", + "endFrame": 42135, + "endTime": "0:28:5.400", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 42151, + "startTime": "0:28:6.060", + "endFrame": 42402, + "endTime": "0:28:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 42439, + "startTime": "0:28:17.580", + "endFrame": 42886, + "endTime": "0:28:35.460", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 42903, + "startTime": "0:28:36.120", + "endFrame": 43176, + "endTime": "0:28:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 43234, + "startTime": "0:28:49.380", + "endFrame": 43452, + "endTime": "0:28:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 43470, + "startTime": "0:28:58.800", + "endFrame": 43962, + "endTime": "0:29:18.480", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 43975, + "startTime": "0:29:19.020", + "endFrame": 44232, + "endTime": "0:29:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 44247, + "startTime": "0:29:29.910", + "endFrame": 44537, + "endTime": "0:29:41.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 44551, + "startTime": "0:29:42.060", + "endFrame": 44811, + "endTime": "0:29:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 44818, + "startTime": "0:29:52.740", + "endFrame": 45151, + "endTime": "0:30:6.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 45324, + "startTime": "0:30:12.960", + "endFrame": 45678, + "endTime": "0:30:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 45689, + "startTime": "0:30:27.570", + "endFrame": 46343, + "endTime": "0:30:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 46369, + "startTime": "0:30:54.780", + "endFrame": 46833, + "endTime": "0:31:13.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "changed people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "split screens", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "switched screens", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "Unable to view full face", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "Multiple people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 46866, + "startTime": "0:31:14.670", + "endFrame": 47431, + "endTime": "0:31:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 47466, + "startTime": "0:31:38.640", + "endFrame": 47839, + "endTime": "0:31:53.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 47841, + "startTime": "0:31:53.670", + "endFrame": 48119, + "endTime": "0:32:4.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 48132, + "startTime": "0:32:5.280", + "endFrame": 48396, + "endTime": "0:32:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 48420, + "startTime": "0:32:16.830", + "endFrame": 48672, + "endTime": "0:32:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 48684, + "startTime": "0:32:27.390", + "endFrame": 48957, + "endTime": "0:32:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 48972, + "startTime": "0:32:38.910", + "endFrame": 49467, + "endTime": "0:32:58.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 49541, + "startTime": "0:33:1.650", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 50121, + "startTime": "0:33:24.870", + "endFrame": 50388, + "endTime": "0:33:35.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 50394, + "startTime": "0:33:35.790", + "endFrame": 50946, + "endTime": "0:33:57.840", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 68, + "startFrame": 50955, + "startTime": "0:33:58.230", + "endFrame": 51393, + "endTime": "0:34:15.750", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 51428, + "startTime": "0:34:17.130", + "endFrame": 51766, + "endTime": "0:34:30.660", + "category": "", + "note": "", + "people": [ + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 51798, + "startTime": "0:34:31.920", + "endFrame": 52260, + "endTime": "0:34:50.400", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 52288, + "startTime": "0:34:51.540", + "endFrame": 52742, + "endTime": "0:35:9.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 52748, + "startTime": "0:35:9.930", + "endFrame": 53022, + "endTime": "0:35:20.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 53040, + "startTime": "0:35:21.630", + "endFrame": 53504, + "endTime": "0:35:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 53516, + "startTime": "0:35:40.680", + "endFrame": 53982, + "endTime": "0:35:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 53997, + "startTime": "0:35:59.880", + "endFrame": 54479, + "endTime": "0:36:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 54495, + "startTime": "0:36:19.800", + "endFrame": 54854, + "endTime": "0:36:34.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 54915, + "startTime": "0:36:36.630", + "endFrame": 55120, + "endTime": "0:36:44.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 55130, + "startTime": "0:36:45.210", + "endFrame": 55540, + "endTime": "0:37:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 55568, + "startTime": "0:37:2.730", + "endFrame": 55890, + "endTime": "0:37:15.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 55896, + "startTime": "0:37:15.870", + "endFrame": 56163, + "endTime": "0:37:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 56179, + "startTime": "0:37:27.180", + "endFrame": 56484, + "endTime": "0:37:39.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 56499, + "startTime": "0:37:39.960", + "endFrame": 56952, + "endTime": "0:37:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 56961, + "startTime": "0:37:58.470", + "endFrame": 57366, + "endTime": "0:38:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 57380, + "startTime": "0:38:15.210", + "endFrame": 57639, + "endTime": "0:38:25.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 57673, + "startTime": "0:38:26.940", + "endFrame": 57980, + "endTime": "0:38:39.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 57982, + "startTime": "0:38:39.300", + "endFrame": 58279, + "endTime": "0:38:51.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 58289, + "startTime": "0:38:51.570", + "endFrame": 58540, + "endTime": "0:39:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 58559, + "startTime": "0:39:2.370", + "endFrame": 58929, + "endTime": "0:39:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 58936, + "startTime": "0:39:17.460", + "endFrame": 59206, + "endTime": "0:39:28.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 59230, + "startTime": "0:39:29.220", + "endFrame": 59804, + "endTime": "0:39:52.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 59849, + "startTime": "0:39:53.970", + "endFrame": 60236, + "endTime": "0:40:9.450", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 60249, + "startTime": "0:40:9.960", + "endFrame": 60634, + "endTime": "0:40:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 60654, + "startTime": "0:40:26.190", + "endFrame": 60949, + "endTime": "0:40:37.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 60957, + "startTime": "0:40:38.280", + "endFrame": 61388, + "endTime": "0:40:55.530", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 61413, + "startTime": "0:40:56.550", + "endFrame": 61698, + "endTime": "0:41:7.920", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 61705, + "startTime": "0:41:8.220", + "endFrame": 62064, + "endTime": "0:41:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person28", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 62079, + "startTime": "0:41:23.160", + "endFrame": 62410, + "endTime": "0:41:36.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 66075, + "startTime": "0:44:3.000", + "endFrame": 66345, + "endTime": "0:44:13.800", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 66350, + "startTime": "0:44:14.010", + "endFrame": 66759, + "endTime": "0:44:30.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 66774, + "startTime": "0:44:30.960", + "endFrame": 67222, + "endTime": "0:44:48.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 67229, + "startTime": "0:44:49.170", + "endFrame": 68052, + "endTime": "0:45:22.080", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 102, + "startFrame": 78610, + "startTime": "0:52:24.420", + "endFrame": 78723, + "endTime": "0:52:28.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 78730, + "startTime": "0:52:29.220", + "endFrame": 78982, + "endTime": "0:52:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 78997, + "startTime": "0:52:39.900", + "endFrame": 79404, + "endTime": "0:52:56.160", + "category": "", + "note": "", + "people": [ + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 79415, + "startTime": "0:52:56.610", + "endFrame": 79721, + "endTime": "0:53:8.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 79761, + "startTime": "0:53:10.470", + "endFrame": 80066, + "endTime": "0:53:22.650", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 107, + "startFrame": 80110, + "startTime": "0:53:24.420", + "endFrame": 80548, + "endTime": "0:53:41.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 108, + "startFrame": 80579, + "startTime": "0:53:43.170", + "endFrame": 80912, + "endTime": "0:53:56.490", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 80917, + "startTime": "0:53:56.700", + "endFrame": 81248, + "endTime": "0:54:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 81279, + "startTime": "0:54:11.160", + "endFrame": 81524, + "endTime": "0:54:20.970", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 81533, + "startTime": "0:54:21.330", + "endFrame": 82005, + "endTime": "0:54:40.230", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "Two people", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 82012, + "startTime": "0:54:40.500", + "endFrame": 82452, + "endTime": "0:54:58.110", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 82462, + "startTime": "0:54:58.500", + "endFrame": 82818, + "endTime": "0:55:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "Switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 82829, + "startTime": "0:55:13.170", + "endFrame": 83209, + "endTime": "0:55:28.380", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 83227, + "startTime": "0:55:29.100", + "endFrame": 83640, + "endTime": "0:55:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 83655, + "startTime": "0:55:46.200", + "endFrame": 84075, + "endTime": "0:56:3.000", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 117, + "startFrame": 84086, + "startTime": "0:56:3.450", + "endFrame": 84406, + "endTime": "0:56:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 84435, + "startTime": "0:56:17.400", + "endFrame": 84869, + "endTime": "0:56:34.770", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 84884, + "startTime": "0:56:35.370", + "endFrame": 85298, + "endTime": "0:56:51.930", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 85314, + "startTime": "0:56:52.590", + "endFrame": 85855, + "endTime": "0:57:14.220", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 85872, + "startTime": "0:57:14.880", + "endFrame": 86276, + "endTime": "0:57:31.050", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 86302, + "startTime": "0:57:32.100", + "endFrame": 86775, + "endTime": "0:57:51.000", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 86785, + "startTime": "0:57:51.420", + "endFrame": 87451, + "endTime": "0:58:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 87496, + "startTime": "0:58:19.860", + "endFrame": 87741, + "endTime": "0:58:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 87746, + "startTime": "0:58:29.850", + "endFrame": 88343, + "endTime": "0:58:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 88482, + "startTime": "0:58:59.280", + "endFrame": 88780, + "endTime": "0:59:11.220", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 88787, + "startTime": "0:59:11.490", + "endFrame": 90384, + "endTime": "1:00:15.390", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 90449, + "startTime": "1:00:17.970", + "endFrame": 91150, + "endTime": "1:00:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 91156, + "startTime": "1:00:46.260", + "endFrame": 91472, + "endTime": "1:00:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 91490, + "startTime": "1:00:59.610", + "endFrame": 91936, + "endTime": "1:01:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 91943, + "startTime": "1:01:17.730", + "endFrame": 92491, + "endTime": "1:01:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 92526, + "startTime": "1:01:41.070", + "endFrame": 92766, + "endTime": "1:01:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.725 + ], + "bottomright": [ + 0.697, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 92784, + "startTime": "1:01:51.360", + "endFrame": 93040, + "endTime": "1:02:1.620", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 134, + "startFrame": 93084, + "startTime": "1:02:3.390", + "endFrame": 93303, + "endTime": "1:02:12.150", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 93343, + "startTime": "1:02:13.740", + "endFrame": 93633, + "endTime": "1:02:25.320", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 136, + "startFrame": 93669, + "startTime": "1:02:26.760", + "endFrame": 94071, + "endTime": "1:02:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 94140, + "startTime": "1:02:45.630", + "endFrame": 94366, + "endTime": "1:02:54.660", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 138, + "startFrame": 94392, + "startTime": "1:02:55.680", + "endFrame": 94672, + "endTime": "1:03:6.900", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 95206, + "endTime": "1:03:28.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 140, + "startFrame": 95238, + "startTime": "1:03:29.520", + "endFrame": 95505, + "endTime": "1:03:40.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 141, + "startFrame": 95556, + "startTime": "1:03:42.270", + "endFrame": 95989, + "endTime": "1:03:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96309, + "endTime": "1:04:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 96309, + "startTime": "1:04:12.390", + "endFrame": 96618, + "endTime": "1:04:24.750", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 96648, + "startTime": "1:04:25.920", + "endFrame": 97092, + "endTime": "1:04:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 97161, + "startTime": "1:04:46.470", + "endFrame": 97398, + "endTime": "1:04:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.689 + ], + "bottomright": [ + 0.199, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 97404, + "startTime": "1:04:56.160", + "endFrame": 97656, + "endTime": "1:05:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "multiple people", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 97664, + "startTime": "1:05:6.570", + "endFrame": 97929, + "endTime": "1:05:17.160", + "category": "", + "note": "", + "people": [] + } +] \ No newline at end of file diff --git a/ratings/video_10-rater4.json b/ratings/video_10-rater4.json new file mode 100644 index 0000000000000000000000000000000000000000..d690094739726a4c748ded9c534cb38c5e39659a --- /dev/null +++ b/ratings/video_10-rater4.json @@ -0,0 +1,28235 @@ +[ + { + "clipIdx": 0, + "startFrame": 17602, + "startTime": "0:11:44.100", + "endFrame": 18103, + "endTime": "0:12:4.140", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 1, + "startFrame": 18119, + "startTime": "0:12:4.770", + "endFrame": 18467, + "endTime": "0:12:18.690", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 2, + "startFrame": 18488, + "startTime": "0:12:19.530", + "endFrame": 18803, + "endTime": "0:12:32.130", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 3, + "startFrame": 18815, + "startTime": "0:12:32.610", + "endFrame": 19245, + "endTime": "0:12:49.800", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "Switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 19251, + "startTime": "0:12:50.070", + "endFrame": 19521, + "endTime": "0:13:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19530, + "startTime": "0:13:1.200", + "endFrame": 20004, + "endTime": "0:13:20.160", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 6, + "startFrame": 20095, + "startTime": "0:13:23.820", + "endFrame": 20303, + "endTime": "0:13:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.306 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 20330, + "startTime": "0:13:33.210", + "endFrame": 20804, + "endTime": "0:13:52.170", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 8, + "startFrame": 23785, + "startTime": "0:15:51.420", + "endFrame": 24109, + "endTime": "0:16:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 24123, + "startTime": "0:16:4.920", + "endFrame": 24467, + "endTime": "0:16:18.690", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 24477, + "startTime": "0:16:19.110", + "endFrame": 24880, + "endTime": "0:16:35.220", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 24911, + "startTime": "0:16:36.450", + "endFrame": 25166, + "endTime": "0:16:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "split screen ", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.267 + ], + "bottomright": [ + 0.996, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 25185, + "startTime": "0:16:47.400", + "endFrame": 25526, + "endTime": "0:17:1.050", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 25563, + "startTime": "0:17:2.550", + "endFrame": 25810, + "endTime": "0:17:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 25855, + "startTime": "0:17:14.220", + "endFrame": 26250, + "endTime": "0:17:30.000", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "Switched people", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 26261, + "startTime": "0:17:30.450", + "endFrame": 26515, + "endTime": "0:17:40.620", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 30999, + "startTime": "0:20:39.990", + "endFrame": 31417, + "endTime": "0:20:56.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 31449, + "startTime": "0:20:57.990", + "endFrame": 31721, + "endTime": "0:21:8.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 31733, + "startTime": "0:21:9.360", + "endFrame": 32157, + "endTime": "0:21:26.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 32189, + "startTime": "0:21:27.570", + "endFrame": 32477, + "endTime": "0:21:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 32489, + "startTime": "0:21:39.570", + "endFrame": 32833, + "endTime": "0:21:53.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 32850, + "startTime": "0:21:54.000", + "endFrame": 33275, + "endTime": "0:22:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person13", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "switching people", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 33312, + "startTime": "0:22:12.510", + "endFrame": 33678, + "endTime": "0:22:27.120", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 23, + "startFrame": 33719, + "startTime": "0:22:28.770", + "endFrame": 33965, + "endTime": "0:22:38.610", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 24, + "startFrame": 33985, + "startTime": "0:22:39.420", + "endFrame": 34465, + "endTime": "0:22:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 34479, + "startTime": "0:22:59.160", + "endFrame": 34842, + "endTime": "0:23:13.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 34887, + "startTime": "0:23:15.480", + "endFrame": 35246, + "endTime": "0:23:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 35280, + "startTime": "0:23:31.230", + "endFrame": 35604, + "endTime": "0:23:44.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 35608, + "startTime": "0:23:44.340", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 35999, + "startTime": "0:23:59.970", + "endFrame": 36465, + "endTime": "0:24:18.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 36498, + "startTime": "0:24:19.950", + "endFrame": 36744, + "endTime": "0:24:29.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 36758, + "startTime": "0:24:30.330", + "endFrame": 37099, + "endTime": "0:24:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 37123, + "startTime": "0:24:44.940", + "endFrame": 37422, + "endTime": "0:24:56.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 37439, + "startTime": "0:24:57.570", + "endFrame": 37808, + "endTime": "0:25:12.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 37821, + "startTime": "0:25:12.840", + "endFrame": 38121, + "endTime": "0:25:24.870", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 35, + "startFrame": 38135, + "startTime": "0:25:25.410", + "endFrame": 38481, + "endTime": "0:25:39.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 38485, + "startTime": "0:25:39.420", + "endFrame": 38743, + "endTime": "0:25:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 38778, + "startTime": "0:25:51.150", + "endFrame": 39030, + "endTime": "0:26:1.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 39042, + "startTime": "0:26:1.680", + "endFrame": 39342, + "endTime": "0:26:13.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 39381, + "startTime": "0:26:15.240", + "endFrame": 39757, + "endTime": "0:26:30.300", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 39810, + "startTime": "0:26:32.400", + "endFrame": 40129, + "endTime": "0:26:45.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 40156, + "startTime": "0:26:46.260", + "endFrame": 40435, + "endTime": "0:26:57.420", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 40443, + "startTime": "0:26:57.750", + "endFrame": 40729, + "endTime": "0:27:9.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 40773, + "startTime": "0:27:10.920", + "endFrame": 41208, + "endTime": "0:27:28.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "Switched screens", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "switched screens", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 41246, + "startTime": "0:27:29.850", + "endFrame": 41651, + "endTime": "0:27:46.050", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 41663, + "startTime": "0:27:46.530", + "endFrame": 42135, + "endTime": "0:28:5.400", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 42151, + "startTime": "0:28:6.060", + "endFrame": 42402, + "endTime": "0:28:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 42439, + "startTime": "0:28:17.580", + "endFrame": 42886, + "endTime": "0:28:35.460", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 42903, + "startTime": "0:28:36.120", + "endFrame": 43176, + "endTime": "0:28:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 43234, + "startTime": "0:28:49.380", + "endFrame": 43452, + "endTime": "0:28:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 43470, + "startTime": "0:28:58.800", + "endFrame": 43962, + "endTime": "0:29:18.480", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 43975, + "startTime": "0:29:19.020", + "endFrame": 44232, + "endTime": "0:29:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 44247, + "startTime": "0:29:29.910", + "endFrame": 44537, + "endTime": "0:29:41.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 44551, + "startTime": "0:29:42.060", + "endFrame": 44811, + "endTime": "0:29:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 44818, + "startTime": "0:29:52.740", + "endFrame": 45151, + "endTime": "0:30:6.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 45324, + "startTime": "0:30:12.960", + "endFrame": 45678, + "endTime": "0:30:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 45689, + "startTime": "0:30:27.570", + "endFrame": 46343, + "endTime": "0:30:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 46369, + "startTime": "0:30:54.780", + "endFrame": 46833, + "endTime": "0:31:13.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "changed people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screens", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "Unable to view full face", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "Multiple people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 46866, + "startTime": "0:31:14.670", + "endFrame": 47431, + "endTime": "0:31:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 47466, + "startTime": "0:31:38.640", + "endFrame": 47839, + "endTime": "0:31:53.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 47841, + "startTime": "0:31:53.670", + "endFrame": 48119, + "endTime": "0:32:4.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 48132, + "startTime": "0:32:5.280", + "endFrame": 48396, + "endTime": "0:32:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 48420, + "startTime": "0:32:16.830", + "endFrame": 48672, + "endTime": "0:32:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 48684, + "startTime": "0:32:27.390", + "endFrame": 48957, + "endTime": "0:32:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 48972, + "startTime": "0:32:38.910", + "endFrame": 49467, + "endTime": "0:32:58.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 49541, + "startTime": "0:33:1.650", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 50121, + "startTime": "0:33:24.870", + "endFrame": 50388, + "endTime": "0:33:35.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 50394, + "startTime": "0:33:35.790", + "endFrame": 50946, + "endTime": "0:33:57.840", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 68, + "startFrame": 50955, + "startTime": "0:33:58.230", + "endFrame": 51393, + "endTime": "0:34:15.750", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 69, + "startFrame": 51428, + "startTime": "0:34:17.130", + "endFrame": 51766, + "endTime": "0:34:30.660", + "category": "", + "note": "", + "people": [ + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 51798, + "startTime": "0:34:31.920", + "endFrame": 52260, + "endTime": "0:34:50.400", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 52288, + "startTime": "0:34:51.540", + "endFrame": 52742, + "endTime": "0:35:9.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 52748, + "startTime": "0:35:9.930", + "endFrame": 53022, + "endTime": "0:35:20.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 53040, + "startTime": "0:35:21.630", + "endFrame": 53504, + "endTime": "0:35:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 53516, + "startTime": "0:35:40.680", + "endFrame": 53982, + "endTime": "0:35:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 53997, + "startTime": "0:35:59.880", + "endFrame": 54479, + "endTime": "0:36:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 54495, + "startTime": "0:36:19.800", + "endFrame": 54854, + "endTime": "0:36:34.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 54915, + "startTime": "0:36:36.630", + "endFrame": 55120, + "endTime": "0:36:44.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 55130, + "startTime": "0:36:45.210", + "endFrame": 55540, + "endTime": "0:37:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 55568, + "startTime": "0:37:2.730", + "endFrame": 55890, + "endTime": "0:37:15.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 55896, + "startTime": "0:37:15.870", + "endFrame": 56163, + "endTime": "0:37:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 56179, + "startTime": "0:37:27.180", + "endFrame": 56484, + "endTime": "0:37:39.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 56499, + "startTime": "0:37:39.960", + "endFrame": 56952, + "endTime": "0:37:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 56961, + "startTime": "0:37:58.470", + "endFrame": 57366, + "endTime": "0:38:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 57380, + "startTime": "0:38:15.210", + "endFrame": 57639, + "endTime": "0:38:25.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 57673, + "startTime": "0:38:26.940", + "endFrame": 57980, + "endTime": "0:38:39.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 57982, + "startTime": "0:38:39.300", + "endFrame": 58279, + "endTime": "0:38:51.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 58289, + "startTime": "0:38:51.570", + "endFrame": 58540, + "endTime": "0:39:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 58559, + "startTime": "0:39:2.370", + "endFrame": 58929, + "endTime": "0:39:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 58936, + "startTime": "0:39:17.460", + "endFrame": 59206, + "endTime": "0:39:28.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 59230, + "startTime": "0:39:29.220", + "endFrame": 59804, + "endTime": "0:39:52.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 59849, + "startTime": "0:39:53.970", + "endFrame": 60236, + "endTime": "0:40:9.450", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 60249, + "startTime": "0:40:9.960", + "endFrame": 60634, + "endTime": "0:40:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 60654, + "startTime": "0:40:26.190", + "endFrame": 60949, + "endTime": "0:40:37.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 60957, + "startTime": "0:40:38.280", + "endFrame": 61388, + "endTime": "0:40:55.530", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 61413, + "startTime": "0:40:56.550", + "endFrame": 61698, + "endTime": "0:41:7.920", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 61705, + "startTime": "0:41:8.220", + "endFrame": 62064, + "endTime": "0:41:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person28", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 62079, + "startTime": "0:41:23.160", + "endFrame": 62410, + "endTime": "0:41:36.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 66075, + "startTime": "0:44:3.000", + "endFrame": 66345, + "endTime": "0:44:13.800", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 66350, + "startTime": "0:44:14.010", + "endFrame": 66759, + "endTime": "0:44:30.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 66774, + "startTime": "0:44:30.960", + "endFrame": 67222, + "endTime": "0:44:48.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 67229, + "startTime": "0:44:49.170", + "endFrame": 68052, + "endTime": "0:45:22.080", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 102, + "startFrame": 78610, + "startTime": "0:52:24.420", + "endFrame": 78723, + "endTime": "0:52:28.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 78730, + "startTime": "0:52:29.220", + "endFrame": 78982, + "endTime": "0:52:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 78997, + "startTime": "0:52:39.900", + "endFrame": 79404, + "endTime": "0:52:56.160", + "category": "", + "note": "", + "people": [ + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 79415, + "startTime": "0:52:56.610", + "endFrame": 79721, + "endTime": "0:53:8.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 79761, + "startTime": "0:53:10.470", + "endFrame": 80066, + "endTime": "0:53:22.650", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 107, + "startFrame": 80110, + "startTime": "0:53:24.420", + "endFrame": 80548, + "endTime": "0:53:41.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 108, + "startFrame": 80579, + "startTime": "0:53:43.170", + "endFrame": 80912, + "endTime": "0:53:56.490", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 80917, + "startTime": "0:53:56.700", + "endFrame": 81248, + "endTime": "0:54:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 81279, + "startTime": "0:54:11.160", + "endFrame": 81524, + "endTime": "0:54:20.970", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 81533, + "startTime": "0:54:21.330", + "endFrame": 82005, + "endTime": "0:54:40.230", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "Two people", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 82012, + "startTime": "0:54:40.500", + "endFrame": 82452, + "endTime": "0:54:58.110", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 82462, + "startTime": "0:54:58.500", + "endFrame": 82818, + "endTime": "0:55:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "Highly Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "Switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 82829, + "startTime": "0:55:13.170", + "endFrame": 83209, + "endTime": "0:55:28.380", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 83227, + "startTime": "0:55:29.100", + "endFrame": 83640, + "endTime": "0:55:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 83655, + "startTime": "0:55:46.200", + "endFrame": 84075, + "endTime": "0:56:3.000", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 117, + "startFrame": 84086, + "startTime": "0:56:3.450", + "endFrame": 84406, + "endTime": "0:56:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 84435, + "startTime": "0:56:17.400", + "endFrame": 84869, + "endTime": "0:56:34.770", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 84884, + "startTime": "0:56:35.370", + "endFrame": 85298, + "endTime": "0:56:51.930", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 85314, + "startTime": "0:56:52.590", + "endFrame": 85855, + "endTime": "0:57:14.220", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 85872, + "startTime": "0:57:14.880", + "endFrame": 86276, + "endTime": "0:57:31.050", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 86302, + "startTime": "0:57:32.100", + "endFrame": 86775, + "endTime": "0:57:51.000", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 86785, + "startTime": "0:57:51.420", + "endFrame": 87451, + "endTime": "0:58:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 87496, + "startTime": "0:58:19.860", + "endFrame": 87741, + "endTime": "0:58:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 87746, + "startTime": "0:58:29.850", + "endFrame": 88343, + "endTime": "0:58:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 88482, + "startTime": "0:58:59.280", + "endFrame": 88780, + "endTime": "0:59:11.220", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 88787, + "startTime": "0:59:11.490", + "endFrame": 90384, + "endTime": "1:00:15.390", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 90449, + "startTime": "1:00:17.970", + "endFrame": 91150, + "endTime": "1:00:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 91156, + "startTime": "1:00:46.260", + "endFrame": 91472, + "endTime": "1:00:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 91490, + "startTime": "1:00:59.610", + "endFrame": 91936, + "endTime": "1:01:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 91943, + "startTime": "1:01:17.730", + "endFrame": 92491, + "endTime": "1:01:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 92526, + "startTime": "1:01:41.070", + "endFrame": 92766, + "endTime": "1:01:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.725 + ], + "bottomright": [ + 0.697, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 92784, + "startTime": "1:01:51.360", + "endFrame": 93040, + "endTime": "1:02:1.620", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 134, + "startFrame": 93084, + "startTime": "1:02:3.390", + "endFrame": 93303, + "endTime": "1:02:12.150", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 93343, + "startTime": "1:02:13.740", + "endFrame": 93633, + "endTime": "1:02:25.320", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 136, + "startFrame": 93669, + "startTime": "1:02:26.760", + "endFrame": 94071, + "endTime": "1:02:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 94140, + "startTime": "1:02:45.630", + "endFrame": 94366, + "endTime": "1:02:54.660", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 138, + "startFrame": 94392, + "startTime": "1:02:55.680", + "endFrame": 94672, + "endTime": "1:03:6.900", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 95206, + "endTime": "1:03:28.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 140, + "startFrame": 95238, + "startTime": "1:03:29.520", + "endFrame": 95505, + "endTime": "1:03:40.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 141, + "startFrame": 95556, + "startTime": "1:03:42.270", + "endFrame": 95989, + "endTime": "1:03:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96309, + "endTime": "1:04:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 96309, + "startTime": "1:04:12.390", + "endFrame": 96618, + "endTime": "1:04:24.750", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 96648, + "startTime": "1:04:25.920", + "endFrame": 97092, + "endTime": "1:04:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 97161, + "startTime": "1:04:46.470", + "endFrame": 97398, + "endTime": "1:04:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.689 + ], + "bottomright": [ + 0.199, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 97404, + "startTime": "1:04:56.160", + "endFrame": 97656, + "endTime": "1:05:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "multiple people", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 97664, + "startTime": "1:05:6.570", + "endFrame": 97929, + "endTime": "1:05:17.160", + "category": "", + "note": "", + "people": [] + } +] \ No newline at end of file diff --git a/ratings/video_10-rater6.json b/ratings/video_10-rater6.json new file mode 100644 index 0000000000000000000000000000000000000000..669294d5572cb5c37d62d14f8ec474af5a8d16b7 --- /dev/null +++ b/ratings/video_10-rater6.json @@ -0,0 +1,36850 @@ +[ + { + "clipIdx": 0, + "startFrame": 17602, + "startTime": "0:11:44.100", + "endFrame": 18103, + "endTime": "0:12:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 18119, + "startTime": "0:12:4.770", + "endFrame": 18467, + "endTime": "0:12:18.690", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 18488, + "startTime": "0:12:19.530", + "endFrame": 18803, + "endTime": "0:12:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "Two people", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 18815, + "startTime": "0:12:32.610", + "endFrame": 19245, + "endTime": "0:12:49.800", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "Switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 19251, + "startTime": "0:12:50.070", + "endFrame": 19521, + "endTime": "0:13:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 19530, + "startTime": "0:13:1.200", + "endFrame": 20004, + "endTime": "0:13:20.160", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.306 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.689 + ], + "bottomright": [ + 0.199, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 20095, + "startTime": "0:13:23.820", + "endFrame": 20303, + "endTime": "0:13:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.306 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.689 + ], + "bottomright": [ + 0.298, + 0.881 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.689 + ], + "bottomright": [ + 0.498, + 0.881 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.689 + ], + "bottomright": [ + 0.697, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.689 + ], + "bottomright": [ + 0.896, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 20330, + "startTime": "0:13:33.210", + "endFrame": 20804, + "endTime": "0:13:52.170", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.419 + ], + "bottomright": [ + 0.598, + 0.572 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 23785, + "startTime": "0:15:51.420", + "endFrame": 24109, + "endTime": "0:16:4.380", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.897, + 0.725 + ], + "bottomright": [ + 1.096, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 24123, + "startTime": "0:16:4.920", + "endFrame": 24467, + "endTime": "0:16:18.690", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 24477, + "startTime": "0:16:19.110", + "endFrame": 24880, + "endTime": "0:16:35.220", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.897, + 0.725 + ], + "bottomright": [ + 1.096, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 24911, + "startTime": "0:16:36.450", + "endFrame": 25166, + "endTime": "0:16:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "split screen ", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.267 + ], + "bottomright": [ + 0.996, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 25185, + "startTime": "0:16:47.400", + "endFrame": 25526, + "endTime": "0:17:1.050", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person23", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 25563, + "startTime": "0:17:2.550", + "endFrame": 25810, + "endTime": "0:17:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person23", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.897, + 0.725 + ], + "bottomright": [ + 1.096, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 25855, + "startTime": "0:17:14.220", + "endFrame": 26250, + "endTime": "0:17:30.000", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "Switched people", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.897, + 0.725 + ], + "bottomright": [ + 1.096, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 26261, + "startTime": "0:17:30.450", + "endFrame": 26515, + "endTime": "0:17:40.620", + "category": "", + "note": "", + "people": [ + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 30999, + "startTime": "0:20:39.990", + "endFrame": 31417, + "endTime": "0:20:56.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 31449, + "startTime": "0:20:57.990", + "endFrame": 31721, + "endTime": "0:21:8.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 31733, + "startTime": "0:21:9.360", + "endFrame": 32157, + "endTime": "0:21:26.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 32189, + "startTime": "0:21:27.570", + "endFrame": 32477, + "endTime": "0:21:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 32489, + "startTime": "0:21:39.570", + "endFrame": 32833, + "endTime": "0:21:53.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.258 + ], + "bottomright": [ + 0.998, + 0.739 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 32850, + "startTime": "0:21:54.000", + "endFrame": 33275, + "endTime": "0:22:11.010", + "category": "", + "note": "", + "people": [ + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "switching people", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 33312, + "startTime": "0:22:12.510", + "endFrame": 33678, + "endTime": "0:22:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "Multiple people", + "position": { + "topleft": [ + 0, + 0.257 + ], + "bottomright": [ + 0.249, + 0.496 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.018 + ], + "bottomright": [ + 0.997, + 0.257 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.735 + ], + "bottomright": [ + 0.623, + 0.974 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 33719, + "startTime": "0:22:28.770", + "endFrame": 33965, + "endTime": "0:22:38.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.018 + ], + "bottomright": [ + 0.997, + 0.257 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.373, + 0.735 + ], + "bottomright": [ + 0.623, + 0.974 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 33985, + "startTime": "0:22:39.420", + "endFrame": 34465, + "endTime": "0:22:58.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 34479, + "startTime": "0:22:59.160", + "endFrame": 34842, + "endTime": "0:23:13.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 34887, + "startTime": "0:23:15.480", + "endFrame": 35246, + "endTime": "0:23:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 35280, + "startTime": "0:23:31.230", + "endFrame": 35604, + "endTime": "0:23:44.160", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 35608, + "startTime": "0:23:44.340", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 35999, + "startTime": "0:23:59.970", + "endFrame": 36465, + "endTime": "0:24:18.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 36498, + "startTime": "0:24:19.950", + "endFrame": 36744, + "endTime": "0:24:29.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 36758, + "startTime": "0:24:30.330", + "endFrame": 37099, + "endTime": "0:24:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 37123, + "startTime": "0:24:44.940", + "endFrame": 37422, + "endTime": "0:24:56.880", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 37439, + "startTime": "0:24:57.570", + "endFrame": 37808, + "endTime": "0:25:12.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 37821, + "startTime": "0:25:12.840", + "endFrame": 38121, + "endTime": "0:25:24.870", + "category": "", + "note": "", + "people": [ + { + "name": "person11", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.496 + ], + "bottomright": [ + 0.199, + 0.735 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.257 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.257 + ], + "bottomright": [ + 0.398, + 0.496 + ] + } + }, + { + "name": "person27", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.257 + ], + "bottomright": [ + 0.398, + 0.496 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.257 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.496 + ], + "bottomright": [ + 0.598, + 0.735 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.257 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.257 + ] + } + }, + { + "name": "person17", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.257 + ], + "bottomright": [ + 0.797, + 0.496 + ] + } + }, + { + "name": "person23", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.257 + ], + "bottomright": [ + 0.996, + 0.496 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.257 + ], + "bottomright": [ + 0.996, + 0.496 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.735 + ], + "bottomright": [ + 0.598, + 0.974 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 38135, + "startTime": "0:25:25.410", + "endFrame": 38481, + "endTime": "0:25:39.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 38485, + "startTime": "0:25:39.420", + "endFrame": 38743, + "endTime": "0:25:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 38778, + "startTime": "0:25:51.150", + "endFrame": 39030, + "endTime": "0:26:1.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person31", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 39042, + "startTime": "0:26:1.680", + "endFrame": 39342, + "endTime": "0:26:13.710", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 39381, + "startTime": "0:26:15.240", + "endFrame": 39757, + "endTime": "0:26:30.300", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 39810, + "startTime": "0:26:32.400", + "endFrame": 40129, + "endTime": "0:26:45.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 40156, + "startTime": "0:26:46.260", + "endFrame": 40435, + "endTime": "0:26:57.420", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 40443, + "startTime": "0:26:57.750", + "endFrame": 40729, + "endTime": "0:27:9.180", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 40773, + "startTime": "0:27:10.920", + "endFrame": 41208, + "endTime": "0:27:28.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "Switched screens", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person27", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 41246, + "startTime": "0:27:29.850", + "endFrame": 41651, + "endTime": "0:27:46.050", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 41663, + "startTime": "0:27:46.530", + "endFrame": 42135, + "endTime": "0:28:5.400", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 42151, + "startTime": "0:28:6.060", + "endFrame": 42402, + "endTime": "0:28:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 42439, + "startTime": "0:28:17.580", + "endFrame": 42886, + "endTime": "0:28:35.460", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 42903, + "startTime": "0:28:36.120", + "endFrame": 43176, + "endTime": "0:28:47.040", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 43234, + "startTime": "0:28:49.380", + "endFrame": 43452, + "endTime": "0:28:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 43470, + "startTime": "0:28:58.800", + "endFrame": 43962, + "endTime": "0:29:18.480", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 43975, + "startTime": "0:29:19.020", + "endFrame": 44232, + "endTime": "0:29:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 44247, + "startTime": "0:29:29.910", + "endFrame": 44537, + "endTime": "0:29:41.490", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 44551, + "startTime": "0:29:42.060", + "endFrame": 44811, + "endTime": "0:29:52.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 44818, + "startTime": "0:29:52.740", + "endFrame": 45151, + "endTime": "0:30:6.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 45324, + "startTime": "0:30:12.960", + "endFrame": 45678, + "endTime": "0:30:27.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 45689, + "startTime": "0:30:27.570", + "endFrame": 46343, + "endTime": "0:30:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 46369, + "startTime": "0:30:54.780", + "endFrame": 46833, + "endTime": "0:31:13.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "changed people", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screens", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "NA", + "note": "Unable to view full face", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "Multiple people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 46866, + "startTime": "0:31:14.670", + "endFrame": 47431, + "endTime": "0:31:37.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 47466, + "startTime": "0:31:38.640", + "endFrame": 47839, + "endTime": "0:31:53.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 47841, + "startTime": "0:31:53.670", + "endFrame": 48119, + "endTime": "0:32:4.770", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 48132, + "startTime": "0:32:5.280", + "endFrame": 48396, + "endTime": "0:32:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 48420, + "startTime": "0:32:16.830", + "endFrame": 48672, + "endTime": "0:32:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 48684, + "startTime": "0:32:27.390", + "endFrame": 48957, + "endTime": "0:32:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 48972, + "startTime": "0:32:38.910", + "endFrame": 49467, + "endTime": "0:32:58.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 49541, + "startTime": "0:33:1.650", + "endFrame": 50091, + "endTime": "0:33:23.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 50121, + "startTime": "0:33:24.870", + "endFrame": 50388, + "endTime": "0:33:35.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 50394, + "startTime": "0:33:35.790", + "endFrame": 50946, + "endTime": "0:33:57.840", + "category": "", + "note": "", + "people": [ + { + "name": "person30", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.199, + 0.739 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.258 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.258 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.499 + ], + "bottomright": [ + 0.598, + 0.739 + ] + } + }, + { + "name": "person26", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.258 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.258 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.258 + ], + "bottomright": [ + 0.797, + 0.499 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.258 + ] + } + }, + { + "name": "person23", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.258 + ], + "bottomright": [ + 0.996, + 0.499 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.739 + ], + "bottomright": [ + 0.598, + 0.979 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 50955, + "startTime": "0:33:58.230", + "endFrame": 51393, + "endTime": "0:34:15.750", + "category": "", + "note": "", + "people": [ + { + "name": "person11", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.258 + ], + "bottomright": [ + 0.199, + 0.499 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.199, + 0.739 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.258 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.258 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.499 + ], + "bottomright": [ + 0.598, + 0.739 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.258 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.258 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.258 + ], + "bottomright": [ + 0.797, + 0.499 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.258 + ] + } + }, + { + "name": "person23", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.258 + ], + "bottomright": [ + 0.996, + 0.499 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.739 + ], + "bottomright": [ + 0.598, + 0.979 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 51428, + "startTime": "0:34:17.130", + "endFrame": 51766, + "endTime": "0:34:30.660", + "category": "", + "note": "", + "people": [ + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 51798, + "startTime": "0:34:31.920", + "endFrame": 52260, + "endTime": "0:34:50.400", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 52288, + "startTime": "0:34:51.540", + "endFrame": 52742, + "endTime": "0:35:9.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 52748, + "startTime": "0:35:9.930", + "endFrame": 53022, + "endTime": "0:35:20.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 53040, + "startTime": "0:35:21.630", + "endFrame": 53504, + "endTime": "0:35:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 53516, + "startTime": "0:35:40.680", + "endFrame": 53982, + "endTime": "0:35:59.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 53997, + "startTime": "0:35:59.880", + "endFrame": 54479, + "endTime": "0:36:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 54495, + "startTime": "0:36:19.800", + "endFrame": 54854, + "endTime": "0:36:34.200", + "category": "", + "note": "", + "people": [ + { + "name": "person34", + "category": "NA", + "note": "coach", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person23", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 54915, + "startTime": "0:36:36.630", + "endFrame": 55120, + "endTime": "0:36:44.820", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 55130, + "startTime": "0:36:45.210", + "endFrame": 55540, + "endTime": "0:37:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 55568, + "startTime": "0:37:2.730", + "endFrame": 55890, + "endTime": "0:37:15.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 55896, + "startTime": "0:37:15.870", + "endFrame": 56163, + "endTime": "0:37:26.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 56179, + "startTime": "0:37:27.180", + "endFrame": 56484, + "endTime": "0:37:39.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 56499, + "startTime": "0:37:39.960", + "endFrame": 56952, + "endTime": "0:37:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 56961, + "startTime": "0:37:58.470", + "endFrame": 57366, + "endTime": "0:38:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 57380, + "startTime": "0:38:15.210", + "endFrame": 57639, + "endTime": "0:38:25.560", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "NA", + "note": "coach", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 57673, + "startTime": "0:38:26.940", + "endFrame": 57980, + "endTime": "0:38:39.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 57982, + "startTime": "0:38:39.300", + "endFrame": 58279, + "endTime": "0:38:51.180", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "NA", + "note": "coach", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 58289, + "startTime": "0:38:51.570", + "endFrame": 58540, + "endTime": "0:39:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "NA", + "note": "coach", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 58559, + "startTime": "0:39:2.370", + "endFrame": 58929, + "endTime": "0:39:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 58936, + "startTime": "0:39:17.460", + "endFrame": 59206, + "endTime": "0:39:28.260", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "NA", + "note": "coach", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 59230, + "startTime": "0:39:29.220", + "endFrame": 59804, + "endTime": "0:39:52.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 59849, + "startTime": "0:39:53.970", + "endFrame": 60236, + "endTime": "0:40:9.450", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "NA", + "note": "coach", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 60249, + "startTime": "0:40:9.960", + "endFrame": 60634, + "endTime": "0:40:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person34", + "category": "NA", + "note": "coach", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 60654, + "startTime": "0:40:26.190", + "endFrame": 60949, + "endTime": "0:40:37.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 60957, + "startTime": "0:40:38.280", + "endFrame": 61388, + "endTime": "0:40:55.530", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 61413, + "startTime": "0:40:56.550", + "endFrame": 61698, + "endTime": "0:41:7.920", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person38", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 61705, + "startTime": "0:41:8.220", + "endFrame": 62064, + "endTime": "0:41:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person28", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 62079, + "startTime": "0:41:23.160", + "endFrame": 62410, + "endTime": "0:41:36.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 66075, + "startTime": "0:44:3.000", + "endFrame": 66345, + "endTime": "0:44:13.800", + "category": "", + "note": "", + "people": [ + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person29", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 66350, + "startTime": "0:44:14.010", + "endFrame": 66759, + "endTime": "0:44:30.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.298, + 0.785 + ], + "bottomright": [ + 0.498, + 0.976 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.785 + ], + "bottomright": [ + 0.697, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 66774, + "startTime": "0:44:30.960", + "endFrame": 67222, + "endTime": "0:44:48.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 67229, + "startTime": "0:44:49.170", + "endFrame": 68052, + "endTime": "0:45:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person35", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 78610, + "startTime": "0:52:24.420", + "endFrame": 78723, + "endTime": "0:52:28.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 78730, + "startTime": "0:52:29.220", + "endFrame": 78982, + "endTime": "0:52:39.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 78997, + "startTime": "0:52:39.900", + "endFrame": 79404, + "endTime": "0:52:56.160", + "category": "", + "note": "", + "people": [ + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 79415, + "startTime": "0:52:56.610", + "endFrame": 79721, + "endTime": "0:53:8.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person19", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.267 + ], + "bottomright": [ + 0.996, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 79761, + "startTime": "0:53:10.470", + "endFrame": 80066, + "endTime": "0:53:22.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person38", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.306 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.689 + ], + "bottomright": [ + 0.298, + 0.881 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.689 + ], + "bottomright": [ + 0.498, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.689 + ], + "bottomright": [ + 0.697, + 0.881 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.689 + ], + "bottomright": [ + 0.896, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 80110, + "startTime": "0:53:24.420", + "endFrame": 80548, + "endTime": "0:53:41.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.725 + ], + "bottomright": [ + 0.298, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.725 + ], + "bottomright": [ + 0.697, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 80579, + "startTime": "0:53:43.170", + "endFrame": 80912, + "endTime": "0:53:56.490", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.419 + ], + "bottomright": [ + 0.398, + 0.572 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.419 + ], + "bottomright": [ + 0.996, + 0.572 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 80917, + "startTime": "0:53:56.700", + "endFrame": 81248, + "endTime": "0:54:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.267 + ], + "bottomright": [ + 0.199, + 0.419 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 81279, + "startTime": "0:54:11.160", + "endFrame": 81524, + "endTime": "0:54:20.970", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person19", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.401 + ], + "bottomright": [ + 0.598, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person39", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.785 + ], + "bottomright": [ + 0.598, + 0.976 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 81533, + "startTime": "0:54:21.330", + "endFrame": 82005, + "endTime": "0:54:40.230", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person39", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "Two people", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 82012, + "startTime": "0:54:40.500", + "endFrame": 82452, + "endTime": "0:54:58.110", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.593 + ], + "bottomright": [ + 0.199, + 0.785 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.401 + ], + "bottomright": [ + 0.398, + 0.593 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.593 + ], + "bottomright": [ + 0.398, + 0.785 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.401 + ], + "bottomright": [ + 0.797, + 0.593 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.593 + ], + "bottomright": [ + 0.797, + 0.785 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 82462, + "startTime": "0:54:58.500", + "endFrame": 82818, + "endTime": "0:55:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.018 + ], + "bottomright": [ + 0.199, + 0.21 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.21 + ], + "bottomright": [ + 0.199, + 0.401 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0, + 0.401 + ], + "bottomright": [ + 0.199, + 0.593 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.018 + ], + "bottomright": [ + 0.398, + 0.21 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.199, + 0.21 + ], + "bottomright": [ + 0.398, + 0.401 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.018 + ], + "bottomright": [ + 0.598, + 0.21 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.21 + ], + "bottomright": [ + 0.598, + 0.401 + ] + } + }, + { + "name": "person39", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.593 + ], + "bottomright": [ + 0.598, + 0.785 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.018 + ], + "bottomright": [ + 0.797, + 0.21 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "Switched people", + "position": { + "topleft": [ + 0.598, + 0.21 + ], + "bottomright": [ + 0.797, + 0.401 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.018 + ], + "bottomright": [ + 0.996, + 0.21 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.21 + ], + "bottomright": [ + 0.996, + 0.401 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.401 + ], + "bottomright": [ + 0.996, + 0.593 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.797, + 0.593 + ], + "bottomright": [ + 0.996, + 0.785 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 82829, + "startTime": "0:55:13.170", + "endFrame": 83209, + "endTime": "0:55:28.380", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.267 + ], + "bottomright": [ + 0.996, + 0.419 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 83227, + "startTime": "0:55:29.100", + "endFrame": 83640, + "endTime": "0:55:45.600", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.419 + ], + "bottomright": [ + 0.598, + 0.572 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.267 + ], + "bottomright": [ + 0.797, + 0.419 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person13", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.267 + ], + "bottomright": [ + 0.996, + 0.419 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person39", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 83655, + "startTime": "0:55:46.200", + "endFrame": 84075, + "endTime": "0:56:3.000", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person38", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 84086, + "startTime": "0:56:3.450", + "endFrame": 84406, + "endTime": "0:56:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.572 + ], + "bottomright": [ + 0.996, + 0.725 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 84435, + "startTime": "0:56:17.400", + "endFrame": 84869, + "endTime": "0:56:34.770", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.572 + ], + "bottomright": [ + 0.996, + 0.725 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 84884, + "startTime": "0:56:35.370", + "endFrame": 85298, + "endTime": "0:56:51.930", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.572 + ], + "bottomright": [ + 0.996, + 0.725 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 85314, + "startTime": "0:56:52.590", + "endFrame": 85855, + "endTime": "0:57:14.220", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 85872, + "startTime": "0:57:14.880", + "endFrame": 86276, + "endTime": "0:57:31.050", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.572 + ], + "bottomright": [ + 0.996, + 0.725 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 86302, + "startTime": "0:57:32.100", + "endFrame": 86775, + "endTime": "0:57:51.000", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.419 + ], + "bottomright": [ + 0.797, + 0.572 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.572 + ], + "bottomright": [ + 0.996, + 0.725 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 86785, + "startTime": "0:57:51.420", + "endFrame": 87451, + "endTime": "0:58:18.060", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.572 + ], + "bottomright": [ + 0.996, + 0.725 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 87496, + "startTime": "0:58:19.860", + "endFrame": 87741, + "endTime": "0:58:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.572 + ], + "bottomright": [ + 0.996, + 0.725 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 87746, + "startTime": "0:58:29.850", + "endFrame": 88343, + "endTime": "0:58:53.730", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.572 + ], + "bottomright": [ + 0.996, + 0.725 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 88482, + "startTime": "0:58:59.280", + "endFrame": 88780, + "endTime": "0:59:11.220", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 88787, + "startTime": "0:59:11.490", + "endFrame": 90384, + "endTime": "1:00:15.390", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 90449, + "startTime": "1:00:17.970", + "endFrame": 91150, + "endTime": "1:00:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.725 + ], + "bottomright": [ + 0.697, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 91156, + "startTime": "1:00:46.260", + "endFrame": 91472, + "endTime": "1:00:58.890", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 91490, + "startTime": "1:00:59.610", + "endFrame": 91936, + "endTime": "1:01:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person44", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 91943, + "startTime": "1:01:17.730", + "endFrame": 92491, + "endTime": "1:01:39.660", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person29", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.725 + ], + "bottomright": [ + 0.298, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.725 + ], + "bottomright": [ + 0.697, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 92526, + "startTime": "1:01:41.070", + "endFrame": 92766, + "endTime": "1:01:50.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.725 + ], + "bottomright": [ + 0.298, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.725 + ], + "bottomright": [ + 0.697, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 92784, + "startTime": "1:01:51.360", + "endFrame": 93040, + "endTime": "1:02:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.572 + ], + "bottomright": [ + 0.398, + 0.725 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.725 + ], + "bottomright": [ + 0.298, + 0.878 + ] + } + }, + { + "name": "person41", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.725 + ], + "bottomright": [ + 0.498, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.725 + ], + "bottomright": [ + 0.697, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.725 + ], + "bottomright": [ + 0.896, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 93084, + "startTime": "1:02:3.390", + "endFrame": 93303, + "endTime": "1:02:12.150", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person38", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.689 + ], + "bottomright": [ + 0.298, + 0.881 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.298, + 0.689 + ], + "bottomright": [ + 0.498, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.689 + ], + "bottomright": [ + 0.697, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.689 + ], + "bottomright": [ + 0.896, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 93343, + "startTime": "1:02:13.740", + "endFrame": 93633, + "endTime": "1:02:25.320", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.689 + ], + "bottomright": [ + 0.298, + 0.881 + ] + } + }, + { + "name": "person41", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.298, + 0.689 + ], + "bottomright": [ + 0.498, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.689 + ], + "bottomright": [ + 0.697, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.697, + 0.689 + ], + "bottomright": [ + 0.896, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 93669, + "startTime": "1:02:26.760", + "endFrame": 94071, + "endTime": "1:02:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 94140, + "startTime": "1:02:45.630", + "endFrame": 94366, + "endTime": "1:02:54.660", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 94392, + "startTime": "1:02:55.680", + "endFrame": 94672, + "endTime": "1:03:6.900", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 95206, + "endTime": "1:03:28.260", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "switched people", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 95238, + "startTime": "1:03:29.520", + "endFrame": 95505, + "endTime": "1:03:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person41", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person39", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 95556, + "startTime": "1:03:42.270", + "endFrame": 95989, + "endTime": "1:03:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person0", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.199, + 0.419 + ], + "bottomright": [ + 0.398, + 0.572 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person33", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person39", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96309, + "endTime": "1:04:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person9", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.267 + ], + "bottomright": [ + 0.398, + 0.419 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person36", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person27", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.725 + ], + "bottomright": [ + 0.199, + 0.878 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person39", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 96309, + "startTime": "1:04:12.390", + "endFrame": 96618, + "endTime": "1:04:24.750", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.689 + ], + "bottomright": [ + 0.199, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.689 + ], + "bottomright": [ + 0.996, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 96648, + "startTime": "1:04:25.920", + "endFrame": 97092, + "endTime": "1:04:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person35", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.689 + ], + "bottomright": [ + 0.199, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + }, + { + "name": "person39", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.689 + ], + "bottomright": [ + 0.996, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 97161, + "startTime": "1:04:46.470", + "endFrame": 97398, + "endTime": "1:04:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person26", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person33", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.689 + ], + "bottomright": [ + 0.199, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + }, + { + "name": "person39", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.689 + ], + "bottomright": [ + 0.996, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 97404, + "startTime": "1:04:56.160", + "endFrame": 97656, + "endTime": "1:05:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.306 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.306 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.689 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.306 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.306 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.689 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.306 + ] + } + }, + { + "name": "person26", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.306 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person35", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.689 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.306 + ] + } + }, + { + "name": "person13", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.306 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.689 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.306 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.689 + ] + } + }, + { + "name": "person41", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.689 + ], + "bottomright": [ + 0.199, + 0.881 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.689 + ], + "bottomright": [ + 0.398, + 0.881 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.689 + ], + "bottomright": [ + 0.598, + 0.881 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.689 + ], + "bottomright": [ + 0.797, + 0.881 + ] + } + }, + { + "name": "person39", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.689 + ], + "bottomright": [ + 0.996, + 0.881 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 97664, + "startTime": "1:05:6.570", + "endFrame": 97929, + "endTime": "1:05:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.114 + ], + "bottomright": [ + 0.199, + 0.267 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.419 + ], + "bottomright": [ + 0.199, + 0.572 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.114 + ], + "bottomright": [ + 0.398, + 0.267 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.114 + ], + "bottomright": [ + 0.598, + 0.267 + ] + } + }, + { + "name": "person26", + "category": "NA", + "note": "Multiple people", + "position": { + "topleft": [ + 0.398, + 0.267 + ], + "bottomright": [ + 0.598, + 0.419 + ] + } + }, + { + "name": "person35", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.398, + 0.572 + ], + "bottomright": [ + 0.598, + 0.725 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.114 + ], + "bottomright": [ + 0.797, + 0.267 + ] + } + }, + { + "name": "person30", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.797, + 0.114 + ], + "bottomright": [ + 0.996, + 0.267 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.797, + 0.419 + ], + "bottomright": [ + 0.996, + 0.572 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "switched screens", + "position": { + "topleft": [ + 0.199, + 0.725 + ], + "bottomright": [ + 0.398, + 0.878 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.725 + ], + "bottomright": [ + 0.598, + 0.878 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.598, + 0.725 + ], + "bottomright": [ + 0.797, + 0.878 + ] + } + }, + { + "name": "person39", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0.797, + 0.725 + ], + "bottomright": [ + 0.996, + 0.878 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_14-rater1.json b/ratings/video_14-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..0b3f57aaf665cd1e538c06d27028cb404d5b60bb --- /dev/null +++ b/ratings/video_14-rater1.json @@ -0,0 +1,16176 @@ +[ + { + "clipIdx": 0, + "startFrame": 15, + "startTime": "0:00:0.630", + "endFrame": 292, + "endTime": "0:00:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.249, + 0.626 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.112 + ], + "bottomright": [ + 0.498, + 0.369 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.369 + ], + "bottomright": [ + 0.498, + 0.626 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.112 + ], + "bottomright": [ + 0.748, + 0.369 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.369 + ], + "bottomright": [ + 0.748, + 0.626 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.112 + ], + "bottomright": [ + 0.997, + 0.369 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.369 + ], + "bottomright": [ + 0.997, + 0.626 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.626 + ], + "bottomright": [ + 0.249, + 0.883 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.249, + 0.626 + ], + "bottomright": [ + 0.498, + 0.883 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.626 + ], + "bottomright": [ + 0.748, + 0.883 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 300, + "startTime": "0:00:12.000", + "endFrame": 566, + "endTime": "0:00:22.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.249, + 0.626 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.112 + ], + "bottomright": [ + 0.498, + 0.369 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.369 + ], + "bottomright": [ + 0.498, + 0.626 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.112 + ], + "bottomright": [ + 0.748, + 0.369 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.369 + ], + "bottomright": [ + 0.748, + 0.626 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.112 + ], + "bottomright": [ + 0.997, + 0.369 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.369 + ], + "bottomright": [ + 0.997, + 0.626 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.626 + ], + "bottomright": [ + 0.249, + 0.883 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.626 + ], + "bottomright": [ + 0.498, + 0.883 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.626 + ], + "bottomright": [ + 0.748, + 0.883 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.626 + ], + "bottomright": [ + 0.997, + 0.883 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 580, + "startTime": "0:00:23.220", + "endFrame": 826, + "endTime": "0:00:33.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.25 + ], + "bottomright": [ + 0.257, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.497 + ], + "bottomright": [ + 0.257, + 0.744 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.003 + ], + "bottomright": [ + 0.498, + 0.25 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.25 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.497 + ], + "bottomright": [ + 0.498, + 0.744 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.003 + ], + "bottomright": [ + 0.74, + 0.25 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.25 + ], + "bottomright": [ + 0.74, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.74, + 0.744 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.003 + ], + "bottomright": [ + 0.981, + 0.25 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.25 + ], + "bottomright": [ + 0.981, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.497 + ], + "bottomright": [ + 0.981, + 0.744 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.379, + 0.744 + ], + "bottomright": [ + 0.62, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 885, + "startTime": "0:00:35.430", + "endFrame": 1107, + "endTime": "0:00:44.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.25 + ], + "bottomright": [ + 0.257, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.497 + ], + "bottomright": [ + 0.257, + 0.744 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.003 + ], + "bottomright": [ + 0.498, + 0.25 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.25 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.497 + ], + "bottomright": [ + 0.498, + 0.744 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.003 + ], + "bottomright": [ + 0.74, + 0.25 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.25 + ], + "bottomright": [ + 0.74, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.74, + 0.744 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.003 + ], + "bottomright": [ + 0.981, + 0.25 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.25 + ], + "bottomright": [ + 0.981, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.497 + ], + "bottomright": [ + 0.981, + 0.744 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.744 + ], + "bottomright": [ + 0.258, + 0.992 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.258, + 0.744 + ], + "bottomright": [ + 0.499, + 0.992 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.744 + ], + "bottomright": [ + 0.982, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1166, + "startTime": "0:00:46.650", + "endFrame": 1392, + "endTime": "0:00:55.710", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.299, + 0.703 + ], + "bottomright": [ + 0.498, + 0.908 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.703 + ], + "bottomright": [ + 0.698, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1425, + "startTime": "0:00:57.030", + "endFrame": 1656, + "endTime": "0:01:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.299, + 0.703 + ], + "bottomright": [ + 0.498, + 0.908 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.703 + ], + "bottomright": [ + 0.698, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1677, + "startTime": "0:01:7.110", + "endFrame": 2069, + "endTime": "0:01:22.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2077, + "startTime": "0:01:23.100", + "endFrame": 2346, + "endTime": "0:01:33.840", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "", + "note": "multiple people", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.102, + 0.703 + ], + "bottomright": [ + 0.302, + 0.908 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.302, + 0.703 + ], + "bottomright": [ + 0.501, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.703 + ], + "bottomright": [ + 0.7, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2372, + "startTime": "0:01:34.890", + "endFrame": 2667, + "endTime": "0:01:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.102, + 0.703 + ], + "bottomright": [ + 0.302, + 0.908 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.302, + 0.703 + ], + "bottomright": [ + 0.501, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.703 + ], + "bottomright": [ + 0.7, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 2686, + "startTime": "0:01:47.460", + "endFrame": 2967, + "endTime": "0:01:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.703 + ], + "bottomright": [ + 0.298, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 2990, + "startTime": "0:01:59.610", + "endFrame": 3249, + "endTime": "0:02:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3261, + "startTime": "0:02:10.470", + "endFrame": 3726, + "endTime": "0:02:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 3789, + "startTime": "0:02:31.590", + "endFrame": 4026, + "endTime": "0:02:41.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4075, + "startTime": "0:02:43.020", + "endFrame": 4461, + "endTime": "0:02:58.470", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person17", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.703 + ], + "bottomright": [ + 0.398, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.703 + ], + "bottomright": [ + 0.598, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4507, + "startTime": "0:03:0.300", + "endFrame": 4804, + "endTime": "0:03:12.180", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.703 + ], + "bottomright": [ + 0.398, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.703 + ], + "bottomright": [ + 0.598, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 4844, + "startTime": "0:03:13.770", + "endFrame": 5076, + "endTime": "0:03:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.231 + ], + "bottomright": [ + 0.212, + 0.453 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.453 + ], + "bottomright": [ + 0.212, + 0.675 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.231 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.231 + ], + "bottomright": [ + 0.403, + 0.453 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.453 + ], + "bottomright": [ + 0.403, + 0.675 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.231 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.231 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.231 + ], + "bottomright": [ + 0.786, + 0.453 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.453 + ], + "bottomright": [ + 0.786, + 0.675 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.231 + ], + "bottomright": [ + 0.977, + 0.453 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.453 + ], + "bottomright": [ + 0.977, + 0.675 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.675 + ], + "bottomright": [ + 0.403, + 0.897 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.675 + ], + "bottomright": [ + 0.595, + 0.897 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.675 + ], + "bottomright": [ + 0.786, + 0.897 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5117, + "startTime": "0:03:24.690", + "endFrame": 5499, + "endTime": "0:03:39.960", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 5504, + "startTime": "0:03:40.170", + "endFrame": 5792, + "endTime": "0:03:51.690", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 5878, + "startTime": "0:03:55.140", + "endFrame": 6198, + "endTime": "0:04:7.950", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 6227, + "startTime": "0:04:9.090", + "endFrame": 6504, + "endTime": "0:04:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 6623, + "startTime": "0:04:24.960", + "endFrame": 6765, + "endTime": "0:04:30.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 6771, + "startTime": "0:04:30.870", + "endFrame": 7116, + "endTime": "0:04:44.670", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8028, + "startTime": "0:05:21.120", + "endFrame": 8316, + "endTime": "0:05:32.670", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8318, + "startTime": "0:05:32.730", + "endFrame": 8640, + "endTime": "0:05:45.630", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8769, + "startTime": "0:05:50.760", + "endFrame": 8986, + "endTime": "0:05:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9015, + "startTime": "0:06:0.630", + "endFrame": 9291, + "endTime": "0:06:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9303, + "startTime": "0:06:12.150", + "endFrame": 9638, + "endTime": "0:06:25.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 9657, + "startTime": "0:06:26.280", + "endFrame": 10166, + "endTime": "0:06:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "black screen", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10194, + "startTime": "0:06:47.760", + "endFrame": 10983, + "endTime": "0:07:19.350", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11017, + "startTime": "0:07:20.700", + "endFrame": 11256, + "endTime": "0:07:30.240", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11299, + "startTime": "0:07:31.980", + "endFrame": 11573, + "endTime": "0:07:42.930", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11598, + "startTime": "0:07:43.950", + "endFrame": 11841, + "endTime": "0:07:53.640", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 11949, + "startTime": "0:07:57.960", + "endFrame": 12210, + "endTime": "0:08:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12227, + "startTime": "0:08:9.090", + "endFrame": 12717, + "endTime": "0:08:28.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 12733, + "startTime": "0:08:29.340", + "endFrame": 12988, + "endTime": "0:08:39.540", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 12994, + "startTime": "0:08:39.780", + "endFrame": 13313, + "endTime": "0:08:52.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13341, + "startTime": "0:08:53.670", + "endFrame": 13747, + "endTime": "0:09:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 13790, + "startTime": "0:09:11.610", + "endFrame": 14215, + "endTime": "0:09:28.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14230, + "startTime": "0:09:29.220", + "endFrame": 14602, + "endTime": "0:09:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14614, + "startTime": "0:09:44.580", + "endFrame": 15044, + "endTime": "0:10:1.770", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15061, + "startTime": "0:10:2.460", + "endFrame": 15397, + "endTime": "0:10:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15429, + "startTime": "0:10:17.160", + "endFrame": 15819, + "endTime": "0:10:32.760", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 16056, + "startTime": "0:10:42.240", + "endFrame": 16202, + "endTime": "0:10:48.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16212, + "startTime": "0:10:48.480", + "endFrame": 16581, + "endTime": "0:11:3.240", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16583, + "startTime": "0:11:3.330", + "endFrame": 16826, + "endTime": "0:11:13.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16830, + "startTime": "0:11:13.230", + "endFrame": 17195, + "endTime": "0:11:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17209, + "startTime": "0:11:28.380", + "endFrame": 17503, + "endTime": "0:11:40.140", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 17585, + "startTime": "0:11:43.410", + "endFrame": 18129, + "endTime": "0:12:5.160", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18139, + "startTime": "0:12:5.580", + "endFrame": 18430, + "endTime": "0:12:17.220", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18435, + "startTime": "0:12:17.430", + "endFrame": 18960, + "endTime": "0:12:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 18967, + "startTime": "0:12:38.700", + "endFrame": 19351, + "endTime": "0:12:54.060", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 19410, + "startTime": "0:12:56.400", + "endFrame": 19741, + "endTime": "0:13:9.660", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 19752, + "startTime": "0:13:10.080", + "endFrame": 20019, + "endTime": "0:13:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.18, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.204 + ], + "bottomright": [ + 0.339, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.204 + ], + "bottomright": [ + 0.658, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.596 + ], + "bottomright": [ + 0.658, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.204 + ], + "bottomright": [ + 0.817, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.276, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.435, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 20038, + "startTime": "0:13:21.540", + "endFrame": 20283, + "endTime": "0:13:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 20308, + "startTime": "0:13:32.340", + "endFrame": 20598, + "endTime": "0:13:43.920", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 20632, + "startTime": "0:13:45.300", + "endFrame": 20979, + "endTime": "0:13:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.18, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.204 + ], + "bottomright": [ + 0.339, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.596 + ], + "bottomright": [ + 0.658, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.204 + ], + "bottomright": [ + 0.817, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.276, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.435, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.754, + 0.792 + ], + "bottomright": [ + 0.913, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 21001, + "startTime": "0:14:0.060", + "endFrame": 21351, + "endTime": "0:14:14.040", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 21386, + "startTime": "0:14:15.450", + "endFrame": 21648, + "endTime": "0:14:25.950", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 21649, + "startTime": "0:14:25.980", + "endFrame": 22147, + "endTime": "0:14:45.900", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 22173, + "startTime": "0:14:46.920", + "endFrame": 22677, + "endTime": "0:15:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22764, + "startTime": "0:15:10.560", + "endFrame": 23286, + "endTime": "0:15:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 23308, + "startTime": "0:15:32.340", + "endFrame": 23672, + "endTime": "0:15:46.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 23682, + "startTime": "0:15:47.280", + "endFrame": 23946, + "endTime": "0:15:57.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 23960, + "startTime": "0:15:58.410", + "endFrame": 24351, + "endTime": "0:16:14.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 24360, + "startTime": "0:16:14.430", + "endFrame": 24612, + "endTime": "0:16:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 24628, + "startTime": "0:16:25.140", + "endFrame": 24877, + "endTime": "0:16:35.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 24888, + "startTime": "0:16:35.550", + "endFrame": 25127, + "endTime": "0:16:45.090", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 25154, + "startTime": "0:16:46.170", + "endFrame": 25515, + "endTime": "0:17:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 25522, + "startTime": "0:17:0.900", + "endFrame": 25874, + "endTime": "0:17:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person18", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 25908, + "startTime": "0:17:16.350", + "endFrame": 26271, + "endTime": "0:17:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 26280, + "startTime": "0:17:31.230", + "endFrame": 26692, + "endTime": "0:17:47.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.596 + ], + "bottomright": [ + 0.339, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.339, + 0.204 + ], + "bottomright": [ + 0.498, + 0.4 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.4 + ], + "bottomright": [ + 0.658, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.18, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 26713, + "startTime": "0:17:48.540", + "endFrame": 27128, + "endTime": "0:18:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.596 + ], + "bottomright": [ + 0.339, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "split screen", + "position": { + "topleft": [ + 0.339, + 0.204 + ], + "bottomright": [ + 0.498, + 0.4 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.4 + ], + "bottomright": [ + 0.658, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.18, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 27199, + "startTime": "0:18:7.980", + "endFrame": 27530, + "endTime": "0:18:21.210", + "category": "", + "note": "", + "people": [ + { + "name": "person20", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person15", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person18", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.792 + ], + "bottomright": [ + 0.693, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.693, + 0.792 + ], + "bottomright": [ + 0.884, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 27561, + "startTime": "0:18:22.440", + "endFrame": 27803, + "endTime": "0:18:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_14-rater3.json b/ratings/video_14-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..eaecae9e430512a97d8fac47496afdce4937e27d --- /dev/null +++ b/ratings/video_14-rater3.json @@ -0,0 +1,16176 @@ +[ + { + "clipIdx": 0, + "startFrame": 15, + "startTime": "0:00:0.630", + "endFrame": 292, + "endTime": "0:00:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.249, + 0.626 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.112 + ], + "bottomright": [ + 0.498, + 0.369 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.369 + ], + "bottomright": [ + 0.498, + 0.626 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.112 + ], + "bottomright": [ + 0.748, + 0.369 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.369 + ], + "bottomright": [ + 0.748, + 0.626 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.112 + ], + "bottomright": [ + 0.997, + 0.369 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.369 + ], + "bottomright": [ + 0.997, + 0.626 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.626 + ], + "bottomright": [ + 0.249, + 0.883 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.249, + 0.626 + ], + "bottomright": [ + 0.498, + 0.883 + ] + } + }, + { + "name": "person10", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.626 + ], + "bottomright": [ + 0.748, + 0.883 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 300, + "startTime": "0:00:12.000", + "endFrame": 566, + "endTime": "0:00:22.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.249, + 0.626 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.112 + ], + "bottomright": [ + 0.498, + 0.369 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.369 + ], + "bottomright": [ + 0.498, + 0.626 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.112 + ], + "bottomright": [ + 0.748, + 0.369 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.369 + ], + "bottomright": [ + 0.748, + 0.626 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.112 + ], + "bottomright": [ + 0.997, + 0.369 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.369 + ], + "bottomright": [ + 0.997, + 0.626 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.626 + ], + "bottomright": [ + 0.249, + 0.883 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.626 + ], + "bottomright": [ + 0.498, + 0.883 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.626 + ], + "bottomright": [ + 0.748, + 0.883 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.626 + ], + "bottomright": [ + 0.997, + 0.883 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 580, + "startTime": "0:00:23.220", + "endFrame": 826, + "endTime": "0:00:33.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.25 + ], + "bottomright": [ + 0.257, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.497 + ], + "bottomright": [ + 0.257, + 0.744 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.003 + ], + "bottomright": [ + 0.498, + 0.25 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.25 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.497 + ], + "bottomright": [ + 0.498, + 0.744 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.003 + ], + "bottomright": [ + 0.74, + 0.25 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.25 + ], + "bottomright": [ + 0.74, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.74, + 0.744 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.003 + ], + "bottomright": [ + 0.981, + 0.25 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.25 + ], + "bottomright": [ + 0.981, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.497 + ], + "bottomright": [ + 0.981, + 0.744 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.379, + 0.744 + ], + "bottomright": [ + 0.62, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 885, + "startTime": "0:00:35.430", + "endFrame": 1107, + "endTime": "0:00:44.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.25 + ], + "bottomright": [ + 0.257, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.497 + ], + "bottomright": [ + 0.257, + 0.744 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.003 + ], + "bottomright": [ + 0.498, + 0.25 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.25 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.497 + ], + "bottomright": [ + 0.498, + 0.744 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.003 + ], + "bottomright": [ + 0.74, + 0.25 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.25 + ], + "bottomright": [ + 0.74, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.74, + 0.744 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.003 + ], + "bottomright": [ + 0.981, + 0.25 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.25 + ], + "bottomright": [ + 0.981, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.497 + ], + "bottomright": [ + 0.981, + 0.744 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.744 + ], + "bottomright": [ + 0.258, + 0.992 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.258, + 0.744 + ], + "bottomright": [ + 0.499, + 0.992 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.744 + ], + "bottomright": [ + 0.982, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1166, + "startTime": "0:00:46.650", + "endFrame": 1392, + "endTime": "0:00:55.710", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.299, + 0.703 + ], + "bottomright": [ + 0.498, + 0.908 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.703 + ], + "bottomright": [ + 0.698, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1425, + "startTime": "0:00:57.030", + "endFrame": 1656, + "endTime": "0:01:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.299, + 0.703 + ], + "bottomright": [ + 0.498, + 0.908 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.703 + ], + "bottomright": [ + 0.698, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1677, + "startTime": "0:01:7.110", + "endFrame": 2069, + "endTime": "0:01:22.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2077, + "startTime": "0:01:23.100", + "endFrame": 2346, + "endTime": "0:01:33.840", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "NA", + "note": "multiple people", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.102, + 0.703 + ], + "bottomright": [ + 0.302, + 0.908 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.302, + 0.703 + ], + "bottomright": [ + 0.501, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.703 + ], + "bottomright": [ + 0.7, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2372, + "startTime": "0:01:34.890", + "endFrame": 2667, + "endTime": "0:01:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.102, + 0.703 + ], + "bottomright": [ + 0.302, + 0.908 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.302, + 0.703 + ], + "bottomright": [ + 0.501, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.703 + ], + "bottomright": [ + 0.7, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 2686, + "startTime": "0:01:47.460", + "endFrame": 2967, + "endTime": "0:01:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.703 + ], + "bottomright": [ + 0.298, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 2990, + "startTime": "0:01:59.610", + "endFrame": 3249, + "endTime": "0:02:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3261, + "startTime": "0:02:10.470", + "endFrame": 3726, + "endTime": "0:02:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 3789, + "startTime": "0:02:31.590", + "endFrame": 4026, + "endTime": "0:02:41.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4075, + "startTime": "0:02:43.020", + "endFrame": 4461, + "endTime": "0:02:58.470", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person17", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.703 + ], + "bottomright": [ + 0.398, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.703 + ], + "bottomright": [ + 0.598, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4507, + "startTime": "0:03:0.300", + "endFrame": 4804, + "endTime": "0:03:12.180", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.703 + ], + "bottomright": [ + 0.398, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.703 + ], + "bottomright": [ + 0.598, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 4844, + "startTime": "0:03:13.770", + "endFrame": 5076, + "endTime": "0:03:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.231 + ], + "bottomright": [ + 0.212, + 0.453 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.453 + ], + "bottomright": [ + 0.212, + 0.675 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.231 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.231 + ], + "bottomright": [ + 0.403, + 0.453 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.453 + ], + "bottomright": [ + 0.403, + 0.675 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.231 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.231 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.231 + ], + "bottomright": [ + 0.786, + 0.453 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.453 + ], + "bottomright": [ + 0.786, + 0.675 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.231 + ], + "bottomright": [ + 0.977, + 0.453 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.453 + ], + "bottomright": [ + 0.977, + 0.675 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.675 + ], + "bottomright": [ + 0.403, + 0.897 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.675 + ], + "bottomright": [ + 0.595, + 0.897 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.675 + ], + "bottomright": [ + 0.786, + 0.897 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5117, + "startTime": "0:03:24.690", + "endFrame": 5499, + "endTime": "0:03:39.960", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 5504, + "startTime": "0:03:40.170", + "endFrame": 5792, + "endTime": "0:03:51.690", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 5878, + "startTime": "0:03:55.140", + "endFrame": 6198, + "endTime": "0:04:7.950", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 6227, + "startTime": "0:04:9.090", + "endFrame": 6504, + "endTime": "0:04:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 6623, + "startTime": "0:04:24.960", + "endFrame": 6765, + "endTime": "0:04:30.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 6771, + "startTime": "0:04:30.870", + "endFrame": 7116, + "endTime": "0:04:44.670", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8028, + "startTime": "0:05:21.120", + "endFrame": 8316, + "endTime": "0:05:32.670", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8318, + "startTime": "0:05:32.730", + "endFrame": 8640, + "endTime": "0:05:45.630", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8769, + "startTime": "0:05:50.760", + "endFrame": 8986, + "endTime": "0:05:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9015, + "startTime": "0:06:0.630", + "endFrame": 9291, + "endTime": "0:06:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9303, + "startTime": "0:06:12.150", + "endFrame": 9638, + "endTime": "0:06:25.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 9657, + "startTime": "0:06:26.280", + "endFrame": 10166, + "endTime": "0:06:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "black screen", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10194, + "startTime": "0:06:47.760", + "endFrame": 10983, + "endTime": "0:07:19.350", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11017, + "startTime": "0:07:20.700", + "endFrame": 11256, + "endTime": "0:07:30.240", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11299, + "startTime": "0:07:31.980", + "endFrame": 11573, + "endTime": "0:07:42.930", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11598, + "startTime": "0:07:43.950", + "endFrame": 11841, + "endTime": "0:07:53.640", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 11949, + "startTime": "0:07:57.960", + "endFrame": 12210, + "endTime": "0:08:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12227, + "startTime": "0:08:9.090", + "endFrame": 12717, + "endTime": "0:08:28.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 12733, + "startTime": "0:08:29.340", + "endFrame": 12988, + "endTime": "0:08:39.540", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 12994, + "startTime": "0:08:39.780", + "endFrame": 13313, + "endTime": "0:08:52.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13341, + "startTime": "0:08:53.670", + "endFrame": 13747, + "endTime": "0:09:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 13790, + "startTime": "0:09:11.610", + "endFrame": 14215, + "endTime": "0:09:28.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14230, + "startTime": "0:09:29.220", + "endFrame": 14602, + "endTime": "0:09:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14614, + "startTime": "0:09:44.580", + "endFrame": 15044, + "endTime": "0:10:1.770", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15061, + "startTime": "0:10:2.460", + "endFrame": 15397, + "endTime": "0:10:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15429, + "startTime": "0:10:17.160", + "endFrame": 15819, + "endTime": "0:10:32.760", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 16056, + "startTime": "0:10:42.240", + "endFrame": 16202, + "endTime": "0:10:48.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16212, + "startTime": "0:10:48.480", + "endFrame": 16581, + "endTime": "0:11:3.240", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16583, + "startTime": "0:11:3.330", + "endFrame": 16826, + "endTime": "0:11:13.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16830, + "startTime": "0:11:13.230", + "endFrame": 17195, + "endTime": "0:11:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17209, + "startTime": "0:11:28.380", + "endFrame": 17503, + "endTime": "0:11:40.140", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 17585, + "startTime": "0:11:43.410", + "endFrame": 18129, + "endTime": "0:12:5.160", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18139, + "startTime": "0:12:5.580", + "endFrame": 18430, + "endTime": "0:12:17.220", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18435, + "startTime": "0:12:17.430", + "endFrame": 18960, + "endTime": "0:12:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 18967, + "startTime": "0:12:38.700", + "endFrame": 19351, + "endTime": "0:12:54.060", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 19410, + "startTime": "0:12:56.400", + "endFrame": 19741, + "endTime": "0:13:9.660", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 19752, + "startTime": "0:13:10.080", + "endFrame": 20019, + "endTime": "0:13:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.18, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.204 + ], + "bottomright": [ + 0.339, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.204 + ], + "bottomright": [ + 0.658, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.596 + ], + "bottomright": [ + 0.658, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.204 + ], + "bottomright": [ + 0.817, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.276, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.435, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 20038, + "startTime": "0:13:21.540", + "endFrame": 20283, + "endTime": "0:13:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 20308, + "startTime": "0:13:32.340", + "endFrame": 20598, + "endTime": "0:13:43.920", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 20632, + "startTime": "0:13:45.300", + "endFrame": 20979, + "endTime": "0:13:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.18, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.204 + ], + "bottomright": [ + 0.339, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.596 + ], + "bottomright": [ + 0.658, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.204 + ], + "bottomright": [ + 0.817, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.276, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.435, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.754, + 0.792 + ], + "bottomright": [ + 0.913, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 21001, + "startTime": "0:14:0.060", + "endFrame": 21351, + "endTime": "0:14:14.040", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 21386, + "startTime": "0:14:15.450", + "endFrame": 21648, + "endTime": "0:14:25.950", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 21649, + "startTime": "0:14:25.980", + "endFrame": 22147, + "endTime": "0:14:45.900", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 22173, + "startTime": "0:14:46.920", + "endFrame": 22677, + "endTime": "0:15:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22764, + "startTime": "0:15:10.560", + "endFrame": 23286, + "endTime": "0:15:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 23308, + "startTime": "0:15:32.340", + "endFrame": 23672, + "endTime": "0:15:46.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 23682, + "startTime": "0:15:47.280", + "endFrame": 23946, + "endTime": "0:15:57.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 23960, + "startTime": "0:15:58.410", + "endFrame": 24351, + "endTime": "0:16:14.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 24360, + "startTime": "0:16:14.430", + "endFrame": 24612, + "endTime": "0:16:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 24628, + "startTime": "0:16:25.140", + "endFrame": 24877, + "endTime": "0:16:35.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 24888, + "startTime": "0:16:35.550", + "endFrame": 25127, + "endTime": "0:16:45.090", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 25154, + "startTime": "0:16:46.170", + "endFrame": 25515, + "endTime": "0:17:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 25522, + "startTime": "0:17:0.900", + "endFrame": 25874, + "endTime": "0:17:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 25908, + "startTime": "0:17:16.350", + "endFrame": 26271, + "endTime": "0:17:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 26280, + "startTime": "0:17:31.230", + "endFrame": 26692, + "endTime": "0:17:47.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.596 + ], + "bottomright": [ + 0.339, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.339, + 0.204 + ], + "bottomright": [ + 0.498, + 0.4 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.4 + ], + "bottomright": [ + 0.658, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.18, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 26713, + "startTime": "0:17:48.540", + "endFrame": 27128, + "endTime": "0:18:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.596 + ], + "bottomright": [ + 0.339, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0.339, + 0.204 + ], + "bottomright": [ + 0.498, + 0.4 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.4 + ], + "bottomright": [ + 0.658, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.18, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 27199, + "startTime": "0:18:7.980", + "endFrame": 27530, + "endTime": "0:18:21.210", + "category": "", + "note": "", + "people": [ + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.792 + ], + "bottomright": [ + 0.693, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.693, + 0.792 + ], + "bottomright": [ + 0.884, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 27561, + "startTime": "0:18:22.440", + "endFrame": 27803, + "endTime": "0:18:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_14-rater7.json b/ratings/video_14-rater7.json new file mode 100644 index 0000000000000000000000000000000000000000..ab4a5fe1c89205d8f89cfb321f6bfa85bbdc6328 --- /dev/null +++ b/ratings/video_14-rater7.json @@ -0,0 +1,16176 @@ +[ + { + "clipIdx": 0, + "startFrame": 15, + "startTime": "0:00:0.630", + "endFrame": 292, + "endTime": "0:00:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.249, + 0.626 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.112 + ], + "bottomright": [ + 0.498, + 0.369 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.369 + ], + "bottomright": [ + 0.498, + 0.626 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.112 + ], + "bottomright": [ + 0.748, + 0.369 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.369 + ], + "bottomright": [ + 0.748, + 0.626 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.112 + ], + "bottomright": [ + 0.997, + 0.369 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.369 + ], + "bottomright": [ + 0.997, + 0.626 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.626 + ], + "bottomright": [ + 0.249, + 0.883 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.249, + 0.626 + ], + "bottomright": [ + 0.498, + 0.883 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.626 + ], + "bottomright": [ + 0.748, + 0.883 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 300, + "startTime": "0:00:12.000", + "endFrame": 566, + "endTime": "0:00:22.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.249, + 0.626 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.112 + ], + "bottomright": [ + 0.498, + 0.369 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.369 + ], + "bottomright": [ + 0.498, + 0.626 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.112 + ], + "bottomright": [ + 0.748, + 0.369 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.369 + ], + "bottomright": [ + 0.748, + 0.626 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.112 + ], + "bottomright": [ + 0.997, + 0.369 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.369 + ], + "bottomright": [ + 0.997, + 0.626 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.626 + ], + "bottomright": [ + 0.249, + 0.883 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.626 + ], + "bottomright": [ + 0.498, + 0.883 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.626 + ], + "bottomright": [ + 0.748, + 0.883 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.626 + ], + "bottomright": [ + 0.997, + 0.883 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 580, + "startTime": "0:00:23.220", + "endFrame": 826, + "endTime": "0:00:33.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.25 + ], + "bottomright": [ + 0.257, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.497 + ], + "bottomright": [ + 0.257, + 0.744 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.003 + ], + "bottomright": [ + 0.498, + 0.25 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.25 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.497 + ], + "bottomright": [ + 0.498, + 0.744 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.003 + ], + "bottomright": [ + 0.74, + 0.25 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.25 + ], + "bottomright": [ + 0.74, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.74, + 0.744 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.003 + ], + "bottomright": [ + 0.981, + 0.25 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.25 + ], + "bottomright": [ + 0.981, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.497 + ], + "bottomright": [ + 0.981, + 0.744 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.379, + 0.744 + ], + "bottomright": [ + 0.62, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 885, + "startTime": "0:00:35.430", + "endFrame": 1107, + "endTime": "0:00:44.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.25 + ], + "bottomright": [ + 0.257, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.497 + ], + "bottomright": [ + 0.257, + 0.744 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.003 + ], + "bottomright": [ + 0.498, + 0.25 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.25 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.497 + ], + "bottomright": [ + 0.498, + 0.744 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.003 + ], + "bottomright": [ + 0.74, + 0.25 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.25 + ], + "bottomright": [ + 0.74, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.74, + 0.744 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.003 + ], + "bottomright": [ + 0.981, + 0.25 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.25 + ], + "bottomright": [ + 0.981, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.497 + ], + "bottomright": [ + 0.981, + 0.744 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.744 + ], + "bottomright": [ + 0.258, + 0.992 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.258, + 0.744 + ], + "bottomright": [ + 0.499, + 0.992 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.744 + ], + "bottomright": [ + 0.982, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1166, + "startTime": "0:00:46.650", + "endFrame": 1392, + "endTime": "0:00:55.710", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.299, + 0.703 + ], + "bottomright": [ + 0.498, + 0.908 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.703 + ], + "bottomright": [ + 0.698, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1425, + "startTime": "0:00:57.030", + "endFrame": 1656, + "endTime": "0:01:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.299, + 0.703 + ], + "bottomright": [ + 0.498, + 0.908 + ] + } + }, + { + "name": "person16", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.703 + ], + "bottomright": [ + 0.698, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1677, + "startTime": "0:01:7.110", + "endFrame": 2069, + "endTime": "0:01:22.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2077, + "startTime": "0:01:23.100", + "endFrame": 2346, + "endTime": "0:01:33.840", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Engage", + "note": "multiple people", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.102, + 0.703 + ], + "bottomright": [ + 0.302, + 0.908 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.302, + 0.703 + ], + "bottomright": [ + 0.501, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.703 + ], + "bottomright": [ + 0.7, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2372, + "startTime": "0:01:34.890", + "endFrame": 2667, + "endTime": "0:01:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.102, + 0.703 + ], + "bottomright": [ + 0.302, + 0.908 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.302, + 0.703 + ], + "bottomright": [ + 0.501, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.703 + ], + "bottomright": [ + 0.7, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 2686, + "startTime": "0:01:47.460", + "endFrame": 2967, + "endTime": "0:01:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.703 + ], + "bottomright": [ + 0.298, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 2990, + "startTime": "0:01:59.610", + "endFrame": 3249, + "endTime": "0:02:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3261, + "startTime": "0:02:10.470", + "endFrame": 3726, + "endTime": "0:02:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 3789, + "startTime": "0:02:31.590", + "endFrame": 4026, + "endTime": "0:02:41.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4075, + "startTime": "0:02:43.020", + "endFrame": 4461, + "endTime": "0:02:58.470", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.703 + ], + "bottomright": [ + 0.398, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.703 + ], + "bottomright": [ + 0.598, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4507, + "startTime": "0:03:0.300", + "endFrame": 4804, + "endTime": "0:03:12.180", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person18", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.703 + ], + "bottomright": [ + 0.398, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.703 + ], + "bottomright": [ + 0.598, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 4844, + "startTime": "0:03:13.770", + "endFrame": 5076, + "endTime": "0:03:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.231 + ], + "bottomright": [ + 0.212, + 0.453 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.453 + ], + "bottomright": [ + 0.212, + 0.675 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.231 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.231 + ], + "bottomright": [ + 0.403, + 0.453 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.453 + ], + "bottomright": [ + 0.403, + 0.675 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.231 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.231 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.231 + ], + "bottomright": [ + 0.786, + 0.453 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.453 + ], + "bottomright": [ + 0.786, + 0.675 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.231 + ], + "bottomright": [ + 0.977, + 0.453 + ] + } + }, + { + "name": "person18", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.453 + ], + "bottomright": [ + 0.977, + 0.675 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.675 + ], + "bottomright": [ + 0.403, + 0.897 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.675 + ], + "bottomright": [ + 0.595, + 0.897 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.675 + ], + "bottomright": [ + 0.786, + 0.897 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5117, + "startTime": "0:03:24.690", + "endFrame": 5499, + "endTime": "0:03:39.960", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 5504, + "startTime": "0:03:40.170", + "endFrame": 5792, + "endTime": "0:03:51.690", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 5878, + "startTime": "0:03:55.140", + "endFrame": 6198, + "endTime": "0:04:7.950", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 6227, + "startTime": "0:04:9.090", + "endFrame": 6504, + "endTime": "0:04:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 6623, + "startTime": "0:04:24.960", + "endFrame": 6765, + "endTime": "0:04:30.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 6771, + "startTime": "0:04:30.870", + "endFrame": 7116, + "endTime": "0:04:44.670", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8028, + "startTime": "0:05:21.120", + "endFrame": 8316, + "endTime": "0:05:32.670", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8318, + "startTime": "0:05:32.730", + "endFrame": 8640, + "endTime": "0:05:45.630", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8769, + "startTime": "0:05:50.760", + "endFrame": 8986, + "endTime": "0:05:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9015, + "startTime": "0:06:0.630", + "endFrame": 9291, + "endTime": "0:06:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9303, + "startTime": "0:06:12.150", + "endFrame": 9638, + "endTime": "0:06:25.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 9657, + "startTime": "0:06:26.280", + "endFrame": 10166, + "endTime": "0:06:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "black screen", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10194, + "startTime": "0:06:47.760", + "endFrame": 10983, + "endTime": "0:07:19.350", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11017, + "startTime": "0:07:20.700", + "endFrame": 11256, + "endTime": "0:07:30.240", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11299, + "startTime": "0:07:31.980", + "endFrame": 11573, + "endTime": "0:07:42.930", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11598, + "startTime": "0:07:43.950", + "endFrame": 11841, + "endTime": "0:07:53.640", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 11949, + "startTime": "0:07:57.960", + "endFrame": 12210, + "endTime": "0:08:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12227, + "startTime": "0:08:9.090", + "endFrame": 12717, + "endTime": "0:08:28.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 12733, + "startTime": "0:08:29.340", + "endFrame": 12988, + "endTime": "0:08:39.540", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 12994, + "startTime": "0:08:39.780", + "endFrame": 13313, + "endTime": "0:08:52.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13341, + "startTime": "0:08:53.670", + "endFrame": 13747, + "endTime": "0:09:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 13790, + "startTime": "0:09:11.610", + "endFrame": 14215, + "endTime": "0:09:28.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14230, + "startTime": "0:09:29.220", + "endFrame": 14602, + "endTime": "0:09:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14614, + "startTime": "0:09:44.580", + "endFrame": 15044, + "endTime": "0:10:1.770", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15061, + "startTime": "0:10:2.460", + "endFrame": 15397, + "endTime": "0:10:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15429, + "startTime": "0:10:17.160", + "endFrame": 15819, + "endTime": "0:10:32.760", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 16056, + "startTime": "0:10:42.240", + "endFrame": 16202, + "endTime": "0:10:48.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16212, + "startTime": "0:10:48.480", + "endFrame": 16581, + "endTime": "0:11:3.240", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16583, + "startTime": "0:11:3.330", + "endFrame": 16826, + "endTime": "0:11:13.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16830, + "startTime": "0:11:13.230", + "endFrame": 17195, + "endTime": "0:11:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17209, + "startTime": "0:11:28.380", + "endFrame": 17503, + "endTime": "0:11:40.140", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 17585, + "startTime": "0:11:43.410", + "endFrame": 18129, + "endTime": "0:12:5.160", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18139, + "startTime": "0:12:5.580", + "endFrame": 18430, + "endTime": "0:12:17.220", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18435, + "startTime": "0:12:17.430", + "endFrame": 18960, + "endTime": "0:12:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 18967, + "startTime": "0:12:38.700", + "endFrame": 19351, + "endTime": "0:12:54.060", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 19410, + "startTime": "0:12:56.400", + "endFrame": 19741, + "endTime": "0:13:9.660", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 19752, + "startTime": "0:13:10.080", + "endFrame": 20019, + "endTime": "0:13:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.18, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.204 + ], + "bottomright": [ + 0.339, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.204 + ], + "bottomright": [ + 0.658, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.596 + ], + "bottomright": [ + 0.658, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.204 + ], + "bottomright": [ + 0.817, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.276, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.435, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 20038, + "startTime": "0:13:21.540", + "endFrame": 20283, + "endTime": "0:13:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 20308, + "startTime": "0:13:32.340", + "endFrame": 20598, + "endTime": "0:13:43.920", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 20632, + "startTime": "0:13:45.300", + "endFrame": 20979, + "endTime": "0:13:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.18, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.204 + ], + "bottomright": [ + 0.339, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.596 + ], + "bottomright": [ + 0.658, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.204 + ], + "bottomright": [ + 0.817, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.276, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.435, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.754, + 0.792 + ], + "bottomright": [ + 0.913, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 21001, + "startTime": "0:14:0.060", + "endFrame": 21351, + "endTime": "0:14:14.040", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 21386, + "startTime": "0:14:15.450", + "endFrame": 21648, + "endTime": "0:14:25.950", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 21649, + "startTime": "0:14:25.980", + "endFrame": 22147, + "endTime": "0:14:45.900", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 22173, + "startTime": "0:14:46.920", + "endFrame": 22677, + "endTime": "0:15:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22764, + "startTime": "0:15:10.560", + "endFrame": 23286, + "endTime": "0:15:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 23308, + "startTime": "0:15:32.340", + "endFrame": 23672, + "endTime": "0:15:46.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 23682, + "startTime": "0:15:47.280", + "endFrame": 23946, + "endTime": "0:15:57.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 23960, + "startTime": "0:15:58.410", + "endFrame": 24351, + "endTime": "0:16:14.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 24360, + "startTime": "0:16:14.430", + "endFrame": 24612, + "endTime": "0:16:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 24628, + "startTime": "0:16:25.140", + "endFrame": 24877, + "endTime": "0:16:35.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 24888, + "startTime": "0:16:35.550", + "endFrame": 25127, + "endTime": "0:16:45.090", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 25154, + "startTime": "0:16:46.170", + "endFrame": 25515, + "endTime": "0:17:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 25522, + "startTime": "0:17:0.900", + "endFrame": 25874, + "endTime": "0:17:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 25908, + "startTime": "0:17:16.350", + "endFrame": 26271, + "endTime": "0:17:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 26280, + "startTime": "0:17:31.230", + "endFrame": 26692, + "endTime": "0:17:47.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.596 + ], + "bottomright": [ + 0.339, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.339, + 0.204 + ], + "bottomright": [ + 0.498, + 0.4 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.4 + ], + "bottomright": [ + 0.658, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.18, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 26713, + "startTime": "0:17:48.540", + "endFrame": 27128, + "endTime": "0:18:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.596 + ], + "bottomright": [ + 0.339, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.339, + 0.204 + ], + "bottomright": [ + 0.498, + 0.4 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.4 + ], + "bottomright": [ + 0.658, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.18, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 27199, + "startTime": "0:18:7.980", + "endFrame": 27530, + "endTime": "0:18:21.210", + "category": "", + "note": "", + "people": [ + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.792 + ], + "bottomright": [ + 0.693, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.693, + 0.792 + ], + "bottomright": [ + 0.884, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 27561, + "startTime": "0:18:22.440", + "endFrame": 27803, + "endTime": "0:18:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_14-rater8.json b/ratings/video_14-rater8.json new file mode 100644 index 0000000000000000000000000000000000000000..6a56bcb33ea5e3a14b412c8b2b192db4adf0152c --- /dev/null +++ b/ratings/video_14-rater8.json @@ -0,0 +1,16176 @@ +[ + { + "clipIdx": 0, + "startFrame": 15, + "startTime": "0:00:0.630", + "endFrame": 292, + "endTime": "0:00:11.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.249, + 0.626 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.112 + ], + "bottomright": [ + 0.498, + 0.369 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.369 + ], + "bottomright": [ + 0.498, + 0.626 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.112 + ], + "bottomright": [ + 0.748, + 0.369 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.369 + ], + "bottomright": [ + 0.748, + 0.626 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.112 + ], + "bottomright": [ + 0.997, + 0.369 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.369 + ], + "bottomright": [ + 0.997, + 0.626 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.626 + ], + "bottomright": [ + 0.249, + 0.883 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.249, + 0.626 + ], + "bottomright": [ + 0.498, + 0.883 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.626 + ], + "bottomright": [ + 0.748, + 0.883 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 300, + "startTime": "0:00:12.000", + "endFrame": 566, + "endTime": "0:00:22.650", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.369 + ], + "bottomright": [ + 0.249, + 0.626 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.112 + ], + "bottomright": [ + 0.498, + 0.369 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.369 + ], + "bottomright": [ + 0.498, + 0.626 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.112 + ], + "bottomright": [ + 0.748, + 0.369 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.369 + ], + "bottomright": [ + 0.748, + 0.626 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.112 + ], + "bottomright": [ + 0.997, + 0.369 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.369 + ], + "bottomright": [ + 0.997, + 0.626 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.626 + ], + "bottomright": [ + 0.249, + 0.883 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.249, + 0.626 + ], + "bottomright": [ + 0.498, + 0.883 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.626 + ], + "bottomright": [ + 0.748, + 0.883 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.748, + 0.626 + ], + "bottomright": [ + 0.997, + 0.883 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 580, + "startTime": "0:00:23.220", + "endFrame": 826, + "endTime": "0:00:33.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.25 + ], + "bottomright": [ + 0.257, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.497 + ], + "bottomright": [ + 0.257, + 0.744 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.003 + ], + "bottomright": [ + 0.498, + 0.25 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.25 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.497 + ], + "bottomright": [ + 0.498, + 0.744 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.003 + ], + "bottomright": [ + 0.74, + 0.25 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.25 + ], + "bottomright": [ + 0.74, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.74, + 0.744 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.003 + ], + "bottomright": [ + 0.981, + 0.25 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.25 + ], + "bottomright": [ + 0.981, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.497 + ], + "bottomright": [ + 0.981, + 0.744 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.379, + 0.744 + ], + "bottomright": [ + 0.62, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 885, + "startTime": "0:00:35.430", + "endFrame": 1107, + "endTime": "0:00:44.280", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.25 + ], + "bottomright": [ + 0.257, + 0.497 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.497 + ], + "bottomright": [ + 0.257, + 0.744 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.003 + ], + "bottomright": [ + 0.498, + 0.25 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.25 + ], + "bottomright": [ + 0.498, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.257, + 0.497 + ], + "bottomright": [ + 0.498, + 0.744 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.003 + ], + "bottomright": [ + 0.74, + 0.25 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.25 + ], + "bottomright": [ + 0.74, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.497 + ], + "bottomright": [ + 0.74, + 0.744 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.003 + ], + "bottomright": [ + 0.981, + 0.25 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.25 + ], + "bottomright": [ + 0.981, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.74, + 0.497 + ], + "bottomright": [ + 0.981, + 0.744 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.744 + ], + "bottomright": [ + 0.258, + 0.992 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.258, + 0.744 + ], + "bottomright": [ + 0.499, + 0.992 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.741, + 0.744 + ], + "bottomright": [ + 0.982, + 0.992 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1166, + "startTime": "0:00:46.650", + "endFrame": 1392, + "endTime": "0:00:55.710", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.299, + 0.703 + ], + "bottomright": [ + 0.498, + 0.908 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.703 + ], + "bottomright": [ + 0.698, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1425, + "startTime": "0:00:57.030", + "endFrame": 1656, + "endTime": "0:01:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.299, + 0.703 + ], + "bottomright": [ + 0.498, + 0.908 + ] + } + }, + { + "name": "person16", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.703 + ], + "bottomright": [ + 0.698, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 1677, + "startTime": "0:01:7.110", + "endFrame": 2069, + "endTime": "0:01:22.770", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person15", + "category": "NA", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2077, + "startTime": "0:01:23.100", + "endFrame": 2346, + "endTime": "0:01:33.840", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Engage", + "note": "multiple people", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.102, + 0.703 + ], + "bottomright": [ + 0.302, + 0.908 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.302, + 0.703 + ], + "bottomright": [ + 0.501, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.703 + ], + "bottomright": [ + 0.7, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2372, + "startTime": "0:01:34.890", + "endFrame": 2667, + "endTime": "0:01:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.102, + 0.703 + ], + "bottomright": [ + 0.302, + 0.908 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.302, + 0.703 + ], + "bottomright": [ + 0.501, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.703 + ], + "bottomright": [ + 0.7, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 2686, + "startTime": "0:01:47.460", + "endFrame": 2967, + "endTime": "0:01:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.099, + 0.703 + ], + "bottomright": [ + 0.298, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 2990, + "startTime": "0:01:59.610", + "endFrame": 3249, + "endTime": "0:02:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3261, + "startTime": "0:02:10.470", + "endFrame": 3726, + "endTime": "0:02:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 3789, + "startTime": "0:02:31.590", + "endFrame": 4026, + "endTime": "0:02:41.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.703 + ], + "bottomright": [ + 0.996, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4075, + "startTime": "0:02:43.020", + "endFrame": 4461, + "endTime": "0:02:58.470", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.703 + ], + "bottomright": [ + 0.398, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.703 + ], + "bottomright": [ + 0.598, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 4507, + "startTime": "0:03:0.300", + "endFrame": 4804, + "endTime": "0:03:12.180", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.292 + ], + "bottomright": [ + 0.199, + 0.497 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.497 + ], + "bottomright": [ + 0.199, + 0.703 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.086 + ], + "bottomright": [ + 0.398, + 0.292 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.292 + ], + "bottomright": [ + 0.398, + 0.497 + ] + } + }, + { + "name": "person14", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.497 + ], + "bottomright": [ + 0.398, + 0.703 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.086 + ], + "bottomright": [ + 0.598, + 0.292 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.292 + ], + "bottomright": [ + 0.598, + 0.497 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.497 + ], + "bottomright": [ + 0.598, + 0.703 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.086 + ], + "bottomright": [ + 0.797, + 0.292 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.292 + ], + "bottomright": [ + 0.797, + 0.497 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.497 + ], + "bottomright": [ + 0.797, + 0.703 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.086 + ], + "bottomright": [ + 0.996, + 0.292 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.292 + ], + "bottomright": [ + 0.996, + 0.497 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.797, + 0.497 + ], + "bottomright": [ + 0.996, + 0.703 + ] + } + }, + { + "name": "person17", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0, + 0.703 + ], + "bottomright": [ + 0.199, + 0.908 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.199, + 0.703 + ], + "bottomright": [ + 0.398, + 0.908 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.398, + 0.703 + ], + "bottomright": [ + 0.598, + 0.908 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.703 + ], + "bottomright": [ + 0.797, + 0.908 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 4844, + "startTime": "0:03:13.770", + "endFrame": 5076, + "endTime": "0:03:23.070", + "category": "", + "note": "", + "people": [ + { + "name": "person17", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.231 + ], + "bottomright": [ + 0.212, + 0.453 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.453 + ], + "bottomright": [ + 0.212, + 0.675 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.231 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.231 + ], + "bottomright": [ + 0.403, + 0.453 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.453 + ], + "bottomright": [ + 0.403, + 0.675 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.231 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.231 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.231 + ], + "bottomright": [ + 0.786, + 0.453 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.453 + ], + "bottomright": [ + 0.786, + 0.675 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.231 + ], + "bottomright": [ + 0.977, + 0.453 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.453 + ], + "bottomright": [ + 0.977, + 0.675 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.675 + ], + "bottomright": [ + 0.403, + 0.897 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.675 + ], + "bottomright": [ + 0.595, + 0.897 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.675 + ], + "bottomright": [ + 0.786, + 0.897 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5117, + "startTime": "0:03:24.690", + "endFrame": 5499, + "endTime": "0:03:39.960", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 5504, + "startTime": "0:03:40.170", + "endFrame": 5792, + "endTime": "0:03:51.690", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 5878, + "startTime": "0:03:55.140", + "endFrame": 6198, + "endTime": "0:04:7.950", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 6227, + "startTime": "0:04:9.090", + "endFrame": 6504, + "endTime": "0:04:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 6623, + "startTime": "0:04:24.960", + "endFrame": 6765, + "endTime": "0:04:30.600", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 6771, + "startTime": "0:04:30.870", + "endFrame": 7116, + "endTime": "0:04:44.670", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8028, + "startTime": "0:05:21.120", + "endFrame": 8316, + "endTime": "0:05:32.670", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8318, + "startTime": "0:05:32.730", + "endFrame": 8640, + "endTime": "0:05:45.630", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8769, + "startTime": "0:05:50.760", + "endFrame": 8986, + "endTime": "0:05:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9015, + "startTime": "0:06:0.630", + "endFrame": 9291, + "endTime": "0:06:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9303, + "startTime": "0:06:12.150", + "endFrame": 9638, + "endTime": "0:06:25.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 9657, + "startTime": "0:06:26.280", + "endFrame": 10166, + "endTime": "0:06:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "black screen", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10194, + "startTime": "0:06:47.760", + "endFrame": 10983, + "endTime": "0:07:19.350", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11017, + "startTime": "0:07:20.700", + "endFrame": 11256, + "endTime": "0:07:30.240", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11299, + "startTime": "0:07:31.980", + "endFrame": 11573, + "endTime": "0:07:42.930", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11598, + "startTime": "0:07:43.950", + "endFrame": 11841, + "endTime": "0:07:53.640", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 11949, + "startTime": "0:07:57.960", + "endFrame": 12210, + "endTime": "0:08:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12227, + "startTime": "0:08:9.090", + "endFrame": 12717, + "endTime": "0:08:28.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 12733, + "startTime": "0:08:29.340", + "endFrame": 12988, + "endTime": "0:08:39.540", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 12994, + "startTime": "0:08:39.780", + "endFrame": 13313, + "endTime": "0:08:52.560", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13341, + "startTime": "0:08:53.670", + "endFrame": 13747, + "endTime": "0:09:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 13790, + "startTime": "0:09:11.610", + "endFrame": 14215, + "endTime": "0:09:28.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14230, + "startTime": "0:09:29.220", + "endFrame": 14602, + "endTime": "0:09:44.100", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14614, + "startTime": "0:09:44.580", + "endFrame": 15044, + "endTime": "0:10:1.770", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15061, + "startTime": "0:10:2.460", + "endFrame": 15397, + "endTime": "0:10:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15429, + "startTime": "0:10:17.160", + "endFrame": 15819, + "endTime": "0:10:32.760", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 16056, + "startTime": "0:10:42.240", + "endFrame": 16202, + "endTime": "0:10:48.090", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16212, + "startTime": "0:10:48.480", + "endFrame": 16581, + "endTime": "0:11:3.240", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16583, + "startTime": "0:11:3.330", + "endFrame": 16826, + "endTime": "0:11:13.050", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16830, + "startTime": "0:11:13.230", + "endFrame": 17195, + "endTime": "0:11:27.810", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17209, + "startTime": "0:11:28.380", + "endFrame": 17503, + "endTime": "0:11:40.140", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.242 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 17585, + "startTime": "0:11:43.410", + "endFrame": 18129, + "endTime": "0:12:5.160", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18139, + "startTime": "0:12:5.580", + "endFrame": 18430, + "endTime": "0:12:17.220", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18435, + "startTime": "0:12:17.430", + "endFrame": 18960, + "endTime": "0:12:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 18967, + "startTime": "0:12:38.700", + "endFrame": 19351, + "endTime": "0:12:54.060", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 19410, + "startTime": "0:12:56.400", + "endFrame": 19741, + "endTime": "0:13:9.660", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 19752, + "startTime": "0:13:10.080", + "endFrame": 20019, + "endTime": "0:13:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.18, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.204 + ], + "bottomright": [ + 0.339, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.204 + ], + "bottomright": [ + 0.658, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.596 + ], + "bottomright": [ + 0.658, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.204 + ], + "bottomright": [ + 0.817, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.276, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.435, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 20038, + "startTime": "0:13:21.540", + "endFrame": 20283, + "endTime": "0:13:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 20308, + "startTime": "0:13:32.340", + "endFrame": 20598, + "endTime": "0:13:43.920", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.308, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.691, + 0.792 + ], + "bottomright": [ + 0.882, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 20632, + "startTime": "0:13:45.300", + "endFrame": 20979, + "endTime": "0:13:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.18, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.204 + ], + "bottomright": [ + 0.339, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.498, + 0.596 + ], + "bottomright": [ + 0.658, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.204 + ], + "bottomright": [ + 0.817, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.116, + 0.792 + ], + "bottomright": [ + 0.276, + 0.988 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.435, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.754, + 0.792 + ], + "bottomright": [ + 0.913, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 21001, + "startTime": "0:14:0.060", + "endFrame": 21351, + "endTime": "0:14:14.040", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "split screen", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 21386, + "startTime": "0:14:15.450", + "endFrame": 21648, + "endTime": "0:14:25.950", + "category": "", + "note": "", + "people": [ + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 21649, + "startTime": "0:14:25.980", + "endFrame": 22147, + "endTime": "0:14:45.900", + "category": "", + "note": "", + "people": [ + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 22173, + "startTime": "0:14:46.920", + "endFrame": 22677, + "endTime": "0:15:7.080", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22764, + "startTime": "0:15:10.560", + "endFrame": 23286, + "endTime": "0:15:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.215, + 0.792 + ], + "bottomright": [ + 0.406, + 0.988 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.406, + 0.792 + ], + "bottomright": [ + 0.598, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.598, + 0.792 + ], + "bottomright": [ + 0.789, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 23308, + "startTime": "0:15:32.340", + "endFrame": 23672, + "endTime": "0:15:46.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 23682, + "startTime": "0:15:47.280", + "endFrame": 23946, + "endTime": "0:15:57.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.792 + ], + "bottomright": [ + 0.691, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 23960, + "startTime": "0:15:58.410", + "endFrame": 24351, + "endTime": "0:16:14.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 24360, + "startTime": "0:16:14.430", + "endFrame": 24612, + "endTime": "0:16:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 24628, + "startTime": "0:16:25.140", + "endFrame": 24877, + "endTime": "0:16:35.100", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 24888, + "startTime": "0:16:35.550", + "endFrame": 25127, + "endTime": "0:16:45.090", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.792 + ], + "bottomright": [ + 0.595, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 25154, + "startTime": "0:16:46.170", + "endFrame": 25515, + "endTime": "0:17:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.308, + 0.792 + ], + "bottomright": [ + 0.499, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 25522, + "startTime": "0:17:0.900", + "endFrame": 25874, + "endTime": "0:17:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.792 + ], + "bottomright": [ + 0.403, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 25908, + "startTime": "0:17:16.350", + "endFrame": 26271, + "endTime": "0:17:30.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.596 + ], + "bottomright": [ + 0.403, + 0.792 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.204 + ], + "bottomright": [ + 0.595, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.212, + 0.988 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.792 + ], + "bottomright": [ + 0.786, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 26280, + "startTime": "0:17:31.230", + "endFrame": 26692, + "endTime": "0:17:47.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.596 + ], + "bottomright": [ + 0.339, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.339, + 0.204 + ], + "bottomright": [ + 0.498, + 0.4 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.4 + ], + "bottomright": [ + 0.658, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.18, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 26713, + "startTime": "0:17:48.540", + "endFrame": 27128, + "endTime": "0:18:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.18, + 0.4 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.18, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.008 + ], + "bottomright": [ + 0.339, + 0.204 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.4 + ], + "bottomright": [ + 0.339, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.18, + 0.596 + ], + "bottomright": [ + 0.339, + 0.792 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "split screen", + "position": { + "topleft": [ + 0.339, + 0.204 + ], + "bottomright": [ + 0.498, + 0.4 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.008 + ], + "bottomright": [ + 0.658, + 0.204 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.4 + ], + "bottomright": [ + 0.658, + 0.596 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.4 + ], + "bottomright": [ + 0.817, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.658, + 0.596 + ], + "bottomright": [ + 0.817, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.204 + ], + "bottomright": [ + 0.977, + 0.4 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.792 + ], + "bottomright": [ + 0.18, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.817, + 0.792 + ], + "bottomright": [ + 0.977, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 27199, + "startTime": "0:18:7.980", + "endFrame": 27530, + "endTime": "0:18:21.210", + "category": "", + "note": "", + "people": [ + { + "name": "person20", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.204 + ], + "bottomright": [ + 0.212, + 0.4 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.4 + ], + "bottomright": [ + 0.212, + 0.596 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.02, + 0.596 + ], + "bottomright": [ + 0.212, + 0.792 + ] + } + }, + { + "name": "person0", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.008 + ], + "bottomright": [ + 0.403, + 0.204 + ] + } + }, + { + "name": "person11", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.204 + ], + "bottomright": [ + 0.403, + 0.4 + ] + } + }, + { + "name": "person12", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.212, + 0.4 + ], + "bottomright": [ + 0.403, + 0.596 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.008 + ], + "bottomright": [ + 0.595, + 0.204 + ] + } + }, + { + "name": "person14", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.4 + ], + "bottomright": [ + 0.595, + 0.596 + ] + } + }, + { + "name": "person16", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.403, + 0.596 + ], + "bottomright": [ + 0.595, + 0.792 + ] + } + }, + { + "name": "person19", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.008 + ], + "bottomright": [ + 0.786, + 0.204 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.204 + ], + "bottomright": [ + 0.786, + 0.4 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.4 + ], + "bottomright": [ + 0.786, + 0.596 + ] + } + }, + { + "name": "person15", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.595, + 0.596 + ], + "bottomright": [ + 0.786, + 0.792 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.008 + ], + "bottomright": [ + 0.977, + 0.204 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.4 + ], + "bottomright": [ + 0.977, + 0.596 + ] + } + }, + { + "name": "person18", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.786, + 0.596 + ], + "bottomright": [ + 0.977, + 0.792 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.792 + ], + "bottomright": [ + 0.693, + 0.988 + ] + } + }, + { + "name": "person10", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.693, + 0.792 + ], + "bottomright": [ + 0.884, + 0.988 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 27561, + "startTime": "0:18:22.440", + "endFrame": 27803, + "endTime": "0:18:32.130", + "category": "", + "note": "", + "people": [ + { + "name": "person0", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.24 + ], + "bottomright": [ + 0.998, + 0.756 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_15-rater0.json b/ratings/video_15-rater0.json new file mode 100644 index 0000000000000000000000000000000000000000..2a0636bcd88ead41bd3e2d2edf0950735c525269 --- /dev/null +++ b/ratings/video_15-rater0.json @@ -0,0 +1,14225 @@ +[ + { + "clipIdx": 0, + "startFrame": 60, + "startTime": "0:00:2.429", + "endFrame": 555, + "endTime": "0:00:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.001 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 561, + "startTime": "0:00:22.470", + "endFrame": 890, + "endTime": "0:00:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 930, + "startTime": "0:00:37.200", + "endFrame": 1186, + "endTime": "0:00:47.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1222, + "startTime": "0:00:48.900", + "endFrame": 1464, + "endTime": "0:00:58.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1511, + "startTime": "0:01:0.450", + "endFrame": 1817, + "endTime": "0:01:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1827, + "startTime": "0:01:13.080", + "endFrame": 2175, + "endTime": "0:01:27.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2178, + "startTime": "0:01:27.120", + "endFrame": 2550, + "endTime": "0:01:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2568, + "startTime": "0:01:42.720", + "endFrame": 3104, + "endTime": "0:02:4.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3189, + "startTime": "0:02:7.590", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3528, + "startTime": "0:02:21.120", + "endFrame": 4103, + "endTime": "0:02:44.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4152, + "startTime": "0:02:46.110", + "endFrame": 4496, + "endTime": "0:02:59.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4534, + "startTime": "0:03:1.380", + "endFrame": 4876, + "endTime": "0:03:15.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4947, + "startTime": "0:03:17.910", + "endFrame": 5182, + "endTime": "0:03:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5193, + "startTime": "0:03:27.720", + "endFrame": 5484, + "endTime": "0:03:39.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5523, + "startTime": "0:03:40.920", + "endFrame": 5874, + "endTime": "0:03:54.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6039, + "startTime": "0:04:1.590", + "endFrame": 6126, + "endTime": "0:04:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6192, + "startTime": "0:04:7.710", + "endFrame": 6545, + "endTime": "0:04:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6555, + "startTime": "0:04:22.230", + "endFrame": 6890, + "endTime": "0:04:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6900, + "startTime": "0:04:36.000", + "endFrame": 7294, + "endTime": "0:04:51.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7307, + "startTime": "0:04:52.290", + "endFrame": 7569, + "endTime": "0:05:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7584, + "startTime": "0:05:3.390", + "endFrame": 7827, + "endTime": "0:05:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7835, + "startTime": "0:05:13.410", + "endFrame": 8182, + "endTime": "0:05:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8192, + "startTime": "0:05:27.690", + "endFrame": 8561, + "endTime": "0:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8568, + "startTime": "0:05:42.750", + "endFrame": 9167, + "endTime": "0:06:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9176, + "startTime": "0:06:7.050", + "endFrame": 9417, + "endTime": "0:06:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9425, + "startTime": "0:06:17.010", + "endFrame": 9860, + "endTime": "0:06:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9888, + "startTime": "0:06:35.550", + "endFrame": 10221, + "endTime": "0:06:48.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.499 + ], + "bottomright": [ + 0.337, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.666, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.995, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10269, + "startTime": "0:06:50.790", + "endFrame": 10665, + "endTime": "0:07:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.169 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10704, + "startTime": "0:07:8.160", + "endFrame": 11124, + "endTime": "0:07:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11132, + "startTime": "0:07:25.290", + "endFrame": 11679, + "endTime": "0:07:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11690, + "startTime": "0:07:47.610", + "endFrame": 12129, + "endTime": "0:08:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12138, + "startTime": "0:08:5.550", + "endFrame": 12429, + "endTime": "0:08:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12448, + "startTime": "0:08:17.940", + "endFrame": 12681, + "endTime": "0:08:27.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12694, + "startTime": "0:08:27.780", + "endFrame": 13152, + "endTime": "0:08:46.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13188, + "startTime": "0:08:47.520", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13472, + "startTime": "0:08:58.920", + "endFrame": 13904, + "endTime": "0:09:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13932, + "startTime": "0:09:17.310", + "endFrame": 14169, + "endTime": "0:09:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14252, + "startTime": "0:09:30.090", + "endFrame": 14457, + "endTime": "0:09:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14549, + "startTime": "0:09:41.970", + "endFrame": 14725, + "endTime": "0:09:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14775, + "startTime": "0:09:51.000", + "endFrame": 15083, + "endTime": "0:10:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15133, + "startTime": "0:10:5.340", + "endFrame": 15583, + "endTime": "0:10:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15731, + "startTime": "0:10:29.250", + "endFrame": 15860, + "endTime": "0:10:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15908, + "startTime": "0:10:36.330", + "endFrame": 16131, + "endTime": "0:10:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16140, + "startTime": "0:10:45.630", + "endFrame": 16505, + "endTime": "0:11:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16545, + "startTime": "0:11:1.800", + "endFrame": 16864, + "endTime": "0:11:14.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.476 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.476 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16903, + "startTime": "0:11:16.140", + "endFrame": 17262, + "endTime": "0:11:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.494 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.494 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17304, + "startTime": "0:11:32.190", + "endFrame": 17610, + "endTime": "0:11:44.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 17621, + "startTime": "0:11:44.850", + "endFrame": 18222, + "endTime": "0:12:8.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18249, + "startTime": "0:12:9.990", + "endFrame": 18682, + "endTime": "0:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19108, + "endTime": "0:12:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19123, + "startTime": "0:12:44.940", + "endFrame": 19377, + "endTime": "0:12:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20473, + "startTime": "0:13:38.940", + "endFrame": 20850, + "endTime": "0:13:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20902, + "startTime": "0:13:56.100", + "endFrame": 21287, + "endTime": "0:14:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21303, + "startTime": "0:14:12.120", + "endFrame": 21799, + "endTime": "0:14:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21810, + "startTime": "0:14:32.400", + "endFrame": 22227, + "endTime": "0:14:49.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22265, + "startTime": "0:14:50.610", + "endFrame": 22728, + "endTime": "0:15:9.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22770, + "startTime": "0:15:10.800", + "endFrame": 23194, + "endTime": "0:15:27.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23239, + "startTime": "0:15:29.580", + "endFrame": 23505, + "endTime": "0:15:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.485 + ], + "bottomright": [ + 0.666, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23753, + "startTime": "0:15:50.130", + "endFrame": 23872, + "endTime": "0:15:54.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 23907, + "startTime": "0:15:56.310", + "endFrame": 24208, + "endTime": "0:16:8.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24219, + "startTime": "0:16:8.790", + "endFrame": 24478, + "endTime": "0:16:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24487, + "startTime": "0:16:19.500", + "endFrame": 24830, + "endTime": "0:16:33.210", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 24843, + "startTime": "0:16:33.750", + "endFrame": 25145, + "endTime": "0:16:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25340, + "startTime": "0:16:53.610", + "endFrame": 25491, + "endTime": "0:16:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25500, + "startTime": "0:17:0.030", + "endFrame": 25854, + "endTime": "0:17:14.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 25897, + "startTime": "0:17:15.900", + "endFrame": 26235, + "endTime": "0:17:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 26278, + "startTime": "0:17:31.140", + "endFrame": 26739, + "endTime": "0:17:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 26901, + "startTime": "0:17:56.070", + "endFrame": 27156, + "endTime": "0:18:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 27851, + "startTime": "0:18:34.050", + "endFrame": 28273, + "endTime": "0:18:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 28309, + "startTime": "0:18:52.380", + "endFrame": 28818, + "endTime": "0:19:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 28833, + "startTime": "0:19:13.350", + "endFrame": 29093, + "endTime": "0:19:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 29122, + "startTime": "0:19:24.900", + "endFrame": 29370, + "endTime": "0:19:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 29395, + "startTime": "0:19:35.820", + "endFrame": 29665, + "endTime": "0:19:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30836, + "startTime": "0:20:33.450", + "endFrame": 31647, + "endTime": "0:21:5.880", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 31818, + "startTime": "0:21:12.720", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.055, + 0 + ], + "bottomright": [ + 0.527, + 0.462 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32232, + "startTime": "0:21:29.280", + "endFrame": 32806, + "endTime": "0:21:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 32905, + "startTime": "0:21:56.220", + "endFrame": 33252, + "endTime": "0:22:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 34707, + "startTime": "0:23:8.280", + "endFrame": 34938, + "endTime": "0:23:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 34950, + "startTime": "0:23:18.000", + "endFrame": 35460, + "endTime": "0:23:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 35475, + "startTime": "0:23:39.030", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 36134, + "startTime": "0:24:5.370", + "endFrame": 36237, + "endTime": "0:24:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 36282, + "startTime": "0:24:11.310", + "endFrame": 36672, + "endTime": "0:24:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 36684, + "startTime": "0:24:27.390", + "endFrame": 36968, + "endTime": "0:24:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 37013, + "startTime": "0:24:40.530", + "endFrame": 37278, + "endTime": "0:24:51.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 37312, + "startTime": "0:24:52.500", + "endFrame": 37755, + "endTime": "0:25:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 37769, + "startTime": "0:25:10.770", + "endFrame": 38014, + "endTime": "0:25:20.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 38028, + "startTime": "0:25:21.120", + "endFrame": 38433, + "endTime": "0:25:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 38454, + "startTime": "0:25:38.160", + "endFrame": 38853, + "endTime": "0:25:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 38865, + "startTime": "0:25:54.600", + "endFrame": 39155, + "endTime": "0:26:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 39170, + "startTime": "0:26:6.810", + "endFrame": 39504, + "endTime": "0:26:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 39513, + "startTime": "0:26:20.550", + "endFrame": 39833, + "endTime": "0:26:33.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 39843, + "startTime": "0:26:33.750", + "endFrame": 40362, + "endTime": "0:26:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 40421, + "startTime": "0:26:56.850", + "endFrame": 40740, + "endTime": "0:27:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 40782, + "startTime": "0:27:11.310", + "endFrame": 41088, + "endTime": "0:27:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 41183, + "startTime": "0:27:27.330", + "endFrame": 41402, + "endTime": "0:27:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 41577, + "startTime": "0:27:43.080", + "endFrame": 41786, + "endTime": "0:27:51.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 41840, + "startTime": "0:27:53.610", + "endFrame": 42087, + "endTime": "0:28:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 42150, + "startTime": "0:28:6.000", + "endFrame": 42480, + "endTime": "0:28:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 42482, + "startTime": "0:28:19.290", + "endFrame": 42730, + "endTime": "0:28:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 42747, + "startTime": "0:28:29.910", + "endFrame": 43154, + "endTime": "0:28:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 43163, + "startTime": "0:28:46.530", + "endFrame": 43528, + "endTime": "0:29:1.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 43536, + "startTime": "0:29:1.440", + "endFrame": 43943, + "endTime": "0:29:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 43954, + "startTime": "0:29:18.180", + "endFrame": 44292, + "endTime": "0:29:31.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 44309, + "startTime": "0:29:32.370", + "endFrame": 44624, + "endTime": "0:29:44.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 44630, + "startTime": "0:29:45.210", + "endFrame": 45220, + "endTime": "0:30:8.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 45234, + "startTime": "0:30:9.360", + "endFrame": 45647, + "endTime": "0:30:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 46399, + "startTime": "0:30:55.980", + "endFrame": 46607, + "endTime": "0:31:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 46637, + "startTime": "0:31:5.490", + "endFrame": 46878, + "endTime": "0:31:15.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47487, + "endTime": "0:31:39.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47517, + "startTime": "0:31:40.680", + "endFrame": 48021, + "endTime": "0:32:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48045, + "startTime": "0:32:1.800", + "endFrame": 48442, + "endTime": "0:32:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48466, + "startTime": "0:32:18.660", + "endFrame": 48703, + "endTime": "0:32:28.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48711, + "startTime": "0:32:28.470", + "endFrame": 49143, + "endTime": "0:32:45.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.5 + ], + "bottomright": [ + 0.501, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.5 + ], + "bottomright": [ + 0.83, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49149, + "startTime": "0:32:45.960", + "endFrame": 49791, + "endTime": "0:33:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49843, + "startTime": "0:33:13.740", + "endFrame": 50159, + "endTime": "0:33:26.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50167, + "startTime": "0:33:26.700", + "endFrame": 50457, + "endTime": "0:33:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50488, + "startTime": "0:33:39.540", + "endFrame": 50800, + "endTime": "0:33:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50834, + "startTime": "0:33:53.370", + "endFrame": 51399, + "endTime": "0:34:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51440, + "startTime": "0:34:17.610", + "endFrame": 51713, + "endTime": "0:34:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51720, + "startTime": "0:34:28.830", + "endFrame": 52062, + "endTime": "0:34:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 54013, + "startTime": "0:36:0.540", + "endFrame": 54367, + "endTime": "0:36:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 54416, + "startTime": "0:36:16.650", + "endFrame": 54746, + "endTime": "0:36:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 55999, + "startTime": "0:37:19.980", + "endFrame": 56298, + "endTime": "0:37:31.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 56306, + "startTime": "0:37:32.250", + "endFrame": 56551, + "endTime": "0:37:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 56558, + "startTime": "0:37:42.330", + "endFrame": 57135, + "endTime": "0:38:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 57261, + "startTime": "0:38:10.470", + "endFrame": 57642, + "endTime": "0:38:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 57681, + "startTime": "0:38:27.270", + "endFrame": 57968, + "endTime": "0:38:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 58068, + "startTime": "0:38:42.750", + "endFrame": 58231, + "endTime": "0:38:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 58284, + "startTime": "0:38:51.390", + "endFrame": 58505, + "endTime": "0:39:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 58527, + "startTime": "0:39:1.080", + "endFrame": 58974, + "endTime": "0:39:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 58985, + "startTime": "0:39:19.410", + "endFrame": 59433, + "endTime": "0:39:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 59451, + "startTime": "0:39:38.070", + "endFrame": 59844, + "endTime": "0:39:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 59864, + "startTime": "0:39:54.570", + "endFrame": 60098, + "endTime": "0:40:3.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 60111, + "startTime": "0:40:4.470", + "endFrame": 60485, + "endTime": "0:40:19.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 60509, + "startTime": "0:40:20.370", + "endFrame": 60975, + "endTime": "0:40:39.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62529, + "endTime": "0:41:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 62556, + "startTime": "0:41:42.270", + "endFrame": 62898, + "endTime": "0:41:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 62907, + "startTime": "0:41:56.310", + "endFrame": 63197, + "endTime": "0:42:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 63210, + "startTime": "0:42:8.430", + "endFrame": 63741, + "endTime": "0:42:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 63779, + "startTime": "0:42:31.200", + "endFrame": 64200, + "endTime": "0:42:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64213, + "startTime": "0:42:48.540", + "endFrame": 64507, + "endTime": "0:43:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 64539, + "startTime": "0:43:1.590", + "endFrame": 65092, + "endTime": "0:43:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65133, + "startTime": "0:43:25.350", + "endFrame": 65700, + "endTime": "0:43:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 65726, + "startTime": "0:43:49.050", + "endFrame": 66043, + "endTime": "0:44:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66052, + "startTime": "0:44:2.100", + "endFrame": 66394, + "endTime": "0:44:15.780", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66412, + "startTime": "0:44:16.500", + "endFrame": 66696, + "endTime": "0:44:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66814, + "startTime": "0:44:32.580", + "endFrame": 67017, + "endTime": "0:44:40.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67075, + "startTime": "0:44:43.020", + "endFrame": 67309, + "endTime": "0:44:52.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67341, + "startTime": "0:44:53.640", + "endFrame": 67612, + "endTime": "0:45:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67612, + "startTime": "0:45:4.500", + "endFrame": 67872, + "endTime": "0:45:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 67904, + "startTime": "0:45:16.170", + "endFrame": 68168, + "endTime": "0:45:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68183, + "startTime": "0:45:27.330", + "endFrame": 68595, + "endTime": "0:45:43.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 68610, + "startTime": "0:45:44.400", + "endFrame": 69081, + "endTime": "0:46:3.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69115, + "startTime": "0:46:4.620", + "endFrame": 69359, + "endTime": "0:46:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 69397, + "startTime": "0:46:15.900", + "endFrame": 69610, + "endTime": "0:46:24.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 69617, + "startTime": "0:46:24.690", + "endFrame": 70089, + "endTime": "0:46:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70109, + "startTime": "0:46:44.370", + "endFrame": 70350, + "endTime": "0:46:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 70524, + "startTime": "0:47:0.990", + "endFrame": 70846, + "endTime": "0:47:13.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 70860, + "startTime": "0:47:14.430", + "endFrame": 71190, + "endTime": "0:47:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 71199, + "startTime": "0:47:27.960", + "endFrame": 71448, + "endTime": "0:47:37.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 71480, + "startTime": "0:47:39.210", + "endFrame": 71723, + "endTime": "0:47:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 71736, + "startTime": "0:47:49.440", + "endFrame": 72240, + "endTime": "0:48:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72249, + "startTime": "0:48:9.960", + "endFrame": 72705, + "endTime": "0:48:28.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 72717, + "startTime": "0:48:28.710", + "endFrame": 73362, + "endTime": "0:48:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73389, + "startTime": "0:48:55.560", + "endFrame": 73639, + "endTime": "0:49:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74051, + "startTime": "0:49:22.050", + "endFrame": 74079, + "endTime": "0:49:23.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74079, + "startTime": "0:49:23.190", + "endFrame": 74456, + "endTime": "0:49:38.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 74466, + "startTime": "0:49:38.640", + "endFrame": 74814, + "endTime": "0:49:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 74868, + "startTime": "0:49:54.720", + "endFrame": 75100, + "endTime": "0:50:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 75106, + "startTime": "0:50:4.260", + "endFrame": 75516, + "endTime": "0:50:20.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 75531, + "startTime": "0:50:21.270", + "endFrame": 75919, + "endTime": "0:50:36.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 75959, + "startTime": "0:50:38.370", + "endFrame": 76180, + "endTime": "0:50:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 76213, + "startTime": "0:50:48.540", + "endFrame": 76540, + "endTime": "0:51:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 76620, + "startTime": "0:51:4.830", + "endFrame": 76849, + "endTime": "0:51:13.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 76875, + "startTime": "0:51:15.000", + "endFrame": 77247, + "endTime": "0:51:29.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 77282, + "startTime": "0:51:31.290", + "endFrame": 77577, + "endTime": "0:51:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 77620, + "startTime": "0:51:44.820", + "endFrame": 77907, + "endTime": "0:51:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 77931, + "startTime": "0:51:57.270", + "endFrame": 78193, + "endTime": "0:52:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 78351, + "startTime": "0:52:14.070", + "endFrame": 78597, + "endTime": "0:52:23.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 78638, + "startTime": "0:52:25.530", + "endFrame": 79036, + "endTime": "0:52:41.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 79067, + "startTime": "0:52:42.690", + "endFrame": 79384, + "endTime": "0:52:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 79398, + "startTime": "0:52:55.920", + "endFrame": 79810, + "endTime": "0:53:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 79821, + "startTime": "0:53:12.840", + "endFrame": 80232, + "endTime": "0:53:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 80239, + "startTime": "0:53:29.580", + "endFrame": 80705, + "endTime": "0:53:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 80769, + "startTime": "0:53:50.790", + "endFrame": 80967, + "endTime": "0:53:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 90402, + "startTime": "1:00:16.080", + "endFrame": 90658, + "endTime": "1:00:26.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 90677, + "startTime": "1:00:27.090", + "endFrame": 90917, + "endTime": "1:00:36.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 90930, + "startTime": "1:00:37.200", + "endFrame": 91223, + "endTime": "1:00:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 91234, + "startTime": "1:00:49.380", + "endFrame": 91489, + "endTime": "1:00:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 91518, + "startTime": "1:01:0.750", + "endFrame": 91751, + "endTime": "1:01:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 91788, + "startTime": "1:01:11.550", + "endFrame": 92082, + "endTime": "1:01:23.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 92135, + "startTime": "1:01:25.410", + "endFrame": 92355, + "endTime": "1:01:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 92372, + "startTime": "1:01:34.890", + "endFrame": 92749, + "endTime": "1:01:49.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 92754, + "startTime": "1:01:50.190", + "endFrame": 93197, + "endTime": "1:02:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 93242, + "startTime": "1:02:9.690", + "endFrame": 93512, + "endTime": "1:02:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 93549, + "startTime": "1:02:21.990", + "endFrame": 93881, + "endTime": "1:02:35.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 93900, + "startTime": "1:02:36.000", + "endFrame": 94207, + "endTime": "1:02:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 94272, + "startTime": "1:02:50.910", + "endFrame": 94617, + "endTime": "1:03:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 94647, + "startTime": "1:03:5.880", + "endFrame": 94889, + "endTime": "1:03:15.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 94917, + "startTime": "1:03:16.680", + "endFrame": 95283, + "endTime": "1:03:31.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 95291, + "startTime": "1:03:31.650", + "endFrame": 95592, + "endTime": "1:03:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 95603, + "startTime": "1:03:44.130", + "endFrame": 95914, + "endTime": "1:03:56.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96219, + "endTime": "1:04:8.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 96307, + "startTime": "1:04:12.300", + "endFrame": 96607, + "endTime": "1:04:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 96622, + "startTime": "1:04:24.900", + "endFrame": 97012, + "endTime": "1:04:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 97013, + "startTime": "1:04:40.530", + "endFrame": 97341, + "endTime": "1:04:53.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 97381, + "startTime": "1:04:55.260", + "endFrame": 97748, + "endTime": "1:05:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 97764, + "startTime": "1:05:10.590", + "endFrame": 98125, + "endTime": "1:05:25.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 98136, + "startTime": "1:05:25.470", + "endFrame": 98508, + "endTime": "1:05:40.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 98532, + "startTime": "1:05:41.310", + "endFrame": 98814, + "endTime": "1:05:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 98842, + "startTime": "1:05:53.700", + "endFrame": 99147, + "endTime": "1:06:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 99154, + "startTime": "1:06:6.180", + "endFrame": 99499, + "endTime": "1:06:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 99517, + "startTime": "1:06:20.700", + "endFrame": 100099, + "endTime": "1:06:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 100106, + "startTime": "1:06:44.250", + "endFrame": 100629, + "endTime": "1:07:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 100639, + "startTime": "1:07:5.580", + "endFrame": 101019, + "endTime": "1:07:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 101049, + "startTime": "1:07:21.990", + "endFrame": 101382, + "endTime": "1:07:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_15-rater1.json b/ratings/video_15-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..80c6e8e75a8ba5364a14b0b1ffce75137d26f502 --- /dev/null +++ b/ratings/video_15-rater1.json @@ -0,0 +1,14225 @@ +[ + { + "clipIdx": 0, + "startFrame": 60, + "startTime": "0:00:2.429", + "endFrame": 555, + "endTime": "0:00:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.001 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 561, + "startTime": "0:00:22.470", + "endFrame": 890, + "endTime": "0:00:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 930, + "startTime": "0:00:37.200", + "endFrame": 1186, + "endTime": "0:00:47.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1222, + "startTime": "0:00:48.900", + "endFrame": 1464, + "endTime": "0:00:58.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1511, + "startTime": "0:01:0.450", + "endFrame": 1817, + "endTime": "0:01:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1827, + "startTime": "0:01:13.080", + "endFrame": 2175, + "endTime": "0:01:27.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2178, + "startTime": "0:01:27.120", + "endFrame": 2550, + "endTime": "0:01:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2568, + "startTime": "0:01:42.720", + "endFrame": 3104, + "endTime": "0:02:4.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3189, + "startTime": "0:02:7.590", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3528, + "startTime": "0:02:21.120", + "endFrame": 4103, + "endTime": "0:02:44.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4152, + "startTime": "0:02:46.110", + "endFrame": 4496, + "endTime": "0:02:59.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4534, + "startTime": "0:03:1.380", + "endFrame": 4876, + "endTime": "0:03:15.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4947, + "startTime": "0:03:17.910", + "endFrame": 5182, + "endTime": "0:03:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5193, + "startTime": "0:03:27.720", + "endFrame": 5484, + "endTime": "0:03:39.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5523, + "startTime": "0:03:40.920", + "endFrame": 5874, + "endTime": "0:03:54.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6039, + "startTime": "0:04:1.590", + "endFrame": 6126, + "endTime": "0:04:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6192, + "startTime": "0:04:7.710", + "endFrame": 6545, + "endTime": "0:04:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6555, + "startTime": "0:04:22.230", + "endFrame": 6890, + "endTime": "0:04:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6900, + "startTime": "0:04:36.000", + "endFrame": 7294, + "endTime": "0:04:51.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7307, + "startTime": "0:04:52.290", + "endFrame": 7569, + "endTime": "0:05:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7584, + "startTime": "0:05:3.390", + "endFrame": 7827, + "endTime": "0:05:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7835, + "startTime": "0:05:13.410", + "endFrame": 8182, + "endTime": "0:05:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8192, + "startTime": "0:05:27.690", + "endFrame": 8561, + "endTime": "0:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8568, + "startTime": "0:05:42.750", + "endFrame": 9167, + "endTime": "0:06:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9176, + "startTime": "0:06:7.050", + "endFrame": 9417, + "endTime": "0:06:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9425, + "startTime": "0:06:17.010", + "endFrame": 9860, + "endTime": "0:06:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9888, + "startTime": "0:06:35.550", + "endFrame": 10221, + "endTime": "0:06:48.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.499 + ], + "bottomright": [ + 0.337, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.666, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.995, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10269, + "startTime": "0:06:50.790", + "endFrame": 10665, + "endTime": "0:07:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.169 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10704, + "startTime": "0:07:8.160", + "endFrame": 11124, + "endTime": "0:07:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11132, + "startTime": "0:07:25.290", + "endFrame": 11679, + "endTime": "0:07:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11690, + "startTime": "0:07:47.610", + "endFrame": 12129, + "endTime": "0:08:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12138, + "startTime": "0:08:5.550", + "endFrame": 12429, + "endTime": "0:08:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12448, + "startTime": "0:08:17.940", + "endFrame": 12681, + "endTime": "0:08:27.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12694, + "startTime": "0:08:27.780", + "endFrame": 13152, + "endTime": "0:08:46.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13188, + "startTime": "0:08:47.520", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13472, + "startTime": "0:08:58.920", + "endFrame": 13904, + "endTime": "0:09:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13932, + "startTime": "0:09:17.310", + "endFrame": 14169, + "endTime": "0:09:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14252, + "startTime": "0:09:30.090", + "endFrame": 14457, + "endTime": "0:09:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14549, + "startTime": "0:09:41.970", + "endFrame": 14725, + "endTime": "0:09:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14775, + "startTime": "0:09:51.000", + "endFrame": 15083, + "endTime": "0:10:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15133, + "startTime": "0:10:5.340", + "endFrame": 15583, + "endTime": "0:10:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15731, + "startTime": "0:10:29.250", + "endFrame": 15860, + "endTime": "0:10:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15908, + "startTime": "0:10:36.330", + "endFrame": 16131, + "endTime": "0:10:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16140, + "startTime": "0:10:45.630", + "endFrame": 16505, + "endTime": "0:11:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16545, + "startTime": "0:11:1.800", + "endFrame": 16864, + "endTime": "0:11:14.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.476 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.476 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16903, + "startTime": "0:11:16.140", + "endFrame": 17262, + "endTime": "0:11:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.494 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.494 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17304, + "startTime": "0:11:32.190", + "endFrame": 17610, + "endTime": "0:11:44.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 17621, + "startTime": "0:11:44.850", + "endFrame": 18222, + "endTime": "0:12:8.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18249, + "startTime": "0:12:9.990", + "endFrame": 18682, + "endTime": "0:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19108, + "endTime": "0:12:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19123, + "startTime": "0:12:44.940", + "endFrame": 19377, + "endTime": "0:12:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20473, + "startTime": "0:13:38.940", + "endFrame": 20850, + "endTime": "0:13:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20902, + "startTime": "0:13:56.100", + "endFrame": 21287, + "endTime": "0:14:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21303, + "startTime": "0:14:12.120", + "endFrame": 21799, + "endTime": "0:14:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21810, + "startTime": "0:14:32.400", + "endFrame": 22227, + "endTime": "0:14:49.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22265, + "startTime": "0:14:50.610", + "endFrame": 22728, + "endTime": "0:15:9.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22770, + "startTime": "0:15:10.800", + "endFrame": 23194, + "endTime": "0:15:27.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23239, + "startTime": "0:15:29.580", + "endFrame": 23505, + "endTime": "0:15:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.485 + ], + "bottomright": [ + 0.666, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23753, + "startTime": "0:15:50.130", + "endFrame": 23872, + "endTime": "0:15:54.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 23907, + "startTime": "0:15:56.310", + "endFrame": 24208, + "endTime": "0:16:8.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24219, + "startTime": "0:16:8.790", + "endFrame": 24478, + "endTime": "0:16:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24487, + "startTime": "0:16:19.500", + "endFrame": 24830, + "endTime": "0:16:33.210", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 24843, + "startTime": "0:16:33.750", + "endFrame": 25145, + "endTime": "0:16:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25340, + "startTime": "0:16:53.610", + "endFrame": 25491, + "endTime": "0:16:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25500, + "startTime": "0:17:0.030", + "endFrame": 25854, + "endTime": "0:17:14.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 25897, + "startTime": "0:17:15.900", + "endFrame": 26235, + "endTime": "0:17:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 26278, + "startTime": "0:17:31.140", + "endFrame": 26739, + "endTime": "0:17:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 26901, + "startTime": "0:17:56.070", + "endFrame": 27156, + "endTime": "0:18:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 27851, + "startTime": "0:18:34.050", + "endFrame": 28273, + "endTime": "0:18:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 28309, + "startTime": "0:18:52.380", + "endFrame": 28818, + "endTime": "0:19:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 28833, + "startTime": "0:19:13.350", + "endFrame": 29093, + "endTime": "0:19:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 29122, + "startTime": "0:19:24.900", + "endFrame": 29370, + "endTime": "0:19:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 29395, + "startTime": "0:19:35.820", + "endFrame": 29665, + "endTime": "0:19:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30836, + "startTime": "0:20:33.450", + "endFrame": 31647, + "endTime": "0:21:5.880", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 31818, + "startTime": "0:21:12.720", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.055, + 0 + ], + "bottomright": [ + 0.527, + 0.462 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32232, + "startTime": "0:21:29.280", + "endFrame": 32806, + "endTime": "0:21:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 32905, + "startTime": "0:21:56.220", + "endFrame": 33252, + "endTime": "0:22:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 34707, + "startTime": "0:23:8.280", + "endFrame": 34938, + "endTime": "0:23:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 34950, + "startTime": "0:23:18.000", + "endFrame": 35460, + "endTime": "0:23:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 35475, + "startTime": "0:23:39.030", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 36134, + "startTime": "0:24:5.370", + "endFrame": 36237, + "endTime": "0:24:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 36282, + "startTime": "0:24:11.310", + "endFrame": 36672, + "endTime": "0:24:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 36684, + "startTime": "0:24:27.390", + "endFrame": 36968, + "endTime": "0:24:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 37013, + "startTime": "0:24:40.530", + "endFrame": 37278, + "endTime": "0:24:51.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 37312, + "startTime": "0:24:52.500", + "endFrame": 37755, + "endTime": "0:25:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 37769, + "startTime": "0:25:10.770", + "endFrame": 38014, + "endTime": "0:25:20.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 38028, + "startTime": "0:25:21.120", + "endFrame": 38433, + "endTime": "0:25:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 38454, + "startTime": "0:25:38.160", + "endFrame": 38853, + "endTime": "0:25:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 38865, + "startTime": "0:25:54.600", + "endFrame": 39155, + "endTime": "0:26:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 39170, + "startTime": "0:26:6.810", + "endFrame": 39504, + "endTime": "0:26:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 39513, + "startTime": "0:26:20.550", + "endFrame": 39833, + "endTime": "0:26:33.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 39843, + "startTime": "0:26:33.750", + "endFrame": 40362, + "endTime": "0:26:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 40421, + "startTime": "0:26:56.850", + "endFrame": 40740, + "endTime": "0:27:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 40782, + "startTime": "0:27:11.310", + "endFrame": 41088, + "endTime": "0:27:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 41183, + "startTime": "0:27:27.330", + "endFrame": 41402, + "endTime": "0:27:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 41577, + "startTime": "0:27:43.080", + "endFrame": 41786, + "endTime": "0:27:51.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 41840, + "startTime": "0:27:53.610", + "endFrame": 42087, + "endTime": "0:28:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 42150, + "startTime": "0:28:6.000", + "endFrame": 42480, + "endTime": "0:28:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 42482, + "startTime": "0:28:19.290", + "endFrame": 42730, + "endTime": "0:28:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 42747, + "startTime": "0:28:29.910", + "endFrame": 43154, + "endTime": "0:28:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 43163, + "startTime": "0:28:46.530", + "endFrame": 43528, + "endTime": "0:29:1.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 43536, + "startTime": "0:29:1.440", + "endFrame": 43943, + "endTime": "0:29:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 43954, + "startTime": "0:29:18.180", + "endFrame": 44292, + "endTime": "0:29:31.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 44309, + "startTime": "0:29:32.370", + "endFrame": 44624, + "endTime": "0:29:44.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 44630, + "startTime": "0:29:45.210", + "endFrame": 45220, + "endTime": "0:30:8.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 45234, + "startTime": "0:30:9.360", + "endFrame": 45647, + "endTime": "0:30:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 46399, + "startTime": "0:30:55.980", + "endFrame": 46607, + "endTime": "0:31:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 46637, + "startTime": "0:31:5.490", + "endFrame": 46878, + "endTime": "0:31:15.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47487, + "endTime": "0:31:39.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47517, + "startTime": "0:31:40.680", + "endFrame": 48021, + "endTime": "0:32:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48045, + "startTime": "0:32:1.800", + "endFrame": 48442, + "endTime": "0:32:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48466, + "startTime": "0:32:18.660", + "endFrame": 48703, + "endTime": "0:32:28.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48711, + "startTime": "0:32:28.470", + "endFrame": 49143, + "endTime": "0:32:45.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.5 + ], + "bottomright": [ + 0.501, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.5 + ], + "bottomright": [ + 0.83, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49149, + "startTime": "0:32:45.960", + "endFrame": 49791, + "endTime": "0:33:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49843, + "startTime": "0:33:13.740", + "endFrame": 50159, + "endTime": "0:33:26.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50167, + "startTime": "0:33:26.700", + "endFrame": 50457, + "endTime": "0:33:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50488, + "startTime": "0:33:39.540", + "endFrame": 50800, + "endTime": "0:33:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50834, + "startTime": "0:33:53.370", + "endFrame": 51399, + "endTime": "0:34:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51440, + "startTime": "0:34:17.610", + "endFrame": 51713, + "endTime": "0:34:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51720, + "startTime": "0:34:28.830", + "endFrame": 52062, + "endTime": "0:34:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 54013, + "startTime": "0:36:0.540", + "endFrame": 54367, + "endTime": "0:36:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 54416, + "startTime": "0:36:16.650", + "endFrame": 54746, + "endTime": "0:36:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 55999, + "startTime": "0:37:19.980", + "endFrame": 56298, + "endTime": "0:37:31.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 56306, + "startTime": "0:37:32.250", + "endFrame": 56551, + "endTime": "0:37:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 56558, + "startTime": "0:37:42.330", + "endFrame": 57135, + "endTime": "0:38:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 57261, + "startTime": "0:38:10.470", + "endFrame": 57642, + "endTime": "0:38:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 57681, + "startTime": "0:38:27.270", + "endFrame": 57968, + "endTime": "0:38:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 58068, + "startTime": "0:38:42.750", + "endFrame": 58231, + "endTime": "0:38:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 58284, + "startTime": "0:38:51.390", + "endFrame": 58505, + "endTime": "0:39:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 58527, + "startTime": "0:39:1.080", + "endFrame": 58974, + "endTime": "0:39:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 58985, + "startTime": "0:39:19.410", + "endFrame": 59433, + "endTime": "0:39:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 59451, + "startTime": "0:39:38.070", + "endFrame": 59844, + "endTime": "0:39:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 59864, + "startTime": "0:39:54.570", + "endFrame": 60098, + "endTime": "0:40:3.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 60111, + "startTime": "0:40:4.470", + "endFrame": 60485, + "endTime": "0:40:19.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 60509, + "startTime": "0:40:20.370", + "endFrame": 60975, + "endTime": "0:40:39.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62529, + "endTime": "0:41:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 62556, + "startTime": "0:41:42.270", + "endFrame": 62898, + "endTime": "0:41:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 62907, + "startTime": "0:41:56.310", + "endFrame": 63197, + "endTime": "0:42:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 63210, + "startTime": "0:42:8.430", + "endFrame": 63741, + "endTime": "0:42:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 63779, + "startTime": "0:42:31.200", + "endFrame": 64200, + "endTime": "0:42:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64213, + "startTime": "0:42:48.540", + "endFrame": 64507, + "endTime": "0:43:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 64539, + "startTime": "0:43:1.590", + "endFrame": 65092, + "endTime": "0:43:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65133, + "startTime": "0:43:25.350", + "endFrame": 65700, + "endTime": "0:43:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 65726, + "startTime": "0:43:49.050", + "endFrame": 66043, + "endTime": "0:44:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66052, + "startTime": "0:44:2.100", + "endFrame": 66394, + "endTime": "0:44:15.780", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66412, + "startTime": "0:44:16.500", + "endFrame": 66696, + "endTime": "0:44:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66814, + "startTime": "0:44:32.580", + "endFrame": 67017, + "endTime": "0:44:40.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67075, + "startTime": "0:44:43.020", + "endFrame": 67309, + "endTime": "0:44:52.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67341, + "startTime": "0:44:53.640", + "endFrame": 67612, + "endTime": "0:45:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67612, + "startTime": "0:45:4.500", + "endFrame": 67872, + "endTime": "0:45:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 67904, + "startTime": "0:45:16.170", + "endFrame": 68168, + "endTime": "0:45:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68183, + "startTime": "0:45:27.330", + "endFrame": 68595, + "endTime": "0:45:43.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 68610, + "startTime": "0:45:44.400", + "endFrame": 69081, + "endTime": "0:46:3.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69115, + "startTime": "0:46:4.620", + "endFrame": 69359, + "endTime": "0:46:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 69397, + "startTime": "0:46:15.900", + "endFrame": 69610, + "endTime": "0:46:24.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 69617, + "startTime": "0:46:24.690", + "endFrame": 70089, + "endTime": "0:46:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70109, + "startTime": "0:46:44.370", + "endFrame": 70350, + "endTime": "0:46:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 70524, + "startTime": "0:47:0.990", + "endFrame": 70846, + "endTime": "0:47:13.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 70860, + "startTime": "0:47:14.430", + "endFrame": 71190, + "endTime": "0:47:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 71199, + "startTime": "0:47:27.960", + "endFrame": 71448, + "endTime": "0:47:37.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 71480, + "startTime": "0:47:39.210", + "endFrame": 71723, + "endTime": "0:47:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 71736, + "startTime": "0:47:49.440", + "endFrame": 72240, + "endTime": "0:48:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72249, + "startTime": "0:48:9.960", + "endFrame": 72705, + "endTime": "0:48:28.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 72717, + "startTime": "0:48:28.710", + "endFrame": 73362, + "endTime": "0:48:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73389, + "startTime": "0:48:55.560", + "endFrame": 73639, + "endTime": "0:49:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74051, + "startTime": "0:49:22.050", + "endFrame": 74079, + "endTime": "0:49:23.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74079, + "startTime": "0:49:23.190", + "endFrame": 74456, + "endTime": "0:49:38.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 74466, + "startTime": "0:49:38.640", + "endFrame": 74814, + "endTime": "0:49:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 74868, + "startTime": "0:49:54.720", + "endFrame": 75100, + "endTime": "0:50:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 75106, + "startTime": "0:50:4.260", + "endFrame": 75516, + "endTime": "0:50:20.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 75531, + "startTime": "0:50:21.270", + "endFrame": 75919, + "endTime": "0:50:36.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 75959, + "startTime": "0:50:38.370", + "endFrame": 76180, + "endTime": "0:50:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 76213, + "startTime": "0:50:48.540", + "endFrame": 76540, + "endTime": "0:51:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 76620, + "startTime": "0:51:4.830", + "endFrame": 76849, + "endTime": "0:51:13.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 76875, + "startTime": "0:51:15.000", + "endFrame": 77247, + "endTime": "0:51:29.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 77282, + "startTime": "0:51:31.290", + "endFrame": 77577, + "endTime": "0:51:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 77620, + "startTime": "0:51:44.820", + "endFrame": 77907, + "endTime": "0:51:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 77931, + "startTime": "0:51:57.270", + "endFrame": 78193, + "endTime": "0:52:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 78351, + "startTime": "0:52:14.070", + "endFrame": 78597, + "endTime": "0:52:23.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 78638, + "startTime": "0:52:25.530", + "endFrame": 79036, + "endTime": "0:52:41.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 79067, + "startTime": "0:52:42.690", + "endFrame": 79384, + "endTime": "0:52:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 79398, + "startTime": "0:52:55.920", + "endFrame": 79810, + "endTime": "0:53:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 79821, + "startTime": "0:53:12.840", + "endFrame": 80232, + "endTime": "0:53:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 80239, + "startTime": "0:53:29.580", + "endFrame": 80705, + "endTime": "0:53:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 80769, + "startTime": "0:53:50.790", + "endFrame": 80967, + "endTime": "0:53:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 90402, + "startTime": "1:00:16.080", + "endFrame": 90658, + "endTime": "1:00:26.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 90677, + "startTime": "1:00:27.090", + "endFrame": 90917, + "endTime": "1:00:36.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 90930, + "startTime": "1:00:37.200", + "endFrame": 91223, + "endTime": "1:00:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 91234, + "startTime": "1:00:49.380", + "endFrame": 91489, + "endTime": "1:00:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 91518, + "startTime": "1:01:0.750", + "endFrame": 91751, + "endTime": "1:01:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 91788, + "startTime": "1:01:11.550", + "endFrame": 92082, + "endTime": "1:01:23.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 92135, + "startTime": "1:01:25.410", + "endFrame": 92355, + "endTime": "1:01:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 92372, + "startTime": "1:01:34.890", + "endFrame": 92749, + "endTime": "1:01:49.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 92754, + "startTime": "1:01:50.190", + "endFrame": 93197, + "endTime": "1:02:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 93242, + "startTime": "1:02:9.690", + "endFrame": 93512, + "endTime": "1:02:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 93549, + "startTime": "1:02:21.990", + "endFrame": 93881, + "endTime": "1:02:35.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 93900, + "startTime": "1:02:36.000", + "endFrame": 94207, + "endTime": "1:02:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 94272, + "startTime": "1:02:50.910", + "endFrame": 94617, + "endTime": "1:03:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 94647, + "startTime": "1:03:5.880", + "endFrame": 94889, + "endTime": "1:03:15.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 94917, + "startTime": "1:03:16.680", + "endFrame": 95283, + "endTime": "1:03:31.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 95291, + "startTime": "1:03:31.650", + "endFrame": 95592, + "endTime": "1:03:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 95603, + "startTime": "1:03:44.130", + "endFrame": 95914, + "endTime": "1:03:56.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96219, + "endTime": "1:04:8.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 96307, + "startTime": "1:04:12.300", + "endFrame": 96607, + "endTime": "1:04:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 96622, + "startTime": "1:04:24.900", + "endFrame": 97012, + "endTime": "1:04:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 97013, + "startTime": "1:04:40.530", + "endFrame": 97341, + "endTime": "1:04:53.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 97381, + "startTime": "1:04:55.260", + "endFrame": 97748, + "endTime": "1:05:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 97764, + "startTime": "1:05:10.590", + "endFrame": 98125, + "endTime": "1:05:25.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 98136, + "startTime": "1:05:25.470", + "endFrame": 98508, + "endTime": "1:05:40.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 98532, + "startTime": "1:05:41.310", + "endFrame": 98814, + "endTime": "1:05:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 98842, + "startTime": "1:05:53.700", + "endFrame": 99147, + "endTime": "1:06:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 99154, + "startTime": "1:06:6.180", + "endFrame": 99499, + "endTime": "1:06:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 99517, + "startTime": "1:06:20.700", + "endFrame": 100099, + "endTime": "1:06:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 100106, + "startTime": "1:06:44.250", + "endFrame": 100629, + "endTime": "1:07:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 100639, + "startTime": "1:07:5.580", + "endFrame": 101019, + "endTime": "1:07:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 101049, + "startTime": "1:07:21.990", + "endFrame": 101382, + "endTime": "1:07:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_15-rater3.json b/ratings/video_15-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..364057035c35f4cf6906175ef81526fbbaf50a9b --- /dev/null +++ b/ratings/video_15-rater3.json @@ -0,0 +1,14225 @@ +[ + { + "clipIdx": 0, + "startFrame": 60, + "startTime": "0:00:2.429", + "endFrame": 555, + "endTime": "0:00:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.001 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 561, + "startTime": "0:00:22.470", + "endFrame": 890, + "endTime": "0:00:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 930, + "startTime": "0:00:37.200", + "endFrame": 1186, + "endTime": "0:00:47.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1222, + "startTime": "0:00:48.900", + "endFrame": 1464, + "endTime": "0:00:58.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1511, + "startTime": "0:01:0.450", + "endFrame": 1817, + "endTime": "0:01:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1827, + "startTime": "0:01:13.080", + "endFrame": 2175, + "endTime": "0:01:27.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2178, + "startTime": "0:01:27.120", + "endFrame": 2550, + "endTime": "0:01:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2568, + "startTime": "0:01:42.720", + "endFrame": 3104, + "endTime": "0:02:4.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3189, + "startTime": "0:02:7.590", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3528, + "startTime": "0:02:21.120", + "endFrame": 4103, + "endTime": "0:02:44.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4152, + "startTime": "0:02:46.110", + "endFrame": 4496, + "endTime": "0:02:59.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4534, + "startTime": "0:03:1.380", + "endFrame": 4876, + "endTime": "0:03:15.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4947, + "startTime": "0:03:17.910", + "endFrame": 5182, + "endTime": "0:03:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5193, + "startTime": "0:03:27.720", + "endFrame": 5484, + "endTime": "0:03:39.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5523, + "startTime": "0:03:40.920", + "endFrame": 5874, + "endTime": "0:03:54.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6039, + "startTime": "0:04:1.590", + "endFrame": 6126, + "endTime": "0:04:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6192, + "startTime": "0:04:7.710", + "endFrame": 6545, + "endTime": "0:04:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6555, + "startTime": "0:04:22.230", + "endFrame": 6890, + "endTime": "0:04:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6900, + "startTime": "0:04:36.000", + "endFrame": 7294, + "endTime": "0:04:51.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7307, + "startTime": "0:04:52.290", + "endFrame": 7569, + "endTime": "0:05:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7584, + "startTime": "0:05:3.390", + "endFrame": 7827, + "endTime": "0:05:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7835, + "startTime": "0:05:13.410", + "endFrame": 8182, + "endTime": "0:05:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8192, + "startTime": "0:05:27.690", + "endFrame": 8561, + "endTime": "0:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8568, + "startTime": "0:05:42.750", + "endFrame": 9167, + "endTime": "0:06:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9176, + "startTime": "0:06:7.050", + "endFrame": 9417, + "endTime": "0:06:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9425, + "startTime": "0:06:17.010", + "endFrame": 9860, + "endTime": "0:06:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9888, + "startTime": "0:06:35.550", + "endFrame": 10221, + "endTime": "0:06:48.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.499 + ], + "bottomright": [ + 0.337, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.666, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.995, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10269, + "startTime": "0:06:50.790", + "endFrame": 10665, + "endTime": "0:07:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.169 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10704, + "startTime": "0:07:8.160", + "endFrame": 11124, + "endTime": "0:07:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11132, + "startTime": "0:07:25.290", + "endFrame": 11679, + "endTime": "0:07:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11690, + "startTime": "0:07:47.610", + "endFrame": 12129, + "endTime": "0:08:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12138, + "startTime": "0:08:5.550", + "endFrame": 12429, + "endTime": "0:08:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12448, + "startTime": "0:08:17.940", + "endFrame": 12681, + "endTime": "0:08:27.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12694, + "startTime": "0:08:27.780", + "endFrame": 13152, + "endTime": "0:08:46.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13188, + "startTime": "0:08:47.520", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13472, + "startTime": "0:08:58.920", + "endFrame": 13904, + "endTime": "0:09:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13932, + "startTime": "0:09:17.310", + "endFrame": 14169, + "endTime": "0:09:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14252, + "startTime": "0:09:30.090", + "endFrame": 14457, + "endTime": "0:09:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14549, + "startTime": "0:09:41.970", + "endFrame": 14725, + "endTime": "0:09:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14775, + "startTime": "0:09:51.000", + "endFrame": 15083, + "endTime": "0:10:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15133, + "startTime": "0:10:5.340", + "endFrame": 15583, + "endTime": "0:10:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15731, + "startTime": "0:10:29.250", + "endFrame": 15860, + "endTime": "0:10:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15908, + "startTime": "0:10:36.330", + "endFrame": 16131, + "endTime": "0:10:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16140, + "startTime": "0:10:45.630", + "endFrame": 16505, + "endTime": "0:11:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16545, + "startTime": "0:11:1.800", + "endFrame": 16864, + "endTime": "0:11:14.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.476 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.476 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16903, + "startTime": "0:11:16.140", + "endFrame": 17262, + "endTime": "0:11:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.494 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.494 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17304, + "startTime": "0:11:32.190", + "endFrame": 17610, + "endTime": "0:11:44.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 17621, + "startTime": "0:11:44.850", + "endFrame": 18222, + "endTime": "0:12:8.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18249, + "startTime": "0:12:9.990", + "endFrame": 18682, + "endTime": "0:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19108, + "endTime": "0:12:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19123, + "startTime": "0:12:44.940", + "endFrame": 19377, + "endTime": "0:12:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20473, + "startTime": "0:13:38.940", + "endFrame": 20850, + "endTime": "0:13:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20902, + "startTime": "0:13:56.100", + "endFrame": 21287, + "endTime": "0:14:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21303, + "startTime": "0:14:12.120", + "endFrame": 21799, + "endTime": "0:14:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21810, + "startTime": "0:14:32.400", + "endFrame": 22227, + "endTime": "0:14:49.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22265, + "startTime": "0:14:50.610", + "endFrame": 22728, + "endTime": "0:15:9.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22770, + "startTime": "0:15:10.800", + "endFrame": 23194, + "endTime": "0:15:27.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23239, + "startTime": "0:15:29.580", + "endFrame": 23505, + "endTime": "0:15:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.485 + ], + "bottomright": [ + 0.666, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23753, + "startTime": "0:15:50.130", + "endFrame": 23872, + "endTime": "0:15:54.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 23907, + "startTime": "0:15:56.310", + "endFrame": 24208, + "endTime": "0:16:8.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24219, + "startTime": "0:16:8.790", + "endFrame": 24478, + "endTime": "0:16:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24487, + "startTime": "0:16:19.500", + "endFrame": 24830, + "endTime": "0:16:33.210", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 24843, + "startTime": "0:16:33.750", + "endFrame": 25145, + "endTime": "0:16:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25340, + "startTime": "0:16:53.610", + "endFrame": 25491, + "endTime": "0:16:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25500, + "startTime": "0:17:0.030", + "endFrame": 25854, + "endTime": "0:17:14.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 25897, + "startTime": "0:17:15.900", + "endFrame": 26235, + "endTime": "0:17:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 26278, + "startTime": "0:17:31.140", + "endFrame": 26739, + "endTime": "0:17:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 26901, + "startTime": "0:17:56.070", + "endFrame": 27156, + "endTime": "0:18:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 27851, + "startTime": "0:18:34.050", + "endFrame": 28273, + "endTime": "0:18:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 28309, + "startTime": "0:18:52.380", + "endFrame": 28818, + "endTime": "0:19:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 28833, + "startTime": "0:19:13.350", + "endFrame": 29093, + "endTime": "0:19:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 29122, + "startTime": "0:19:24.900", + "endFrame": 29370, + "endTime": "0:19:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 29395, + "startTime": "0:19:35.820", + "endFrame": 29665, + "endTime": "0:19:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30836, + "startTime": "0:20:33.450", + "endFrame": 31647, + "endTime": "0:21:5.880", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 31818, + "startTime": "0:21:12.720", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.055, + 0 + ], + "bottomright": [ + 0.527, + 0.462 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32232, + "startTime": "0:21:29.280", + "endFrame": 32806, + "endTime": "0:21:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 32905, + "startTime": "0:21:56.220", + "endFrame": 33252, + "endTime": "0:22:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 34707, + "startTime": "0:23:8.280", + "endFrame": 34938, + "endTime": "0:23:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 34950, + "startTime": "0:23:18.000", + "endFrame": 35460, + "endTime": "0:23:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 35475, + "startTime": "0:23:39.030", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 36134, + "startTime": "0:24:5.370", + "endFrame": 36237, + "endTime": "0:24:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 36282, + "startTime": "0:24:11.310", + "endFrame": 36672, + "endTime": "0:24:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 36684, + "startTime": "0:24:27.390", + "endFrame": 36968, + "endTime": "0:24:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 37013, + "startTime": "0:24:40.530", + "endFrame": 37278, + "endTime": "0:24:51.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 37312, + "startTime": "0:24:52.500", + "endFrame": 37755, + "endTime": "0:25:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 37769, + "startTime": "0:25:10.770", + "endFrame": 38014, + "endTime": "0:25:20.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 38028, + "startTime": "0:25:21.120", + "endFrame": 38433, + "endTime": "0:25:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 38454, + "startTime": "0:25:38.160", + "endFrame": 38853, + "endTime": "0:25:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 38865, + "startTime": "0:25:54.600", + "endFrame": 39155, + "endTime": "0:26:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 39170, + "startTime": "0:26:6.810", + "endFrame": 39504, + "endTime": "0:26:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 39513, + "startTime": "0:26:20.550", + "endFrame": 39833, + "endTime": "0:26:33.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 39843, + "startTime": "0:26:33.750", + "endFrame": 40362, + "endTime": "0:26:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 40421, + "startTime": "0:26:56.850", + "endFrame": 40740, + "endTime": "0:27:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 40782, + "startTime": "0:27:11.310", + "endFrame": 41088, + "endTime": "0:27:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 41183, + "startTime": "0:27:27.330", + "endFrame": 41402, + "endTime": "0:27:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 41577, + "startTime": "0:27:43.080", + "endFrame": 41786, + "endTime": "0:27:51.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 41840, + "startTime": "0:27:53.610", + "endFrame": 42087, + "endTime": "0:28:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 42150, + "startTime": "0:28:6.000", + "endFrame": 42480, + "endTime": "0:28:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 42482, + "startTime": "0:28:19.290", + "endFrame": 42730, + "endTime": "0:28:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 42747, + "startTime": "0:28:29.910", + "endFrame": 43154, + "endTime": "0:28:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 43163, + "startTime": "0:28:46.530", + "endFrame": 43528, + "endTime": "0:29:1.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 43536, + "startTime": "0:29:1.440", + "endFrame": 43943, + "endTime": "0:29:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 43954, + "startTime": "0:29:18.180", + "endFrame": 44292, + "endTime": "0:29:31.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 44309, + "startTime": "0:29:32.370", + "endFrame": 44624, + "endTime": "0:29:44.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 44630, + "startTime": "0:29:45.210", + "endFrame": 45220, + "endTime": "0:30:8.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 45234, + "startTime": "0:30:9.360", + "endFrame": 45647, + "endTime": "0:30:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 46399, + "startTime": "0:30:55.980", + "endFrame": 46607, + "endTime": "0:31:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 46637, + "startTime": "0:31:5.490", + "endFrame": 46878, + "endTime": "0:31:15.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47487, + "endTime": "0:31:39.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47517, + "startTime": "0:31:40.680", + "endFrame": 48021, + "endTime": "0:32:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48045, + "startTime": "0:32:1.800", + "endFrame": 48442, + "endTime": "0:32:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48466, + "startTime": "0:32:18.660", + "endFrame": 48703, + "endTime": "0:32:28.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48711, + "startTime": "0:32:28.470", + "endFrame": 49143, + "endTime": "0:32:45.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.5 + ], + "bottomright": [ + 0.501, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.5 + ], + "bottomright": [ + 0.83, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49149, + "startTime": "0:32:45.960", + "endFrame": 49791, + "endTime": "0:33:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49843, + "startTime": "0:33:13.740", + "endFrame": 50159, + "endTime": "0:33:26.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50167, + "startTime": "0:33:26.700", + "endFrame": 50457, + "endTime": "0:33:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50488, + "startTime": "0:33:39.540", + "endFrame": 50800, + "endTime": "0:33:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50834, + "startTime": "0:33:53.370", + "endFrame": 51399, + "endTime": "0:34:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51440, + "startTime": "0:34:17.610", + "endFrame": 51713, + "endTime": "0:34:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51720, + "startTime": "0:34:28.830", + "endFrame": 52062, + "endTime": "0:34:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 54013, + "startTime": "0:36:0.540", + "endFrame": 54367, + "endTime": "0:36:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 54416, + "startTime": "0:36:16.650", + "endFrame": 54746, + "endTime": "0:36:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 55999, + "startTime": "0:37:19.980", + "endFrame": 56298, + "endTime": "0:37:31.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 56306, + "startTime": "0:37:32.250", + "endFrame": 56551, + "endTime": "0:37:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 56558, + "startTime": "0:37:42.330", + "endFrame": 57135, + "endTime": "0:38:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 57261, + "startTime": "0:38:10.470", + "endFrame": 57642, + "endTime": "0:38:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 57681, + "startTime": "0:38:27.270", + "endFrame": 57968, + "endTime": "0:38:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 58068, + "startTime": "0:38:42.750", + "endFrame": 58231, + "endTime": "0:38:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 58284, + "startTime": "0:38:51.390", + "endFrame": 58505, + "endTime": "0:39:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 58527, + "startTime": "0:39:1.080", + "endFrame": 58974, + "endTime": "0:39:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 58985, + "startTime": "0:39:19.410", + "endFrame": 59433, + "endTime": "0:39:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 59451, + "startTime": "0:39:38.070", + "endFrame": 59844, + "endTime": "0:39:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 59864, + "startTime": "0:39:54.570", + "endFrame": 60098, + "endTime": "0:40:3.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 60111, + "startTime": "0:40:4.470", + "endFrame": 60485, + "endTime": "0:40:19.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 60509, + "startTime": "0:40:20.370", + "endFrame": 60975, + "endTime": "0:40:39.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62529, + "endTime": "0:41:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 62556, + "startTime": "0:41:42.270", + "endFrame": 62898, + "endTime": "0:41:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 62907, + "startTime": "0:41:56.310", + "endFrame": 63197, + "endTime": "0:42:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 63210, + "startTime": "0:42:8.430", + "endFrame": 63741, + "endTime": "0:42:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 63779, + "startTime": "0:42:31.200", + "endFrame": 64200, + "endTime": "0:42:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64213, + "startTime": "0:42:48.540", + "endFrame": 64507, + "endTime": "0:43:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 64539, + "startTime": "0:43:1.590", + "endFrame": 65092, + "endTime": "0:43:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65133, + "startTime": "0:43:25.350", + "endFrame": 65700, + "endTime": "0:43:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 65726, + "startTime": "0:43:49.050", + "endFrame": 66043, + "endTime": "0:44:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66052, + "startTime": "0:44:2.100", + "endFrame": 66394, + "endTime": "0:44:15.780", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66412, + "startTime": "0:44:16.500", + "endFrame": 66696, + "endTime": "0:44:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66814, + "startTime": "0:44:32.580", + "endFrame": 67017, + "endTime": "0:44:40.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67075, + "startTime": "0:44:43.020", + "endFrame": 67309, + "endTime": "0:44:52.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67341, + "startTime": "0:44:53.640", + "endFrame": 67612, + "endTime": "0:45:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67612, + "startTime": "0:45:4.500", + "endFrame": 67872, + "endTime": "0:45:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 67904, + "startTime": "0:45:16.170", + "endFrame": 68168, + "endTime": "0:45:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68183, + "startTime": "0:45:27.330", + "endFrame": 68595, + "endTime": "0:45:43.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 68610, + "startTime": "0:45:44.400", + "endFrame": 69081, + "endTime": "0:46:3.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69115, + "startTime": "0:46:4.620", + "endFrame": 69359, + "endTime": "0:46:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 69397, + "startTime": "0:46:15.900", + "endFrame": 69610, + "endTime": "0:46:24.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 69617, + "startTime": "0:46:24.690", + "endFrame": 70089, + "endTime": "0:46:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70109, + "startTime": "0:46:44.370", + "endFrame": 70350, + "endTime": "0:46:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 70524, + "startTime": "0:47:0.990", + "endFrame": 70846, + "endTime": "0:47:13.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 70860, + "startTime": "0:47:14.430", + "endFrame": 71190, + "endTime": "0:47:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 71199, + "startTime": "0:47:27.960", + "endFrame": 71448, + "endTime": "0:47:37.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 71480, + "startTime": "0:47:39.210", + "endFrame": 71723, + "endTime": "0:47:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 71736, + "startTime": "0:47:49.440", + "endFrame": 72240, + "endTime": "0:48:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72249, + "startTime": "0:48:9.960", + "endFrame": 72705, + "endTime": "0:48:28.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 72717, + "startTime": "0:48:28.710", + "endFrame": 73362, + "endTime": "0:48:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73389, + "startTime": "0:48:55.560", + "endFrame": 73639, + "endTime": "0:49:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74051, + "startTime": "0:49:22.050", + "endFrame": 74079, + "endTime": "0:49:23.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74079, + "startTime": "0:49:23.190", + "endFrame": 74456, + "endTime": "0:49:38.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 74466, + "startTime": "0:49:38.640", + "endFrame": 74814, + "endTime": "0:49:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 74868, + "startTime": "0:49:54.720", + "endFrame": 75100, + "endTime": "0:50:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 75106, + "startTime": "0:50:4.260", + "endFrame": 75516, + "endTime": "0:50:20.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 75531, + "startTime": "0:50:21.270", + "endFrame": 75919, + "endTime": "0:50:36.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 75959, + "startTime": "0:50:38.370", + "endFrame": 76180, + "endTime": "0:50:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 76213, + "startTime": "0:50:48.540", + "endFrame": 76540, + "endTime": "0:51:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 76620, + "startTime": "0:51:4.830", + "endFrame": 76849, + "endTime": "0:51:13.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 76875, + "startTime": "0:51:15.000", + "endFrame": 77247, + "endTime": "0:51:29.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 77282, + "startTime": "0:51:31.290", + "endFrame": 77577, + "endTime": "0:51:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 77620, + "startTime": "0:51:44.820", + "endFrame": 77907, + "endTime": "0:51:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 77931, + "startTime": "0:51:57.270", + "endFrame": 78193, + "endTime": "0:52:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 78351, + "startTime": "0:52:14.070", + "endFrame": 78597, + "endTime": "0:52:23.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 78638, + "startTime": "0:52:25.530", + "endFrame": 79036, + "endTime": "0:52:41.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 79067, + "startTime": "0:52:42.690", + "endFrame": 79384, + "endTime": "0:52:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 79398, + "startTime": "0:52:55.920", + "endFrame": 79810, + "endTime": "0:53:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 79821, + "startTime": "0:53:12.840", + "endFrame": 80232, + "endTime": "0:53:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 80239, + "startTime": "0:53:29.580", + "endFrame": 80705, + "endTime": "0:53:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 80769, + "startTime": "0:53:50.790", + "endFrame": 80967, + "endTime": "0:53:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 90402, + "startTime": "1:00:16.080", + "endFrame": 90658, + "endTime": "1:00:26.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 90677, + "startTime": "1:00:27.090", + "endFrame": 90917, + "endTime": "1:00:36.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 90930, + "startTime": "1:00:37.200", + "endFrame": 91223, + "endTime": "1:00:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 91234, + "startTime": "1:00:49.380", + "endFrame": 91489, + "endTime": "1:00:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 91518, + "startTime": "1:01:0.750", + "endFrame": 91751, + "endTime": "1:01:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 91788, + "startTime": "1:01:11.550", + "endFrame": 92082, + "endTime": "1:01:23.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 92135, + "startTime": "1:01:25.410", + "endFrame": 92355, + "endTime": "1:01:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 92372, + "startTime": "1:01:34.890", + "endFrame": 92749, + "endTime": "1:01:49.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 92754, + "startTime": "1:01:50.190", + "endFrame": 93197, + "endTime": "1:02:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 93242, + "startTime": "1:02:9.690", + "endFrame": 93512, + "endTime": "1:02:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 93549, + "startTime": "1:02:21.990", + "endFrame": 93881, + "endTime": "1:02:35.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 93900, + "startTime": "1:02:36.000", + "endFrame": 94207, + "endTime": "1:02:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 94272, + "startTime": "1:02:50.910", + "endFrame": 94617, + "endTime": "1:03:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 94647, + "startTime": "1:03:5.880", + "endFrame": 94889, + "endTime": "1:03:15.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 94917, + "startTime": "1:03:16.680", + "endFrame": 95283, + "endTime": "1:03:31.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 95291, + "startTime": "1:03:31.650", + "endFrame": 95592, + "endTime": "1:03:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 95603, + "startTime": "1:03:44.130", + "endFrame": 95914, + "endTime": "1:03:56.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96219, + "endTime": "1:04:8.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 96307, + "startTime": "1:04:12.300", + "endFrame": 96607, + "endTime": "1:04:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 96622, + "startTime": "1:04:24.900", + "endFrame": 97012, + "endTime": "1:04:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 97013, + "startTime": "1:04:40.530", + "endFrame": 97341, + "endTime": "1:04:53.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 97381, + "startTime": "1:04:55.260", + "endFrame": 97748, + "endTime": "1:05:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 97764, + "startTime": "1:05:10.590", + "endFrame": 98125, + "endTime": "1:05:25.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 98136, + "startTime": "1:05:25.470", + "endFrame": 98508, + "endTime": "1:05:40.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 98532, + "startTime": "1:05:41.310", + "endFrame": 98814, + "endTime": "1:05:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 98842, + "startTime": "1:05:53.700", + "endFrame": 99147, + "endTime": "1:06:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 99154, + "startTime": "1:06:6.180", + "endFrame": 99499, + "endTime": "1:06:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 99517, + "startTime": "1:06:20.700", + "endFrame": 100099, + "endTime": "1:06:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 100106, + "startTime": "1:06:44.250", + "endFrame": 100629, + "endTime": "1:07:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 100639, + "startTime": "1:07:5.580", + "endFrame": 101019, + "endTime": "1:07:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 101049, + "startTime": "1:07:21.990", + "endFrame": 101382, + "endTime": "1:07:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_15-rater5.json b/ratings/video_15-rater5.json new file mode 100644 index 0000000000000000000000000000000000000000..9a12c802eed21b90cce007e683c679ab2a04996f --- /dev/null +++ b/ratings/video_15-rater5.json @@ -0,0 +1,14225 @@ +[ + { + "clipIdx": 0, + "startFrame": 60, + "startTime": "0:00:2.429", + "endFrame": 555, + "endTime": "0:00:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.001 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 561, + "startTime": "0:00:22.470", + "endFrame": 890, + "endTime": "0:00:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 930, + "startTime": "0:00:37.200", + "endFrame": 1186, + "endTime": "0:00:47.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1222, + "startTime": "0:00:48.900", + "endFrame": 1464, + "endTime": "0:00:58.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1511, + "startTime": "0:01:0.450", + "endFrame": 1817, + "endTime": "0:01:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1827, + "startTime": "0:01:13.080", + "endFrame": 2175, + "endTime": "0:01:27.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2178, + "startTime": "0:01:27.120", + "endFrame": 2550, + "endTime": "0:01:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2568, + "startTime": "0:01:42.720", + "endFrame": 3104, + "endTime": "0:02:4.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3189, + "startTime": "0:02:7.590", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3528, + "startTime": "0:02:21.120", + "endFrame": 4103, + "endTime": "0:02:44.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4152, + "startTime": "0:02:46.110", + "endFrame": 4496, + "endTime": "0:02:59.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4534, + "startTime": "0:03:1.380", + "endFrame": 4876, + "endTime": "0:03:15.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4947, + "startTime": "0:03:17.910", + "endFrame": 5182, + "endTime": "0:03:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5193, + "startTime": "0:03:27.720", + "endFrame": 5484, + "endTime": "0:03:39.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5523, + "startTime": "0:03:40.920", + "endFrame": 5874, + "endTime": "0:03:54.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6039, + "startTime": "0:04:1.590", + "endFrame": 6126, + "endTime": "0:04:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6192, + "startTime": "0:04:7.710", + "endFrame": 6545, + "endTime": "0:04:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6555, + "startTime": "0:04:22.230", + "endFrame": 6890, + "endTime": "0:04:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6900, + "startTime": "0:04:36.000", + "endFrame": 7294, + "endTime": "0:04:51.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7307, + "startTime": "0:04:52.290", + "endFrame": 7569, + "endTime": "0:05:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7584, + "startTime": "0:05:3.390", + "endFrame": 7827, + "endTime": "0:05:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7835, + "startTime": "0:05:13.410", + "endFrame": 8182, + "endTime": "0:05:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8192, + "startTime": "0:05:27.690", + "endFrame": 8561, + "endTime": "0:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8568, + "startTime": "0:05:42.750", + "endFrame": 9167, + "endTime": "0:06:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9176, + "startTime": "0:06:7.050", + "endFrame": 9417, + "endTime": "0:06:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9425, + "startTime": "0:06:17.010", + "endFrame": 9860, + "endTime": "0:06:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9888, + "startTime": "0:06:35.550", + "endFrame": 10221, + "endTime": "0:06:48.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.499 + ], + "bottomright": [ + 0.337, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.666, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.995, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10269, + "startTime": "0:06:50.790", + "endFrame": 10665, + "endTime": "0:07:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.169 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10704, + "startTime": "0:07:8.160", + "endFrame": 11124, + "endTime": "0:07:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11132, + "startTime": "0:07:25.290", + "endFrame": 11679, + "endTime": "0:07:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11690, + "startTime": "0:07:47.610", + "endFrame": 12129, + "endTime": "0:08:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12138, + "startTime": "0:08:5.550", + "endFrame": 12429, + "endTime": "0:08:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12448, + "startTime": "0:08:17.940", + "endFrame": 12681, + "endTime": "0:08:27.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12694, + "startTime": "0:08:27.780", + "endFrame": 13152, + "endTime": "0:08:46.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13188, + "startTime": "0:08:47.520", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13472, + "startTime": "0:08:58.920", + "endFrame": 13904, + "endTime": "0:09:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13932, + "startTime": "0:09:17.310", + "endFrame": 14169, + "endTime": "0:09:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14252, + "startTime": "0:09:30.090", + "endFrame": 14457, + "endTime": "0:09:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14549, + "startTime": "0:09:41.970", + "endFrame": 14725, + "endTime": "0:09:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14775, + "startTime": "0:09:51.000", + "endFrame": 15083, + "endTime": "0:10:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15133, + "startTime": "0:10:5.340", + "endFrame": 15583, + "endTime": "0:10:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15731, + "startTime": "0:10:29.250", + "endFrame": 15860, + "endTime": "0:10:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15908, + "startTime": "0:10:36.330", + "endFrame": 16131, + "endTime": "0:10:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16140, + "startTime": "0:10:45.630", + "endFrame": 16505, + "endTime": "0:11:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16545, + "startTime": "0:11:1.800", + "endFrame": 16864, + "endTime": "0:11:14.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.476 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.476 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16903, + "startTime": "0:11:16.140", + "endFrame": 17262, + "endTime": "0:11:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.494 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.494 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17304, + "startTime": "0:11:32.190", + "endFrame": 17610, + "endTime": "0:11:44.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 17621, + "startTime": "0:11:44.850", + "endFrame": 18222, + "endTime": "0:12:8.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18249, + "startTime": "0:12:9.990", + "endFrame": 18682, + "endTime": "0:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19108, + "endTime": "0:12:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19123, + "startTime": "0:12:44.940", + "endFrame": 19377, + "endTime": "0:12:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20473, + "startTime": "0:13:38.940", + "endFrame": 20850, + "endTime": "0:13:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20902, + "startTime": "0:13:56.100", + "endFrame": 21287, + "endTime": "0:14:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21303, + "startTime": "0:14:12.120", + "endFrame": 21799, + "endTime": "0:14:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21810, + "startTime": "0:14:32.400", + "endFrame": 22227, + "endTime": "0:14:49.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22265, + "startTime": "0:14:50.610", + "endFrame": 22728, + "endTime": "0:15:9.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22770, + "startTime": "0:15:10.800", + "endFrame": 23194, + "endTime": "0:15:27.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23239, + "startTime": "0:15:29.580", + "endFrame": 23505, + "endTime": "0:15:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.485 + ], + "bottomright": [ + 0.666, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23753, + "startTime": "0:15:50.130", + "endFrame": 23872, + "endTime": "0:15:54.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 23907, + "startTime": "0:15:56.310", + "endFrame": 24208, + "endTime": "0:16:8.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24219, + "startTime": "0:16:8.790", + "endFrame": 24478, + "endTime": "0:16:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24487, + "startTime": "0:16:19.500", + "endFrame": 24830, + "endTime": "0:16:33.210", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 24843, + "startTime": "0:16:33.750", + "endFrame": 25145, + "endTime": "0:16:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25340, + "startTime": "0:16:53.610", + "endFrame": 25491, + "endTime": "0:16:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25500, + "startTime": "0:17:0.030", + "endFrame": 25854, + "endTime": "0:17:14.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 25897, + "startTime": "0:17:15.900", + "endFrame": 26235, + "endTime": "0:17:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 26278, + "startTime": "0:17:31.140", + "endFrame": 26739, + "endTime": "0:17:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 26901, + "startTime": "0:17:56.070", + "endFrame": 27156, + "endTime": "0:18:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 27851, + "startTime": "0:18:34.050", + "endFrame": 28273, + "endTime": "0:18:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 28309, + "startTime": "0:18:52.380", + "endFrame": 28818, + "endTime": "0:19:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 28833, + "startTime": "0:19:13.350", + "endFrame": 29093, + "endTime": "0:19:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 29122, + "startTime": "0:19:24.900", + "endFrame": 29370, + "endTime": "0:19:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 29395, + "startTime": "0:19:35.820", + "endFrame": 29665, + "endTime": "0:19:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30836, + "startTime": "0:20:33.450", + "endFrame": 31647, + "endTime": "0:21:5.880", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 31818, + "startTime": "0:21:12.720", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.055, + 0 + ], + "bottomright": [ + 0.527, + 0.462 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32232, + "startTime": "0:21:29.280", + "endFrame": 32806, + "endTime": "0:21:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 32905, + "startTime": "0:21:56.220", + "endFrame": 33252, + "endTime": "0:22:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 34707, + "startTime": "0:23:8.280", + "endFrame": 34938, + "endTime": "0:23:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 34950, + "startTime": "0:23:18.000", + "endFrame": 35460, + "endTime": "0:23:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 35475, + "startTime": "0:23:39.030", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 36134, + "startTime": "0:24:5.370", + "endFrame": 36237, + "endTime": "0:24:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 36282, + "startTime": "0:24:11.310", + "endFrame": 36672, + "endTime": "0:24:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 36684, + "startTime": "0:24:27.390", + "endFrame": 36968, + "endTime": "0:24:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 37013, + "startTime": "0:24:40.530", + "endFrame": 37278, + "endTime": "0:24:51.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 37312, + "startTime": "0:24:52.500", + "endFrame": 37755, + "endTime": "0:25:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 37769, + "startTime": "0:25:10.770", + "endFrame": 38014, + "endTime": "0:25:20.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 38028, + "startTime": "0:25:21.120", + "endFrame": 38433, + "endTime": "0:25:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 38454, + "startTime": "0:25:38.160", + "endFrame": 38853, + "endTime": "0:25:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 38865, + "startTime": "0:25:54.600", + "endFrame": 39155, + "endTime": "0:26:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 39170, + "startTime": "0:26:6.810", + "endFrame": 39504, + "endTime": "0:26:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 39513, + "startTime": "0:26:20.550", + "endFrame": 39833, + "endTime": "0:26:33.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 39843, + "startTime": "0:26:33.750", + "endFrame": 40362, + "endTime": "0:26:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 40421, + "startTime": "0:26:56.850", + "endFrame": 40740, + "endTime": "0:27:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 40782, + "startTime": "0:27:11.310", + "endFrame": 41088, + "endTime": "0:27:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 41183, + "startTime": "0:27:27.330", + "endFrame": 41402, + "endTime": "0:27:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 41577, + "startTime": "0:27:43.080", + "endFrame": 41786, + "endTime": "0:27:51.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 41840, + "startTime": "0:27:53.610", + "endFrame": 42087, + "endTime": "0:28:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 42150, + "startTime": "0:28:6.000", + "endFrame": 42480, + "endTime": "0:28:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 42482, + "startTime": "0:28:19.290", + "endFrame": 42730, + "endTime": "0:28:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 42747, + "startTime": "0:28:29.910", + "endFrame": 43154, + "endTime": "0:28:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 43163, + "startTime": "0:28:46.530", + "endFrame": 43528, + "endTime": "0:29:1.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 43536, + "startTime": "0:29:1.440", + "endFrame": 43943, + "endTime": "0:29:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 43954, + "startTime": "0:29:18.180", + "endFrame": 44292, + "endTime": "0:29:31.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 44309, + "startTime": "0:29:32.370", + "endFrame": 44624, + "endTime": "0:29:44.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 44630, + "startTime": "0:29:45.210", + "endFrame": 45220, + "endTime": "0:30:8.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 45234, + "startTime": "0:30:9.360", + "endFrame": 45647, + "endTime": "0:30:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 46399, + "startTime": "0:30:55.980", + "endFrame": 46607, + "endTime": "0:31:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 46637, + "startTime": "0:31:5.490", + "endFrame": 46878, + "endTime": "0:31:15.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47487, + "endTime": "0:31:39.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47517, + "startTime": "0:31:40.680", + "endFrame": 48021, + "endTime": "0:32:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48045, + "startTime": "0:32:1.800", + "endFrame": 48442, + "endTime": "0:32:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48466, + "startTime": "0:32:18.660", + "endFrame": 48703, + "endTime": "0:32:28.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48711, + "startTime": "0:32:28.470", + "endFrame": 49143, + "endTime": "0:32:45.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.5 + ], + "bottomright": [ + 0.501, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.5 + ], + "bottomright": [ + 0.83, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49149, + "startTime": "0:32:45.960", + "endFrame": 49791, + "endTime": "0:33:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49843, + "startTime": "0:33:13.740", + "endFrame": 50159, + "endTime": "0:33:26.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50167, + "startTime": "0:33:26.700", + "endFrame": 50457, + "endTime": "0:33:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50488, + "startTime": "0:33:39.540", + "endFrame": 50800, + "endTime": "0:33:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50834, + "startTime": "0:33:53.370", + "endFrame": 51399, + "endTime": "0:34:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51440, + "startTime": "0:34:17.610", + "endFrame": 51713, + "endTime": "0:34:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51720, + "startTime": "0:34:28.830", + "endFrame": 52062, + "endTime": "0:34:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 54013, + "startTime": "0:36:0.540", + "endFrame": 54367, + "endTime": "0:36:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 54416, + "startTime": "0:36:16.650", + "endFrame": 54746, + "endTime": "0:36:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 55999, + "startTime": "0:37:19.980", + "endFrame": 56298, + "endTime": "0:37:31.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 56306, + "startTime": "0:37:32.250", + "endFrame": 56551, + "endTime": "0:37:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 56558, + "startTime": "0:37:42.330", + "endFrame": 57135, + "endTime": "0:38:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 57261, + "startTime": "0:38:10.470", + "endFrame": 57642, + "endTime": "0:38:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 57681, + "startTime": "0:38:27.270", + "endFrame": 57968, + "endTime": "0:38:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 58068, + "startTime": "0:38:42.750", + "endFrame": 58231, + "endTime": "0:38:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 58284, + "startTime": "0:38:51.390", + "endFrame": 58505, + "endTime": "0:39:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 58527, + "startTime": "0:39:1.080", + "endFrame": 58974, + "endTime": "0:39:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 58985, + "startTime": "0:39:19.410", + "endFrame": 59433, + "endTime": "0:39:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 59451, + "startTime": "0:39:38.070", + "endFrame": 59844, + "endTime": "0:39:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 59864, + "startTime": "0:39:54.570", + "endFrame": 60098, + "endTime": "0:40:3.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 60111, + "startTime": "0:40:4.470", + "endFrame": 60485, + "endTime": "0:40:19.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 60509, + "startTime": "0:40:20.370", + "endFrame": 60975, + "endTime": "0:40:39.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62529, + "endTime": "0:41:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 62556, + "startTime": "0:41:42.270", + "endFrame": 62898, + "endTime": "0:41:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 62907, + "startTime": "0:41:56.310", + "endFrame": 63197, + "endTime": "0:42:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 63210, + "startTime": "0:42:8.430", + "endFrame": 63741, + "endTime": "0:42:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 63779, + "startTime": "0:42:31.200", + "endFrame": 64200, + "endTime": "0:42:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64213, + "startTime": "0:42:48.540", + "endFrame": 64507, + "endTime": "0:43:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 64539, + "startTime": "0:43:1.590", + "endFrame": 65092, + "endTime": "0:43:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65133, + "startTime": "0:43:25.350", + "endFrame": 65700, + "endTime": "0:43:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 65726, + "startTime": "0:43:49.050", + "endFrame": 66043, + "endTime": "0:44:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66052, + "startTime": "0:44:2.100", + "endFrame": 66394, + "endTime": "0:44:15.780", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66412, + "startTime": "0:44:16.500", + "endFrame": 66696, + "endTime": "0:44:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66814, + "startTime": "0:44:32.580", + "endFrame": 67017, + "endTime": "0:44:40.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67075, + "startTime": "0:44:43.020", + "endFrame": 67309, + "endTime": "0:44:52.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67341, + "startTime": "0:44:53.640", + "endFrame": 67612, + "endTime": "0:45:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67612, + "startTime": "0:45:4.500", + "endFrame": 67872, + "endTime": "0:45:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 67904, + "startTime": "0:45:16.170", + "endFrame": 68168, + "endTime": "0:45:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68183, + "startTime": "0:45:27.330", + "endFrame": 68595, + "endTime": "0:45:43.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 68610, + "startTime": "0:45:44.400", + "endFrame": 69081, + "endTime": "0:46:3.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69115, + "startTime": "0:46:4.620", + "endFrame": 69359, + "endTime": "0:46:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 69397, + "startTime": "0:46:15.900", + "endFrame": 69610, + "endTime": "0:46:24.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 69617, + "startTime": "0:46:24.690", + "endFrame": 70089, + "endTime": "0:46:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70109, + "startTime": "0:46:44.370", + "endFrame": 70350, + "endTime": "0:46:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 70524, + "startTime": "0:47:0.990", + "endFrame": 70846, + "endTime": "0:47:13.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 70860, + "startTime": "0:47:14.430", + "endFrame": 71190, + "endTime": "0:47:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 71199, + "startTime": "0:47:27.960", + "endFrame": 71448, + "endTime": "0:47:37.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 71480, + "startTime": "0:47:39.210", + "endFrame": 71723, + "endTime": "0:47:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 71736, + "startTime": "0:47:49.440", + "endFrame": 72240, + "endTime": "0:48:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72249, + "startTime": "0:48:9.960", + "endFrame": 72705, + "endTime": "0:48:28.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 72717, + "startTime": "0:48:28.710", + "endFrame": 73362, + "endTime": "0:48:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73389, + "startTime": "0:48:55.560", + "endFrame": 73639, + "endTime": "0:49:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74051, + "startTime": "0:49:22.050", + "endFrame": 74079, + "endTime": "0:49:23.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74079, + "startTime": "0:49:23.190", + "endFrame": 74456, + "endTime": "0:49:38.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 74466, + "startTime": "0:49:38.640", + "endFrame": 74814, + "endTime": "0:49:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 74868, + "startTime": "0:49:54.720", + "endFrame": 75100, + "endTime": "0:50:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 75106, + "startTime": "0:50:4.260", + "endFrame": 75516, + "endTime": "0:50:20.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 75531, + "startTime": "0:50:21.270", + "endFrame": 75919, + "endTime": "0:50:36.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 75959, + "startTime": "0:50:38.370", + "endFrame": 76180, + "endTime": "0:50:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 76213, + "startTime": "0:50:48.540", + "endFrame": 76540, + "endTime": "0:51:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 76620, + "startTime": "0:51:4.830", + "endFrame": 76849, + "endTime": "0:51:13.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 76875, + "startTime": "0:51:15.000", + "endFrame": 77247, + "endTime": "0:51:29.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 77282, + "startTime": "0:51:31.290", + "endFrame": 77577, + "endTime": "0:51:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 77620, + "startTime": "0:51:44.820", + "endFrame": 77907, + "endTime": "0:51:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 77931, + "startTime": "0:51:57.270", + "endFrame": 78193, + "endTime": "0:52:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 78351, + "startTime": "0:52:14.070", + "endFrame": 78597, + "endTime": "0:52:23.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 78638, + "startTime": "0:52:25.530", + "endFrame": 79036, + "endTime": "0:52:41.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 79067, + "startTime": "0:52:42.690", + "endFrame": 79384, + "endTime": "0:52:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 79398, + "startTime": "0:52:55.920", + "endFrame": 79810, + "endTime": "0:53:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 79821, + "startTime": "0:53:12.840", + "endFrame": 80232, + "endTime": "0:53:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 80239, + "startTime": "0:53:29.580", + "endFrame": 80705, + "endTime": "0:53:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 80769, + "startTime": "0:53:50.790", + "endFrame": 80967, + "endTime": "0:53:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 90402, + "startTime": "1:00:16.080", + "endFrame": 90658, + "endTime": "1:00:26.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 90677, + "startTime": "1:00:27.090", + "endFrame": 90917, + "endTime": "1:00:36.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 90930, + "startTime": "1:00:37.200", + "endFrame": 91223, + "endTime": "1:00:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 91234, + "startTime": "1:00:49.380", + "endFrame": 91489, + "endTime": "1:00:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 91518, + "startTime": "1:01:0.750", + "endFrame": 91751, + "endTime": "1:01:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 91788, + "startTime": "1:01:11.550", + "endFrame": 92082, + "endTime": "1:01:23.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 92135, + "startTime": "1:01:25.410", + "endFrame": 92355, + "endTime": "1:01:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 92372, + "startTime": "1:01:34.890", + "endFrame": 92749, + "endTime": "1:01:49.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 92754, + "startTime": "1:01:50.190", + "endFrame": 93197, + "endTime": "1:02:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 93242, + "startTime": "1:02:9.690", + "endFrame": 93512, + "endTime": "1:02:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 93549, + "startTime": "1:02:21.990", + "endFrame": 93881, + "endTime": "1:02:35.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 93900, + "startTime": "1:02:36.000", + "endFrame": 94207, + "endTime": "1:02:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 94272, + "startTime": "1:02:50.910", + "endFrame": 94617, + "endTime": "1:03:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 94647, + "startTime": "1:03:5.880", + "endFrame": 94889, + "endTime": "1:03:15.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 94917, + "startTime": "1:03:16.680", + "endFrame": 95283, + "endTime": "1:03:31.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 95291, + "startTime": "1:03:31.650", + "endFrame": 95592, + "endTime": "1:03:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 95603, + "startTime": "1:03:44.130", + "endFrame": 95914, + "endTime": "1:03:56.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96219, + "endTime": "1:04:8.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 96307, + "startTime": "1:04:12.300", + "endFrame": 96607, + "endTime": "1:04:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 96622, + "startTime": "1:04:24.900", + "endFrame": 97012, + "endTime": "1:04:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 97013, + "startTime": "1:04:40.530", + "endFrame": 97341, + "endTime": "1:04:53.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 97381, + "startTime": "1:04:55.260", + "endFrame": 97748, + "endTime": "1:05:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 97764, + "startTime": "1:05:10.590", + "endFrame": 98125, + "endTime": "1:05:25.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 98136, + "startTime": "1:05:25.470", + "endFrame": 98508, + "endTime": "1:05:40.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 98532, + "startTime": "1:05:41.310", + "endFrame": 98814, + "endTime": "1:05:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 98842, + "startTime": "1:05:53.700", + "endFrame": 99147, + "endTime": "1:06:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 99154, + "startTime": "1:06:6.180", + "endFrame": 99499, + "endTime": "1:06:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 99517, + "startTime": "1:06:20.700", + "endFrame": 100099, + "endTime": "1:06:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 100106, + "startTime": "1:06:44.250", + "endFrame": 100629, + "endTime": "1:07:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 100639, + "startTime": "1:07:5.580", + "endFrame": 101019, + "endTime": "1:07:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 101049, + "startTime": "1:07:21.990", + "endFrame": 101382, + "endTime": "1:07:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_15-rater6.json b/ratings/video_15-rater6.json new file mode 100644 index 0000000000000000000000000000000000000000..2a0636bcd88ead41bd3e2d2edf0950735c525269 --- /dev/null +++ b/ratings/video_15-rater6.json @@ -0,0 +1,14225 @@ +[ + { + "clipIdx": 0, + "startFrame": 60, + "startTime": "0:00:2.429", + "endFrame": 555, + "endTime": "0:00:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.001 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 561, + "startTime": "0:00:22.470", + "endFrame": 890, + "endTime": "0:00:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 930, + "startTime": "0:00:37.200", + "endFrame": 1186, + "endTime": "0:00:47.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1222, + "startTime": "0:00:48.900", + "endFrame": 1464, + "endTime": "0:00:58.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1511, + "startTime": "0:01:0.450", + "endFrame": 1817, + "endTime": "0:01:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1827, + "startTime": "0:01:13.080", + "endFrame": 2175, + "endTime": "0:01:27.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2178, + "startTime": "0:01:27.120", + "endFrame": 2550, + "endTime": "0:01:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2568, + "startTime": "0:01:42.720", + "endFrame": 3104, + "endTime": "0:02:4.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3189, + "startTime": "0:02:7.590", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3528, + "startTime": "0:02:21.120", + "endFrame": 4103, + "endTime": "0:02:44.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4152, + "startTime": "0:02:46.110", + "endFrame": 4496, + "endTime": "0:02:59.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4534, + "startTime": "0:03:1.380", + "endFrame": 4876, + "endTime": "0:03:15.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4947, + "startTime": "0:03:17.910", + "endFrame": 5182, + "endTime": "0:03:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5193, + "startTime": "0:03:27.720", + "endFrame": 5484, + "endTime": "0:03:39.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5523, + "startTime": "0:03:40.920", + "endFrame": 5874, + "endTime": "0:03:54.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6039, + "startTime": "0:04:1.590", + "endFrame": 6126, + "endTime": "0:04:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6192, + "startTime": "0:04:7.710", + "endFrame": 6545, + "endTime": "0:04:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6555, + "startTime": "0:04:22.230", + "endFrame": 6890, + "endTime": "0:04:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6900, + "startTime": "0:04:36.000", + "endFrame": 7294, + "endTime": "0:04:51.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7307, + "startTime": "0:04:52.290", + "endFrame": 7569, + "endTime": "0:05:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7584, + "startTime": "0:05:3.390", + "endFrame": 7827, + "endTime": "0:05:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7835, + "startTime": "0:05:13.410", + "endFrame": 8182, + "endTime": "0:05:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8192, + "startTime": "0:05:27.690", + "endFrame": 8561, + "endTime": "0:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8568, + "startTime": "0:05:42.750", + "endFrame": 9167, + "endTime": "0:06:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9176, + "startTime": "0:06:7.050", + "endFrame": 9417, + "endTime": "0:06:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9425, + "startTime": "0:06:17.010", + "endFrame": 9860, + "endTime": "0:06:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9888, + "startTime": "0:06:35.550", + "endFrame": 10221, + "endTime": "0:06:48.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.499 + ], + "bottomright": [ + 0.337, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.666, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.995, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10269, + "startTime": "0:06:50.790", + "endFrame": 10665, + "endTime": "0:07:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.169 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10704, + "startTime": "0:07:8.160", + "endFrame": 11124, + "endTime": "0:07:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11132, + "startTime": "0:07:25.290", + "endFrame": 11679, + "endTime": "0:07:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11690, + "startTime": "0:07:47.610", + "endFrame": 12129, + "endTime": "0:08:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12138, + "startTime": "0:08:5.550", + "endFrame": 12429, + "endTime": "0:08:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12448, + "startTime": "0:08:17.940", + "endFrame": 12681, + "endTime": "0:08:27.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12694, + "startTime": "0:08:27.780", + "endFrame": 13152, + "endTime": "0:08:46.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13188, + "startTime": "0:08:47.520", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13472, + "startTime": "0:08:58.920", + "endFrame": 13904, + "endTime": "0:09:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13932, + "startTime": "0:09:17.310", + "endFrame": 14169, + "endTime": "0:09:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14252, + "startTime": "0:09:30.090", + "endFrame": 14457, + "endTime": "0:09:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14549, + "startTime": "0:09:41.970", + "endFrame": 14725, + "endTime": "0:09:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14775, + "startTime": "0:09:51.000", + "endFrame": 15083, + "endTime": "0:10:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15133, + "startTime": "0:10:5.340", + "endFrame": 15583, + "endTime": "0:10:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15731, + "startTime": "0:10:29.250", + "endFrame": 15860, + "endTime": "0:10:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15908, + "startTime": "0:10:36.330", + "endFrame": 16131, + "endTime": "0:10:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16140, + "startTime": "0:10:45.630", + "endFrame": 16505, + "endTime": "0:11:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16545, + "startTime": "0:11:1.800", + "endFrame": 16864, + "endTime": "0:11:14.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.476 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.476 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16903, + "startTime": "0:11:16.140", + "endFrame": 17262, + "endTime": "0:11:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.494 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.494 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17304, + "startTime": "0:11:32.190", + "endFrame": 17610, + "endTime": "0:11:44.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 17621, + "startTime": "0:11:44.850", + "endFrame": 18222, + "endTime": "0:12:8.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18249, + "startTime": "0:12:9.990", + "endFrame": 18682, + "endTime": "0:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19108, + "endTime": "0:12:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19123, + "startTime": "0:12:44.940", + "endFrame": 19377, + "endTime": "0:12:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20473, + "startTime": "0:13:38.940", + "endFrame": 20850, + "endTime": "0:13:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20902, + "startTime": "0:13:56.100", + "endFrame": 21287, + "endTime": "0:14:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21303, + "startTime": "0:14:12.120", + "endFrame": 21799, + "endTime": "0:14:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21810, + "startTime": "0:14:32.400", + "endFrame": 22227, + "endTime": "0:14:49.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22265, + "startTime": "0:14:50.610", + "endFrame": 22728, + "endTime": "0:15:9.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22770, + "startTime": "0:15:10.800", + "endFrame": 23194, + "endTime": "0:15:27.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23239, + "startTime": "0:15:29.580", + "endFrame": 23505, + "endTime": "0:15:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.485 + ], + "bottomright": [ + 0.666, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23753, + "startTime": "0:15:50.130", + "endFrame": 23872, + "endTime": "0:15:54.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 23907, + "startTime": "0:15:56.310", + "endFrame": 24208, + "endTime": "0:16:8.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24219, + "startTime": "0:16:8.790", + "endFrame": 24478, + "endTime": "0:16:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24487, + "startTime": "0:16:19.500", + "endFrame": 24830, + "endTime": "0:16:33.210", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 24843, + "startTime": "0:16:33.750", + "endFrame": 25145, + "endTime": "0:16:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25340, + "startTime": "0:16:53.610", + "endFrame": 25491, + "endTime": "0:16:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25500, + "startTime": "0:17:0.030", + "endFrame": 25854, + "endTime": "0:17:14.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 25897, + "startTime": "0:17:15.900", + "endFrame": 26235, + "endTime": "0:17:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 26278, + "startTime": "0:17:31.140", + "endFrame": 26739, + "endTime": "0:17:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 26901, + "startTime": "0:17:56.070", + "endFrame": 27156, + "endTime": "0:18:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 27851, + "startTime": "0:18:34.050", + "endFrame": 28273, + "endTime": "0:18:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 28309, + "startTime": "0:18:52.380", + "endFrame": 28818, + "endTime": "0:19:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 28833, + "startTime": "0:19:13.350", + "endFrame": 29093, + "endTime": "0:19:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 29122, + "startTime": "0:19:24.900", + "endFrame": 29370, + "endTime": "0:19:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 29395, + "startTime": "0:19:35.820", + "endFrame": 29665, + "endTime": "0:19:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30836, + "startTime": "0:20:33.450", + "endFrame": 31647, + "endTime": "0:21:5.880", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 31818, + "startTime": "0:21:12.720", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.055, + 0 + ], + "bottomright": [ + 0.527, + 0.462 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32232, + "startTime": "0:21:29.280", + "endFrame": 32806, + "endTime": "0:21:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 32905, + "startTime": "0:21:56.220", + "endFrame": 33252, + "endTime": "0:22:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 34707, + "startTime": "0:23:8.280", + "endFrame": 34938, + "endTime": "0:23:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 34950, + "startTime": "0:23:18.000", + "endFrame": 35460, + "endTime": "0:23:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 35475, + "startTime": "0:23:39.030", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 36134, + "startTime": "0:24:5.370", + "endFrame": 36237, + "endTime": "0:24:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 36282, + "startTime": "0:24:11.310", + "endFrame": 36672, + "endTime": "0:24:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 36684, + "startTime": "0:24:27.390", + "endFrame": 36968, + "endTime": "0:24:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 37013, + "startTime": "0:24:40.530", + "endFrame": 37278, + "endTime": "0:24:51.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 37312, + "startTime": "0:24:52.500", + "endFrame": 37755, + "endTime": "0:25:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 37769, + "startTime": "0:25:10.770", + "endFrame": 38014, + "endTime": "0:25:20.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 38028, + "startTime": "0:25:21.120", + "endFrame": 38433, + "endTime": "0:25:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 38454, + "startTime": "0:25:38.160", + "endFrame": 38853, + "endTime": "0:25:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 38865, + "startTime": "0:25:54.600", + "endFrame": 39155, + "endTime": "0:26:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 39170, + "startTime": "0:26:6.810", + "endFrame": 39504, + "endTime": "0:26:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 39513, + "startTime": "0:26:20.550", + "endFrame": 39833, + "endTime": "0:26:33.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 39843, + "startTime": "0:26:33.750", + "endFrame": 40362, + "endTime": "0:26:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 40421, + "startTime": "0:26:56.850", + "endFrame": 40740, + "endTime": "0:27:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 40782, + "startTime": "0:27:11.310", + "endFrame": 41088, + "endTime": "0:27:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 41183, + "startTime": "0:27:27.330", + "endFrame": 41402, + "endTime": "0:27:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 41577, + "startTime": "0:27:43.080", + "endFrame": 41786, + "endTime": "0:27:51.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 41840, + "startTime": "0:27:53.610", + "endFrame": 42087, + "endTime": "0:28:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 42150, + "startTime": "0:28:6.000", + "endFrame": 42480, + "endTime": "0:28:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 42482, + "startTime": "0:28:19.290", + "endFrame": 42730, + "endTime": "0:28:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 42747, + "startTime": "0:28:29.910", + "endFrame": 43154, + "endTime": "0:28:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 43163, + "startTime": "0:28:46.530", + "endFrame": 43528, + "endTime": "0:29:1.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 43536, + "startTime": "0:29:1.440", + "endFrame": 43943, + "endTime": "0:29:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 43954, + "startTime": "0:29:18.180", + "endFrame": 44292, + "endTime": "0:29:31.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 44309, + "startTime": "0:29:32.370", + "endFrame": 44624, + "endTime": "0:29:44.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 44630, + "startTime": "0:29:45.210", + "endFrame": 45220, + "endTime": "0:30:8.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 45234, + "startTime": "0:30:9.360", + "endFrame": 45647, + "endTime": "0:30:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 46399, + "startTime": "0:30:55.980", + "endFrame": 46607, + "endTime": "0:31:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 46637, + "startTime": "0:31:5.490", + "endFrame": 46878, + "endTime": "0:31:15.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47487, + "endTime": "0:31:39.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47517, + "startTime": "0:31:40.680", + "endFrame": 48021, + "endTime": "0:32:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48045, + "startTime": "0:32:1.800", + "endFrame": 48442, + "endTime": "0:32:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48466, + "startTime": "0:32:18.660", + "endFrame": 48703, + "endTime": "0:32:28.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48711, + "startTime": "0:32:28.470", + "endFrame": 49143, + "endTime": "0:32:45.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.5 + ], + "bottomright": [ + 0.501, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.5 + ], + "bottomright": [ + 0.83, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49149, + "startTime": "0:32:45.960", + "endFrame": 49791, + "endTime": "0:33:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49843, + "startTime": "0:33:13.740", + "endFrame": 50159, + "endTime": "0:33:26.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50167, + "startTime": "0:33:26.700", + "endFrame": 50457, + "endTime": "0:33:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50488, + "startTime": "0:33:39.540", + "endFrame": 50800, + "endTime": "0:33:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50834, + "startTime": "0:33:53.370", + "endFrame": 51399, + "endTime": "0:34:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51440, + "startTime": "0:34:17.610", + "endFrame": 51713, + "endTime": "0:34:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51720, + "startTime": "0:34:28.830", + "endFrame": 52062, + "endTime": "0:34:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 54013, + "startTime": "0:36:0.540", + "endFrame": 54367, + "endTime": "0:36:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 54416, + "startTime": "0:36:16.650", + "endFrame": 54746, + "endTime": "0:36:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 55999, + "startTime": "0:37:19.980", + "endFrame": 56298, + "endTime": "0:37:31.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 56306, + "startTime": "0:37:32.250", + "endFrame": 56551, + "endTime": "0:37:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 56558, + "startTime": "0:37:42.330", + "endFrame": 57135, + "endTime": "0:38:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 57261, + "startTime": "0:38:10.470", + "endFrame": 57642, + "endTime": "0:38:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 57681, + "startTime": "0:38:27.270", + "endFrame": 57968, + "endTime": "0:38:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 58068, + "startTime": "0:38:42.750", + "endFrame": 58231, + "endTime": "0:38:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 58284, + "startTime": "0:38:51.390", + "endFrame": 58505, + "endTime": "0:39:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 58527, + "startTime": "0:39:1.080", + "endFrame": 58974, + "endTime": "0:39:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 58985, + "startTime": "0:39:19.410", + "endFrame": 59433, + "endTime": "0:39:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 59451, + "startTime": "0:39:38.070", + "endFrame": 59844, + "endTime": "0:39:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 59864, + "startTime": "0:39:54.570", + "endFrame": 60098, + "endTime": "0:40:3.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 60111, + "startTime": "0:40:4.470", + "endFrame": 60485, + "endTime": "0:40:19.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 60509, + "startTime": "0:40:20.370", + "endFrame": 60975, + "endTime": "0:40:39.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62529, + "endTime": "0:41:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 62556, + "startTime": "0:41:42.270", + "endFrame": 62898, + "endTime": "0:41:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 62907, + "startTime": "0:41:56.310", + "endFrame": 63197, + "endTime": "0:42:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 63210, + "startTime": "0:42:8.430", + "endFrame": 63741, + "endTime": "0:42:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 63779, + "startTime": "0:42:31.200", + "endFrame": 64200, + "endTime": "0:42:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64213, + "startTime": "0:42:48.540", + "endFrame": 64507, + "endTime": "0:43:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 64539, + "startTime": "0:43:1.590", + "endFrame": 65092, + "endTime": "0:43:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65133, + "startTime": "0:43:25.350", + "endFrame": 65700, + "endTime": "0:43:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 65726, + "startTime": "0:43:49.050", + "endFrame": 66043, + "endTime": "0:44:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66052, + "startTime": "0:44:2.100", + "endFrame": 66394, + "endTime": "0:44:15.780", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66412, + "startTime": "0:44:16.500", + "endFrame": 66696, + "endTime": "0:44:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66814, + "startTime": "0:44:32.580", + "endFrame": 67017, + "endTime": "0:44:40.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67075, + "startTime": "0:44:43.020", + "endFrame": 67309, + "endTime": "0:44:52.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67341, + "startTime": "0:44:53.640", + "endFrame": 67612, + "endTime": "0:45:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67612, + "startTime": "0:45:4.500", + "endFrame": 67872, + "endTime": "0:45:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 67904, + "startTime": "0:45:16.170", + "endFrame": 68168, + "endTime": "0:45:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68183, + "startTime": "0:45:27.330", + "endFrame": 68595, + "endTime": "0:45:43.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 68610, + "startTime": "0:45:44.400", + "endFrame": 69081, + "endTime": "0:46:3.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69115, + "startTime": "0:46:4.620", + "endFrame": 69359, + "endTime": "0:46:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 69397, + "startTime": "0:46:15.900", + "endFrame": 69610, + "endTime": "0:46:24.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 69617, + "startTime": "0:46:24.690", + "endFrame": 70089, + "endTime": "0:46:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70109, + "startTime": "0:46:44.370", + "endFrame": 70350, + "endTime": "0:46:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 70524, + "startTime": "0:47:0.990", + "endFrame": 70846, + "endTime": "0:47:13.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 70860, + "startTime": "0:47:14.430", + "endFrame": 71190, + "endTime": "0:47:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 71199, + "startTime": "0:47:27.960", + "endFrame": 71448, + "endTime": "0:47:37.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 71480, + "startTime": "0:47:39.210", + "endFrame": 71723, + "endTime": "0:47:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 71736, + "startTime": "0:47:49.440", + "endFrame": 72240, + "endTime": "0:48:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72249, + "startTime": "0:48:9.960", + "endFrame": 72705, + "endTime": "0:48:28.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 72717, + "startTime": "0:48:28.710", + "endFrame": 73362, + "endTime": "0:48:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73389, + "startTime": "0:48:55.560", + "endFrame": 73639, + "endTime": "0:49:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74051, + "startTime": "0:49:22.050", + "endFrame": 74079, + "endTime": "0:49:23.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74079, + "startTime": "0:49:23.190", + "endFrame": 74456, + "endTime": "0:49:38.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 74466, + "startTime": "0:49:38.640", + "endFrame": 74814, + "endTime": "0:49:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 74868, + "startTime": "0:49:54.720", + "endFrame": 75100, + "endTime": "0:50:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 75106, + "startTime": "0:50:4.260", + "endFrame": 75516, + "endTime": "0:50:20.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 75531, + "startTime": "0:50:21.270", + "endFrame": 75919, + "endTime": "0:50:36.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 75959, + "startTime": "0:50:38.370", + "endFrame": 76180, + "endTime": "0:50:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 76213, + "startTime": "0:50:48.540", + "endFrame": 76540, + "endTime": "0:51:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 76620, + "startTime": "0:51:4.830", + "endFrame": 76849, + "endTime": "0:51:13.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 76875, + "startTime": "0:51:15.000", + "endFrame": 77247, + "endTime": "0:51:29.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 77282, + "startTime": "0:51:31.290", + "endFrame": 77577, + "endTime": "0:51:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 77620, + "startTime": "0:51:44.820", + "endFrame": 77907, + "endTime": "0:51:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 77931, + "startTime": "0:51:57.270", + "endFrame": 78193, + "endTime": "0:52:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 78351, + "startTime": "0:52:14.070", + "endFrame": 78597, + "endTime": "0:52:23.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 78638, + "startTime": "0:52:25.530", + "endFrame": 79036, + "endTime": "0:52:41.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 79067, + "startTime": "0:52:42.690", + "endFrame": 79384, + "endTime": "0:52:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 79398, + "startTime": "0:52:55.920", + "endFrame": 79810, + "endTime": "0:53:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 79821, + "startTime": "0:53:12.840", + "endFrame": 80232, + "endTime": "0:53:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 80239, + "startTime": "0:53:29.580", + "endFrame": 80705, + "endTime": "0:53:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 80769, + "startTime": "0:53:50.790", + "endFrame": 80967, + "endTime": "0:53:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 90402, + "startTime": "1:00:16.080", + "endFrame": 90658, + "endTime": "1:00:26.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 90677, + "startTime": "1:00:27.090", + "endFrame": 90917, + "endTime": "1:00:36.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 90930, + "startTime": "1:00:37.200", + "endFrame": 91223, + "endTime": "1:00:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 91234, + "startTime": "1:00:49.380", + "endFrame": 91489, + "endTime": "1:00:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 91518, + "startTime": "1:01:0.750", + "endFrame": 91751, + "endTime": "1:01:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 91788, + "startTime": "1:01:11.550", + "endFrame": 92082, + "endTime": "1:01:23.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 92135, + "startTime": "1:01:25.410", + "endFrame": 92355, + "endTime": "1:01:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 92372, + "startTime": "1:01:34.890", + "endFrame": 92749, + "endTime": "1:01:49.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 92754, + "startTime": "1:01:50.190", + "endFrame": 93197, + "endTime": "1:02:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 93242, + "startTime": "1:02:9.690", + "endFrame": 93512, + "endTime": "1:02:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 93549, + "startTime": "1:02:21.990", + "endFrame": 93881, + "endTime": "1:02:35.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 93900, + "startTime": "1:02:36.000", + "endFrame": 94207, + "endTime": "1:02:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 94272, + "startTime": "1:02:50.910", + "endFrame": 94617, + "endTime": "1:03:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 94647, + "startTime": "1:03:5.880", + "endFrame": 94889, + "endTime": "1:03:15.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 94917, + "startTime": "1:03:16.680", + "endFrame": 95283, + "endTime": "1:03:31.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 95291, + "startTime": "1:03:31.650", + "endFrame": 95592, + "endTime": "1:03:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 95603, + "startTime": "1:03:44.130", + "endFrame": 95914, + "endTime": "1:03:56.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96219, + "endTime": "1:04:8.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 96307, + "startTime": "1:04:12.300", + "endFrame": 96607, + "endTime": "1:04:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 96622, + "startTime": "1:04:24.900", + "endFrame": 97012, + "endTime": "1:04:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 97013, + "startTime": "1:04:40.530", + "endFrame": 97341, + "endTime": "1:04:53.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 97381, + "startTime": "1:04:55.260", + "endFrame": 97748, + "endTime": "1:05:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 97764, + "startTime": "1:05:10.590", + "endFrame": 98125, + "endTime": "1:05:25.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 98136, + "startTime": "1:05:25.470", + "endFrame": 98508, + "endTime": "1:05:40.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 98532, + "startTime": "1:05:41.310", + "endFrame": 98814, + "endTime": "1:05:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 98842, + "startTime": "1:05:53.700", + "endFrame": 99147, + "endTime": "1:06:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 99154, + "startTime": "1:06:6.180", + "endFrame": 99499, + "endTime": "1:06:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 99517, + "startTime": "1:06:20.700", + "endFrame": 100099, + "endTime": "1:06:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 100106, + "startTime": "1:06:44.250", + "endFrame": 100629, + "endTime": "1:07:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 100639, + "startTime": "1:07:5.580", + "endFrame": 101019, + "endTime": "1:07:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 101049, + "startTime": "1:07:21.990", + "endFrame": 101382, + "endTime": "1:07:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_15-rater8.json b/ratings/video_15-rater8.json new file mode 100644 index 0000000000000000000000000000000000000000..95657bcbaea0ecb7fd889272d0580f7ee977a76b --- /dev/null +++ b/ratings/video_15-rater8.json @@ -0,0 +1,14225 @@ +[ + { + "clipIdx": 0, + "startFrame": 60, + "startTime": "0:00:2.429", + "endFrame": 555, + "endTime": "0:00:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.001 + ], + "bottomright": [ + 0.499, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 561, + "startTime": "0:00:22.470", + "endFrame": 890, + "endTime": "0:00:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 930, + "startTime": "0:00:37.200", + "endFrame": 1186, + "endTime": "0:00:47.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1222, + "startTime": "0:00:48.900", + "endFrame": 1464, + "endTime": "0:00:58.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1511, + "startTime": "0:01:0.450", + "endFrame": 1817, + "endTime": "0:01:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.499 + ], + "bottomright": [ + 0.335, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.991, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1827, + "startTime": "0:01:13.080", + "endFrame": 2175, + "endTime": "0:01:27.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2178, + "startTime": "0:01:27.120", + "endFrame": 2550, + "endTime": "0:01:42.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2568, + "startTime": "0:01:42.720", + "endFrame": 3104, + "endTime": "0:02:4.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3189, + "startTime": "0:02:7.590", + "endFrame": 3520, + "endTime": "0:02:20.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3528, + "startTime": "0:02:21.120", + "endFrame": 4103, + "endTime": "0:02:44.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4152, + "startTime": "0:02:46.110", + "endFrame": 4496, + "endTime": "0:02:59.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4534, + "startTime": "0:03:1.380", + "endFrame": 4876, + "endTime": "0:03:15.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4947, + "startTime": "0:03:17.910", + "endFrame": 5182, + "endTime": "0:03:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5193, + "startTime": "0:03:27.720", + "endFrame": 5484, + "endTime": "0:03:39.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5523, + "startTime": "0:03:40.920", + "endFrame": 5874, + "endTime": "0:03:54.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6039, + "startTime": "0:04:1.590", + "endFrame": 6126, + "endTime": "0:04:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6192, + "startTime": "0:04:7.710", + "endFrame": 6545, + "endTime": "0:04:21.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6555, + "startTime": "0:04:22.230", + "endFrame": 6890, + "endTime": "0:04:35.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6900, + "startTime": "0:04:36.000", + "endFrame": 7294, + "endTime": "0:04:51.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7307, + "startTime": "0:04:52.290", + "endFrame": 7569, + "endTime": "0:05:2.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7584, + "startTime": "0:05:3.390", + "endFrame": 7827, + "endTime": "0:05:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7835, + "startTime": "0:05:13.410", + "endFrame": 8182, + "endTime": "0:05:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8192, + "startTime": "0:05:27.690", + "endFrame": 8561, + "endTime": "0:05:42.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8568, + "startTime": "0:05:42.750", + "endFrame": 9167, + "endTime": "0:06:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9176, + "startTime": "0:06:7.050", + "endFrame": 9417, + "endTime": "0:06:16.710", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.5 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.498, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.5 + ], + "bottomright": [ + 0.827, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9425, + "startTime": "0:06:17.010", + "endFrame": 9860, + "endTime": "0:06:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.007, + 0.171 + ], + "bottomright": [ + 0.335, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.991, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.498, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.827, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9888, + "startTime": "0:06:35.550", + "endFrame": 10221, + "endTime": "0:06:48.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.008, + 0.499 + ], + "bottomright": [ + 0.337, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.666, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.995, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10269, + "startTime": "0:06:50.790", + "endFrame": 10665, + "endTime": "0:07:6.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.169 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10704, + "startTime": "0:07:8.160", + "endFrame": 11124, + "endTime": "0:07:24.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.499 + ], + "bottomright": [ + 0.334, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.499 + ], + "bottomright": [ + 0.663, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.499 + ], + "bottomright": [ + 0.992, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11132, + "startTime": "0:07:25.290", + "endFrame": 11679, + "endTime": "0:07:47.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11690, + "startTime": "0:07:47.610", + "endFrame": 12129, + "endTime": "0:08:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 12138, + "startTime": "0:08:5.550", + "endFrame": 12429, + "endTime": "0:08:17.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12448, + "startTime": "0:08:17.940", + "endFrame": 12681, + "endTime": "0:08:27.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12694, + "startTime": "0:08:27.780", + "endFrame": 13152, + "endTime": "0:08:46.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13188, + "startTime": "0:08:47.520", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13472, + "startTime": "0:08:58.920", + "endFrame": 13904, + "endTime": "0:09:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13932, + "startTime": "0:09:17.310", + "endFrame": 14169, + "endTime": "0:09:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14252, + "startTime": "0:09:30.090", + "endFrame": 14457, + "endTime": "0:09:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14549, + "startTime": "0:09:41.970", + "endFrame": 14725, + "endTime": "0:09:49.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 14775, + "startTime": "0:09:51.000", + "endFrame": 15083, + "endTime": "0:10:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15133, + "startTime": "0:10:5.340", + "endFrame": 15583, + "endTime": "0:10:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15731, + "startTime": "0:10:29.250", + "endFrame": 15860, + "endTime": "0:10:34.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 15908, + "startTime": "0:10:36.330", + "endFrame": 16131, + "endTime": "0:10:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16140, + "startTime": "0:10:45.630", + "endFrame": 16505, + "endTime": "0:11:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 16545, + "startTime": "0:11:1.800", + "endFrame": 16864, + "endTime": "0:11:14.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.476 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.476 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 16903, + "startTime": "0:11:16.140", + "endFrame": 17262, + "endTime": "0:11:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.009, + 0 + ], + "bottomright": [ + 0.504, + 0.494 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.504, + 0 + ], + "bottomright": [ + 0.999, + 0.494 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17304, + "startTime": "0:11:32.190", + "endFrame": 17610, + "endTime": "0:11:44.430", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 47, + "startFrame": 17621, + "startTime": "0:11:44.850", + "endFrame": 18222, + "endTime": "0:12:8.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18249, + "startTime": "0:12:9.990", + "endFrame": 18682, + "endTime": "0:12:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18709, + "startTime": "0:12:28.380", + "endFrame": 19108, + "endTime": "0:12:44.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19123, + "startTime": "0:12:44.940", + "endFrame": 19377, + "endTime": "0:12:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 20473, + "startTime": "0:13:38.940", + "endFrame": 20850, + "endTime": "0:13:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20902, + "startTime": "0:13:56.100", + "endFrame": 21287, + "endTime": "0:14:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 21303, + "startTime": "0:14:12.120", + "endFrame": 21799, + "endTime": "0:14:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 21810, + "startTime": "0:14:32.400", + "endFrame": 22227, + "endTime": "0:14:49.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 22265, + "startTime": "0:14:50.610", + "endFrame": 22728, + "endTime": "0:15:9.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 22770, + "startTime": "0:15:10.800", + "endFrame": 23194, + "endTime": "0:15:27.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 23239, + "startTime": "0:15:29.580", + "endFrame": 23505, + "endTime": "0:15:40.200", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0.485 + ], + "bottomright": [ + 0.666, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 23753, + "startTime": "0:15:50.130", + "endFrame": 23872, + "endTime": "0:15:54.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 23907, + "startTime": "0:15:56.310", + "endFrame": 24208, + "endTime": "0:16:8.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 24219, + "startTime": "0:16:8.790", + "endFrame": 24478, + "endTime": "0:16:19.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 24487, + "startTime": "0:16:19.500", + "endFrame": 24830, + "endTime": "0:16:33.210", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 24843, + "startTime": "0:16:33.750", + "endFrame": 25145, + "endTime": "0:16:45.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0.485 + ], + "bottomright": [ + 0.333, + 0.969 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 25340, + "startTime": "0:16:53.610", + "endFrame": 25491, + "endTime": "0:16:59.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 25500, + "startTime": "0:17:0.030", + "endFrame": 25854, + "endTime": "0:17:14.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 25897, + "startTime": "0:17:15.900", + "endFrame": 26235, + "endTime": "0:17:29.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 26278, + "startTime": "0:17:31.140", + "endFrame": 26739, + "endTime": "0:17:49.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 26901, + "startTime": "0:17:56.070", + "endFrame": 27156, + "endTime": "0:18:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0, + 0 + ], + "bottomright": [ + 0.333, + 0.485 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 27851, + "startTime": "0:18:34.050", + "endFrame": 28273, + "endTime": "0:18:50.940", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 28309, + "startTime": "0:18:52.380", + "endFrame": 28818, + "endTime": "0:19:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 28833, + "startTime": "0:19:13.350", + "endFrame": 29093, + "endTime": "0:19:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 29122, + "startTime": "0:19:24.900", + "endFrame": 29370, + "endTime": "0:19:34.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 29395, + "startTime": "0:19:35.820", + "endFrame": 29665, + "endTime": "0:19:46.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 30836, + "startTime": "0:20:33.450", + "endFrame": 31647, + "endTime": "0:21:5.880", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 74, + "startFrame": 31818, + "startTime": "0:21:12.720", + "endFrame": 31941, + "endTime": "0:21:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.055, + 0 + ], + "bottomright": [ + 0.527, + 0.462 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32232, + "startTime": "0:21:29.280", + "endFrame": 32806, + "endTime": "0:21:52.260", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 76, + "startFrame": 32905, + "startTime": "0:21:56.220", + "endFrame": 33252, + "endTime": "0:22:10.080", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 34707, + "startTime": "0:23:8.280", + "endFrame": 34938, + "endTime": "0:23:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 34950, + "startTime": "0:23:18.000", + "endFrame": 35460, + "endTime": "0:23:38.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 35475, + "startTime": "0:23:39.030", + "endFrame": 35938, + "endTime": "0:23:57.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 36134, + "startTime": "0:24:5.370", + "endFrame": 36237, + "endTime": "0:24:9.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 36282, + "startTime": "0:24:11.310", + "endFrame": 36672, + "endTime": "0:24:26.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 36684, + "startTime": "0:24:27.390", + "endFrame": 36968, + "endTime": "0:24:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 37013, + "startTime": "0:24:40.530", + "endFrame": 37278, + "endTime": "0:24:51.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 37312, + "startTime": "0:24:52.500", + "endFrame": 37755, + "endTime": "0:25:10.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 37769, + "startTime": "0:25:10.770", + "endFrame": 38014, + "endTime": "0:25:20.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 38028, + "startTime": "0:25:21.120", + "endFrame": 38433, + "endTime": "0:25:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 38454, + "startTime": "0:25:38.160", + "endFrame": 38853, + "endTime": "0:25:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 38865, + "startTime": "0:25:54.600", + "endFrame": 39155, + "endTime": "0:26:6.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 39170, + "startTime": "0:26:6.810", + "endFrame": 39504, + "endTime": "0:26:20.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 39513, + "startTime": "0:26:20.550", + "endFrame": 39833, + "endTime": "0:26:33.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 39843, + "startTime": "0:26:33.750", + "endFrame": 40362, + "endTime": "0:26:54.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 40421, + "startTime": "0:26:56.850", + "endFrame": 40740, + "endTime": "0:27:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 40782, + "startTime": "0:27:11.310", + "endFrame": 41088, + "endTime": "0:27:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 41183, + "startTime": "0:27:27.330", + "endFrame": 41402, + "endTime": "0:27:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 41577, + "startTime": "0:27:43.080", + "endFrame": 41786, + "endTime": "0:27:51.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 41840, + "startTime": "0:27:53.610", + "endFrame": 42087, + "endTime": "0:28:3.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 42150, + "startTime": "0:28:6.000", + "endFrame": 42480, + "endTime": "0:28:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 42482, + "startTime": "0:28:19.290", + "endFrame": 42730, + "endTime": "0:28:29.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 42747, + "startTime": "0:28:29.910", + "endFrame": 43154, + "endTime": "0:28:46.170", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 43163, + "startTime": "0:28:46.530", + "endFrame": 43528, + "endTime": "0:29:1.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 43536, + "startTime": "0:29:1.440", + "endFrame": 43943, + "endTime": "0:29:17.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 43954, + "startTime": "0:29:18.180", + "endFrame": 44292, + "endTime": "0:29:31.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 44309, + "startTime": "0:29:32.370", + "endFrame": 44624, + "endTime": "0:29:44.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 44630, + "startTime": "0:29:45.210", + "endFrame": 45220, + "endTime": "0:30:8.820", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 45234, + "startTime": "0:30:9.360", + "endFrame": 45647, + "endTime": "0:30:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.005, + 0.171 + ], + "bottomright": [ + 0.334, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 46399, + "startTime": "0:30:55.980", + "endFrame": 46607, + "endTime": "0:31:4.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.499 + ], + "bottomright": [ + 0.501, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.83, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 46637, + "startTime": "0:31:5.490", + "endFrame": 46878, + "endTime": "0:31:15.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47487, + "endTime": "0:31:39.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 47517, + "startTime": "0:31:40.680", + "endFrame": 48021, + "endTime": "0:32:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48045, + "startTime": "0:32:1.800", + "endFrame": 48442, + "endTime": "0:32:17.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 48466, + "startTime": "0:32:18.660", + "endFrame": 48703, + "endTime": "0:32:28.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 48711, + "startTime": "0:32:28.470", + "endFrame": 49143, + "endTime": "0:32:45.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.172, + 0.5 + ], + "bottomright": [ + 0.501, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.5 + ], + "bottomright": [ + 0.83, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49149, + "startTime": "0:32:45.960", + "endFrame": 49791, + "endTime": "0:33:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 49843, + "startTime": "0:33:13.740", + "endFrame": 50159, + "endTime": "0:33:26.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50167, + "startTime": "0:33:26.700", + "endFrame": 50457, + "endTime": "0:33:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 50488, + "startTime": "0:33:39.540", + "endFrame": 50800, + "endTime": "0:33:52.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 50834, + "startTime": "0:33:53.370", + "endFrame": 51399, + "endTime": "0:34:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51440, + "startTime": "0:34:17.610", + "endFrame": 51713, + "endTime": "0:34:28.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 51720, + "startTime": "0:34:28.830", + "endFrame": 52062, + "endTime": "0:34:42.480", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 54013, + "startTime": "0:36:0.540", + "endFrame": 54367, + "endTime": "0:36:14.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 54416, + "startTime": "0:36:16.650", + "endFrame": 54746, + "endTime": "0:36:29.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.171 + ], + "bottomright": [ + 0.993, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.664, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 55999, + "startTime": "0:37:19.980", + "endFrame": 56298, + "endTime": "0:37:31.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 56306, + "startTime": "0:37:32.250", + "endFrame": 56551, + "endTime": "0:37:42.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 56558, + "startTime": "0:37:42.330", + "endFrame": 57135, + "endTime": "0:38:5.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 57261, + "startTime": "0:38:10.470", + "endFrame": 57642, + "endTime": "0:38:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 57681, + "startTime": "0:38:27.270", + "endFrame": 57968, + "endTime": "0:38:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 58068, + "startTime": "0:38:42.750", + "endFrame": 58231, + "endTime": "0:38:49.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 58284, + "startTime": "0:38:51.390", + "endFrame": 58505, + "endTime": "0:39:0.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 58527, + "startTime": "0:39:1.080", + "endFrame": 58974, + "endTime": "0:39:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 58985, + "startTime": "0:39:19.410", + "endFrame": 59433, + "endTime": "0:39:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 59451, + "startTime": "0:39:38.070", + "endFrame": 59844, + "endTime": "0:39:53.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 59864, + "startTime": "0:39:54.570", + "endFrame": 60098, + "endTime": "0:40:3.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 60111, + "startTime": "0:40:4.470", + "endFrame": 60485, + "endTime": "0:40:19.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 60509, + "startTime": "0:40:20.370", + "endFrame": 60975, + "endTime": "0:40:39.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62529, + "endTime": "0:41:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 62556, + "startTime": "0:41:42.270", + "endFrame": 62898, + "endTime": "0:41:55.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 62907, + "startTime": "0:41:56.310", + "endFrame": 63197, + "endTime": "0:42:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 63210, + "startTime": "0:42:8.430", + "endFrame": 63741, + "endTime": "0:42:29.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 63779, + "startTime": "0:42:31.200", + "endFrame": 64200, + "endTime": "0:42:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 64213, + "startTime": "0:42:48.540", + "endFrame": 64507, + "endTime": "0:43:0.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 64539, + "startTime": "0:43:1.590", + "endFrame": 65092, + "endTime": "0:43:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 65133, + "startTime": "0:43:25.350", + "endFrame": 65700, + "endTime": "0:43:48.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 65726, + "startTime": "0:43:49.050", + "endFrame": 66043, + "endTime": "0:44:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 66052, + "startTime": "0:44:2.100", + "endFrame": 66394, + "endTime": "0:44:15.780", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 66412, + "startTime": "0:44:16.500", + "endFrame": 66696, + "endTime": "0:44:27.840", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.333, + 0 + ], + "bottomright": [ + 0.666, + 0.332 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.332 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 66814, + "startTime": "0:44:32.580", + "endFrame": 67017, + "endTime": "0:44:40.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 67075, + "startTime": "0:44:43.020", + "endFrame": 67309, + "endTime": "0:44:52.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 67341, + "startTime": "0:44:53.640", + "endFrame": 67612, + "endTime": "0:45:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 67612, + "startTime": "0:45:4.500", + "endFrame": 67872, + "endTime": "0:45:14.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 67904, + "startTime": "0:45:16.170", + "endFrame": 68168, + "endTime": "0:45:26.730", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 68183, + "startTime": "0:45:27.330", + "endFrame": 68595, + "endTime": "0:45:43.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 68610, + "startTime": "0:45:44.400", + "endFrame": 69081, + "endTime": "0:46:3.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 69115, + "startTime": "0:46:4.620", + "endFrame": 69359, + "endTime": "0:46:14.370", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 69397, + "startTime": "0:46:15.900", + "endFrame": 69610, + "endTime": "0:46:24.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 69617, + "startTime": "0:46:24.690", + "endFrame": 70089, + "endTime": "0:46:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 70109, + "startTime": "0:46:44.370", + "endFrame": 70350, + "endTime": "0:46:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 70524, + "startTime": "0:47:0.990", + "endFrame": 70846, + "endTime": "0:47:13.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 70860, + "startTime": "0:47:14.430", + "endFrame": 71190, + "endTime": "0:47:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 71199, + "startTime": "0:47:27.960", + "endFrame": 71448, + "endTime": "0:47:37.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 71480, + "startTime": "0:47:39.210", + "endFrame": 71723, + "endTime": "0:47:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 71736, + "startTime": "0:47:49.440", + "endFrame": 72240, + "endTime": "0:48:9.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 72249, + "startTime": "0:48:9.960", + "endFrame": 72705, + "endTime": "0:48:28.200", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 72717, + "startTime": "0:48:28.710", + "endFrame": 73362, + "endTime": "0:48:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 73389, + "startTime": "0:48:55.560", + "endFrame": 73639, + "endTime": "0:49:5.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 74051, + "startTime": "0:49:22.050", + "endFrame": 74079, + "endTime": "0:49:23.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 74079, + "startTime": "0:49:23.190", + "endFrame": 74456, + "endTime": "0:49:38.250", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 74466, + "startTime": "0:49:38.640", + "endFrame": 74814, + "endTime": "0:49:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 74868, + "startTime": "0:49:54.720", + "endFrame": 75100, + "endTime": "0:50:4.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 75106, + "startTime": "0:50:4.260", + "endFrame": 75516, + "endTime": "0:50:20.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 75531, + "startTime": "0:50:21.270", + "endFrame": 75919, + "endTime": "0:50:36.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 75959, + "startTime": "0:50:38.370", + "endFrame": 76180, + "endTime": "0:50:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 76213, + "startTime": "0:50:48.540", + "endFrame": 76540, + "endTime": "0:51:1.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 76620, + "startTime": "0:51:4.830", + "endFrame": 76849, + "endTime": "0:51:13.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 76875, + "startTime": "0:51:15.000", + "endFrame": 77247, + "endTime": "0:51:29.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 77282, + "startTime": "0:51:31.290", + "endFrame": 77577, + "endTime": "0:51:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 77620, + "startTime": "0:51:44.820", + "endFrame": 77907, + "endTime": "0:51:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 77931, + "startTime": "0:51:57.270", + "endFrame": 78193, + "endTime": "0:52:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 78351, + "startTime": "0:52:14.070", + "endFrame": 78597, + "endTime": "0:52:23.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 78638, + "startTime": "0:52:25.530", + "endFrame": 79036, + "endTime": "0:52:41.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 79067, + "startTime": "0:52:42.690", + "endFrame": 79384, + "endTime": "0:52:55.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 79398, + "startTime": "0:52:55.920", + "endFrame": 79810, + "endTime": "0:53:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 79821, + "startTime": "0:53:12.840", + "endFrame": 80232, + "endTime": "0:53:29.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 80239, + "startTime": "0:53:29.580", + "endFrame": 80705, + "endTime": "0:53:48.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 80769, + "startTime": "0:53:50.790", + "endFrame": 80967, + "endTime": "0:53:58.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 90402, + "startTime": "1:00:16.080", + "endFrame": 90658, + "endTime": "1:00:26.340", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 90677, + "startTime": "1:00:27.090", + "endFrame": 90917, + "endTime": "1:00:36.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 90930, + "startTime": "1:00:37.200", + "endFrame": 91223, + "endTime": "1:00:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 91234, + "startTime": "1:00:49.380", + "endFrame": 91489, + "endTime": "1:00:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 91518, + "startTime": "1:01:0.750", + "endFrame": 91751, + "endTime": "1:01:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 91788, + "startTime": "1:01:11.550", + "endFrame": 92082, + "endTime": "1:01:23.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 92135, + "startTime": "1:01:25.410", + "endFrame": 92355, + "endTime": "1:01:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 92372, + "startTime": "1:01:34.890", + "endFrame": 92749, + "endTime": "1:01:49.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 92754, + "startTime": "1:01:50.190", + "endFrame": 93197, + "endTime": "1:02:7.890", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 93242, + "startTime": "1:02:9.690", + "endFrame": 93512, + "endTime": "1:02:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 93549, + "startTime": "1:02:21.990", + "endFrame": 93881, + "endTime": "1:02:35.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 93900, + "startTime": "1:02:36.000", + "endFrame": 94207, + "endTime": "1:02:48.300", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.366, + 0 + ], + "bottomright": [ + 0.683, + 0.317 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 94272, + "startTime": "1:02:50.910", + "endFrame": 94617, + "endTime": "1:03:4.680", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 94647, + "startTime": "1:03:5.880", + "endFrame": 94889, + "endTime": "1:03:15.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 94917, + "startTime": "1:03:16.680", + "endFrame": 95283, + "endTime": "1:03:31.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 95291, + "startTime": "1:03:31.650", + "endFrame": 95592, + "endTime": "1:03:43.710", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 95603, + "startTime": "1:03:44.130", + "endFrame": 95914, + "endTime": "1:03:56.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 96024, + "startTime": "1:04:0.960", + "endFrame": 96219, + "endTime": "1:04:8.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 96307, + "startTime": "1:04:12.300", + "endFrame": 96607, + "endTime": "1:04:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 96622, + "startTime": "1:04:24.900", + "endFrame": 97012, + "endTime": "1:04:40.500", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 97013, + "startTime": "1:04:40.530", + "endFrame": 97341, + "endTime": "1:04:53.670", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 97381, + "startTime": "1:04:55.260", + "endFrame": 97748, + "endTime": "1:05:9.930", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 97764, + "startTime": "1:05:10.590", + "endFrame": 98125, + "endTime": "1:05:25.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 98136, + "startTime": "1:05:25.470", + "endFrame": 98508, + "endTime": "1:05:40.320", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.169 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.169 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.828 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.828 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 98532, + "startTime": "1:05:41.310", + "endFrame": 98814, + "endTime": "1:05:52.590", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 98842, + "startTime": "1:05:53.700", + "endFrame": 99147, + "endTime": "1:06:5.910", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 99154, + "startTime": "1:06:6.180", + "endFrame": 99499, + "endTime": "1:06:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.5 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.5 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.5 + ], + "bottomright": [ + 0.499, + 0.829 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.5 + ], + "bottomright": [ + 0.828, + 0.829 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 99517, + "startTime": "1:06:20.700", + "endFrame": 100099, + "endTime": "1:06:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 100106, + "startTime": "1:06:44.250", + "endFrame": 100629, + "endTime": "1:07:5.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 100639, + "startTime": "1:07:5.580", + "endFrame": 101019, + "endTime": "1:07:20.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.334, + 0.171 + ], + "bottomright": [ + 0.663, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.663, + 0.171 + ], + "bottomright": [ + 0.992, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.17, + 0.499 + ], + "bottomright": [ + 0.499, + 0.826 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.828, + 0.826 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 101049, + "startTime": "1:07:21.990", + "endFrame": 101382, + "endTime": "1:07:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.001 + ], + "bottomright": [ + 0.997, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.499, + 0.996 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.997, + 0.996 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_16-rater1.json b/ratings/video_16-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..f4695bbc3fa2fa5fe56c525164291bbc5ccc2424 --- /dev/null +++ b/ratings/video_16-rater1.json @@ -0,0 +1,21647 @@ +[ + { + "clipIdx": 0, + "startFrame": 56, + "startTime": "0:00:2.250", + "endFrame": 314, + "endTime": "0:00:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.498, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.821, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 325, + "startTime": "0:00:13.019", + "endFrame": 753, + "endTime": "0:00:30.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.499 + ], + "bottomright": [ + 0.498, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.499 + ], + "bottomright": [ + 0.821, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 798, + "startTime": "0:00:31.920", + "endFrame": 1177, + "endTime": "0:00:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1200, + "startTime": "0:00:48.000", + "endFrame": 1428, + "endTime": "0:00:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1433, + "startTime": "0:00:57.330", + "endFrame": 1906, + "endTime": "0:01:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 2005, + "startTime": "0:01:20.220", + "endFrame": 2161, + "endTime": "0:01:26.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2209, + "startTime": "0:01:28.380", + "endFrame": 2611, + "endTime": "0:01:44.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2625, + "startTime": "0:01:45.000", + "endFrame": 2917, + "endTime": "0:01:56.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2971, + "startTime": "0:01:58.860", + "endFrame": 3461, + "endTime": "0:02:18.450", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3486, + "startTime": "0:02:19.470", + "endFrame": 3786, + "endTime": "0:02:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3804, + "startTime": "0:02:32.190", + "endFrame": 4161, + "endTime": "0:02:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4269, + "startTime": "0:02:50.760", + "endFrame": 5052, + "endTime": "0:03:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5067, + "startTime": "0:03:22.710", + "endFrame": 5370, + "endTime": "0:03:34.830", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5443, + "startTime": "0:03:37.740", + "endFrame": 5752, + "endTime": "0:03:50.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5754, + "startTime": "0:03:50.160", + "endFrame": 6255, + "endTime": "0:04:10.230", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6395, + "startTime": "0:04:15.810", + "endFrame": 6811, + "endTime": "0:04:32.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6823, + "startTime": "0:04:32.940", + "endFrame": 7167, + "endTime": "0:04:46.680", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7188, + "startTime": "0:04:47.550", + "endFrame": 7434, + "endTime": "0:04:57.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.174 + ], + "bottomright": [ + 0.988, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.664, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8457, + "startTime": "0:05:38.280", + "endFrame": 8952, + "endTime": "0:05:58.110", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8976, + "startTime": "0:05:59.040", + "endFrame": 9279, + "endTime": "0:06:11.190", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 9290, + "startTime": "0:06:11.610", + "endFrame": 9539, + "endTime": "0:06:21.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9575, + "startTime": "0:06:23.010", + "endFrame": 9895, + "endTime": "0:06:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9912, + "startTime": "0:06:36.480", + "endFrame": 10233, + "endTime": "0:06:49.350", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10257, + "startTime": "0:06:50.310", + "endFrame": 10541, + "endTime": "0:07:1.650", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10551, + "startTime": "0:07:2.070", + "endFrame": 10913, + "endTime": "0:07:16.530", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10920, + "startTime": "0:07:16.830", + "endFrame": 11522, + "endTime": "0:07:40.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11547, + "startTime": "0:07:41.910", + "endFrame": 11989, + "endTime": "0:07:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 12006, + "startTime": "0:08:0.240", + "endFrame": 12395, + "endTime": "0:08:15.810", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.34, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.34, + 0.499 + ], + "bottomright": [ + 0.664, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.664, + 0.499 + ], + "bottomright": [ + 0.988, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 12462, + "startTime": "0:08:18.510", + "endFrame": 13245, + "endTime": "0:08:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 18204, + "startTime": "0:12:8.190", + "endFrame": 18358, + "endTime": "0:12:14.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.341, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.499 + ], + "bottomright": [ + 0.666, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.991, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 18368, + "startTime": "0:12:14.730", + "endFrame": 18630, + "endTime": "0:12:25.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.341, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.341, + 0.499 + ], + "bottomright": [ + 0.666, + 0.824 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0.499 + ], + "bottomright": [ + 0.991, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 18638, + "startTime": "0:12:25.530", + "endFrame": 18930, + "endTime": "0:12:37.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.661, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 18972, + "startTime": "0:12:38.880", + "endFrame": 19240, + "endTime": "0:12:49.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.661, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 19261, + "startTime": "0:12:50.460", + "endFrame": 19515, + "endTime": "0:13:0.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 19539, + "startTime": "0:13:1.590", + "endFrame": 19957, + "endTime": "0:13:18.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 19963, + "startTime": "0:13:18.540", + "endFrame": 20490, + "endTime": "0:13:39.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.339, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 20524, + "startTime": "0:13:40.980", + "endFrame": 20838, + "endTime": "0:13:53.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.66 + ], + "bottomright": [ + 0.338, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 20846, + "startTime": "0:13:53.850", + "endFrame": 21249, + "endTime": "0:14:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 21264, + "startTime": "0:14:10.590", + "endFrame": 21565, + "endTime": "0:14:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 21692, + "startTime": "0:14:27.690", + "endFrame": 21870, + "endTime": "0:14:34.830", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.339, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 21878, + "startTime": "0:14:35.130", + "endFrame": 22299, + "endTime": "0:14:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 22328, + "startTime": "0:14:53.130", + "endFrame": 22564, + "endTime": "0:15:2.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 22575, + "startTime": "0:15:3.000", + "endFrame": 22956, + "endTime": "0:15:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 22979, + "startTime": "0:15:19.170", + "endFrame": 23358, + "endTime": "0:15:34.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 23370, + "startTime": "0:15:34.800", + "endFrame": 23799, + "endTime": "0:15:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 23821, + "startTime": "0:15:52.860", + "endFrame": 24213, + "endTime": "0:16:8.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 24236, + "startTime": "0:16:9.450", + "endFrame": 24665, + "endTime": "0:16:26.610", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 24713, + "startTime": "0:16:28.530", + "endFrame": 25001, + "endTime": "0:16:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 25014, + "startTime": "0:16:40.590", + "endFrame": 25612, + "endTime": "0:17:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 25707, + "startTime": "0:17:8.310", + "endFrame": 25910, + "endTime": "0:17:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 25923, + "startTime": "0:17:16.950", + "endFrame": 26269, + "endTime": "0:17:30.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 26283, + "startTime": "0:17:31.350", + "endFrame": 26715, + "endTime": "0:17:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 27649, + "startTime": "0:18:25.980", + "endFrame": 28099, + "endTime": "0:18:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 28100, + "startTime": "0:18:44.010", + "endFrame": 28498, + "endTime": "0:18:59.940", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 28536, + "startTime": "0:19:1.440", + "endFrame": 28818, + "endTime": "0:19:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 28899, + "startTime": "0:19:15.990", + "endFrame": 29083, + "endTime": "0:19:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 29123, + "startTime": "0:19:24.930", + "endFrame": 29352, + "endTime": "0:19:34.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 29371, + "startTime": "0:19:34.860", + "endFrame": 29625, + "endTime": "0:19:45.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 29630, + "startTime": "0:19:45.210", + "endFrame": 30003, + "endTime": "0:20:0.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 30030, + "startTime": "0:20:1.200", + "endFrame": 30309, + "endTime": "0:20:12.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 30320, + "startTime": "0:20:12.810", + "endFrame": 30663, + "endTime": "0:20:26.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.66 + ], + "bottomright": [ + 0.339, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.986, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 30689, + "startTime": "0:20:27.570", + "endFrame": 30968, + "endTime": "0:20:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 30969, + "startTime": "0:20:38.760", + "endFrame": 31281, + "endTime": "0:20:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 31335, + "startTime": "0:20:53.400", + "endFrame": 31599, + "endTime": "0:21:3.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 31632, + "startTime": "0:21:5.280", + "endFrame": 31986, + "endTime": "0:21:19.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 32015, + "startTime": "0:21:20.610", + "endFrame": 32333, + "endTime": "0:21:33.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 32340, + "startTime": "0:21:33.630", + "endFrame": 32802, + "endTime": "0:21:52.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 32809, + "startTime": "0:21:52.380", + "endFrame": 33101, + "endTime": "0:22:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 33133, + "startTime": "0:22:5.340", + "endFrame": 33616, + "endTime": "0:22:24.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 33666, + "startTime": "0:22:26.670", + "endFrame": 34088, + "endTime": "0:22:43.530", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 34095, + "startTime": "0:22:43.830", + "endFrame": 34531, + "endTime": "0:23:1.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 34536, + "startTime": "0:23:1.470", + "endFrame": 34842, + "endTime": "0:23:13.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 34903, + "startTime": "0:23:16.140", + "endFrame": 35151, + "endTime": "0:23:26.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 35187, + "startTime": "0:23:27.510", + "endFrame": 35649, + "endTime": "0:23:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 35676, + "startTime": "0:23:47.040", + "endFrame": 36039, + "endTime": "0:24:1.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 36115, + "startTime": "0:24:4.620", + "endFrame": 36332, + "endTime": "0:24:13.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 36338, + "startTime": "0:24:13.530", + "endFrame": 36909, + "endTime": "0:24:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 36950, + "startTime": "0:24:38.010", + "endFrame": 37605, + "endTime": "0:25:4.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 37639, + "startTime": "0:25:5.580", + "endFrame": 38001, + "endTime": "0:25:20.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 38034, + "startTime": "0:25:21.390", + "endFrame": 38448, + "endTime": "0:25:37.950", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.498, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.498, + 0.66 + ], + "bottomright": [ + 0.821, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 38459, + "startTime": "0:25:38.370", + "endFrame": 38790, + "endTime": "0:25:51.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 38818, + "startTime": "0:25:52.740", + "endFrame": 39114, + "endTime": "0:26:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 39151, + "startTime": "0:26:6.060", + "endFrame": 39521, + "endTime": "0:26:20.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 39564, + "startTime": "0:26:22.560", + "endFrame": 39972, + "endTime": "0:26:38.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.988, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.988, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 39990, + "startTime": "0:26:39.630", + "endFrame": 40224, + "endTime": "0:26:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 40252, + "startTime": "0:26:50.100", + "endFrame": 40626, + "endTime": "0:27:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 40654, + "startTime": "0:27:6.180", + "endFrame": 41024, + "endTime": "0:27:20.970", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 41043, + "startTime": "0:27:21.720", + "endFrame": 41424, + "endTime": "0:27:36.990", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 41430, + "startTime": "0:27:37.230", + "endFrame": 41957, + "endTime": "0:27:58.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 41970, + "startTime": "0:27:58.800", + "endFrame": 42306, + "endTime": "0:28:12.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 42355, + "startTime": "0:28:14.220", + "endFrame": 42772, + "endTime": "0:28:30.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 42823, + "startTime": "0:28:32.940", + "endFrame": 43084, + "endTime": "0:28:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 43118, + "startTime": "0:28:44.730", + "endFrame": 43416, + "endTime": "0:28:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 43433, + "startTime": "0:28:57.330", + "endFrame": 43652, + "endTime": "0:29:6.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 43678, + "startTime": "0:29:7.140", + "endFrame": 44013, + "endTime": "0:29:20.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 44025, + "startTime": "0:29:21.030", + "endFrame": 44409, + "endTime": "0:29:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 44441, + "startTime": "0:29:37.650", + "endFrame": 44664, + "endTime": "0:29:46.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 44664, + "startTime": "0:29:46.560", + "endFrame": 44968, + "endTime": "0:29:58.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 45002, + "startTime": "0:30:0.090", + "endFrame": 45319, + "endTime": "0:30:12.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 45353, + "startTime": "0:30:14.130", + "endFrame": 45740, + "endTime": "0:30:29.610", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 45781, + "startTime": "0:30:31.260", + "endFrame": 46067, + "endTime": "0:30:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 46089, + "startTime": "0:30:43.560", + "endFrame": 46452, + "endTime": "0:30:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 46646, + "startTime": "0:31:5.850", + "endFrame": 46729, + "endTime": "0:31:9.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 46745, + "startTime": "0:31:9.810", + "endFrame": 47218, + "endTime": "0:31:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 47234, + "startTime": "0:31:29.370", + "endFrame": 47533, + "endTime": "0:31:41.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 47535, + "startTime": "0:31:41.400", + "endFrame": 47964, + "endTime": "0:31:58.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 48010, + "startTime": "0:32:0.420", + "endFrame": 48259, + "endTime": "0:32:10.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 48261, + "startTime": "0:32:10.440", + "endFrame": 48603, + "endTime": "0:32:24.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48603, + "startTime": "0:32:24.150", + "endFrame": 49034, + "endTime": "0:32:41.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 49047, + "startTime": "0:32:41.880", + "endFrame": 49276, + "endTime": "0:32:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 49293, + "startTime": "0:32:51.720", + "endFrame": 49832, + "endTime": "0:33:13.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.661, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49850, + "startTime": "0:33:14.010", + "endFrame": 50225, + "endTime": "0:33:29.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 50270, + "startTime": "0:33:30.810", + "endFrame": 50584, + "endTime": "0:33:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50604, + "startTime": "0:33:44.160", + "endFrame": 51042, + "endTime": "0:34:1.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 51083, + "startTime": "0:34:3.330", + "endFrame": 51447, + "endTime": "0:34:17.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 51477, + "startTime": "0:34:19.110", + "endFrame": 51744, + "endTime": "0:34:29.790", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51827, + "startTime": "0:34:33.090", + "endFrame": 52086, + "endTime": "0:34:43.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 52098, + "startTime": "0:34:43.950", + "endFrame": 52400, + "endTime": "0:34:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 52407, + "startTime": "0:34:56.310", + "endFrame": 52663, + "endTime": "0:35:6.540", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 52681, + "startTime": "0:35:7.260", + "endFrame": 53028, + "endTime": "0:35:21.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 53054, + "startTime": "0:35:22.200", + "endFrame": 53332, + "endTime": "0:35:33.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 53375, + "startTime": "0:35:35.010", + "endFrame": 53589, + "endTime": "0:35:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 53602, + "startTime": "0:35:44.100", + "endFrame": 53906, + "endTime": "0:35:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 53922, + "startTime": "0:35:56.910", + "endFrame": 54297, + "endTime": "0:36:11.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 54369, + "startTime": "0:36:14.760", + "endFrame": 54690, + "endTime": "0:36:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 54704, + "startTime": "0:36:28.170", + "endFrame": 54961, + "endTime": "0:36:38.460", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 54987, + "startTime": "0:36:39.480", + "endFrame": 55243, + "endTime": "0:36:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 55243, + "startTime": "0:36:49.740", + "endFrame": 55620, + "endTime": "0:37:4.830", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 55629, + "startTime": "0:37:5.190", + "endFrame": 56140, + "endTime": "0:37:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 56151, + "startTime": "0:37:26.040", + "endFrame": 56547, + "endTime": "0:37:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 56609, + "startTime": "0:37:44.370", + "endFrame": 56847, + "endTime": "0:37:53.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57338, + "startTime": "0:38:13.530", + "endFrame": 57555, + "endTime": "0:38:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 67549, + "startTime": "0:45:1.980", + "endFrame": 67839, + "endTime": "0:45:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 67895, + "startTime": "0:45:15.810", + "endFrame": 68376, + "endTime": "0:45:35.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 68377, + "startTime": "0:45:35.100", + "endFrame": 69089, + "endTime": "0:46:3.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 69120, + "startTime": "0:46:4.800", + "endFrame": 69417, + "endTime": "0:46:16.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 69418, + "startTime": "0:46:16.740", + "endFrame": 69747, + "endTime": "0:46:29.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 69758, + "startTime": "0:46:30.330", + "endFrame": 70269, + "endTime": "0:46:50.790", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 70297, + "startTime": "0:46:51.900", + "endFrame": 70657, + "endTime": "0:47:6.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 70669, + "startTime": "0:47:6.780", + "endFrame": 71111, + "endTime": "0:47:24.450", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 71118, + "startTime": "0:47:24.750", + "endFrame": 71497, + "endTime": "0:47:39.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 71512, + "startTime": "0:47:40.500", + "endFrame": 71842, + "endTime": "0:47:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 71873, + "startTime": "0:47:54.930", + "endFrame": 72127, + "endTime": "0:48:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 72161, + "startTime": "0:48:6.450", + "endFrame": 72441, + "endTime": "0:48:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 72468, + "startTime": "0:48:18.750", + "endFrame": 72708, + "endTime": "0:48:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 72708, + "startTime": "0:48:28.320", + "endFrame": 73119, + "endTime": "0:48:44.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73596, + "endTime": "0:49:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 73608, + "startTime": "0:49:4.320", + "endFrame": 73969, + "endTime": "0:49:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 73998, + "startTime": "0:49:19.950", + "endFrame": 74240, + "endTime": "0:49:29.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 74254, + "startTime": "0:49:30.180", + "endFrame": 74559, + "endTime": "0:49:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 74579, + "startTime": "0:49:43.170", + "endFrame": 74860, + "endTime": "0:49:54.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 74898, + "startTime": "0:49:55.950", + "endFrame": 75246, + "endTime": "0:50:9.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 75248, + "startTime": "0:50:9.930", + "endFrame": 75571, + "endTime": "0:50:22.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 75692, + "startTime": "0:50:27.690", + "endFrame": 76021, + "endTime": "0:50:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 76052, + "startTime": "0:50:42.090", + "endFrame": 76276, + "endTime": "0:50:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 76287, + "startTime": "0:50:51.480", + "endFrame": 76739, + "endTime": "0:51:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 76821, + "startTime": "0:51:12.840", + "endFrame": 77269, + "endTime": "0:51:30.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 77277, + "startTime": "0:51:31.080", + "endFrame": 77667, + "endTime": "0:51:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 77678, + "startTime": "0:51:47.130", + "endFrame": 77976, + "endTime": "0:51:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 78005, + "startTime": "0:52:0.210", + "endFrame": 78291, + "endTime": "0:52:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 78302, + "startTime": "0:52:12.090", + "endFrame": 78570, + "endTime": "0:52:22.800", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 78576, + "startTime": "0:52:23.070", + "endFrame": 78918, + "endTime": "0:52:36.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 78960, + "startTime": "0:52:38.430", + "endFrame": 79413, + "endTime": "0:52:56.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 79422, + "startTime": "0:52:56.910", + "endFrame": 79804, + "endTime": "0:53:12.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 79822, + "startTime": "0:53:12.900", + "endFrame": 80190, + "endTime": "0:53:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 80198, + "startTime": "0:53:27.930", + "endFrame": 80503, + "endTime": "0:53:40.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.66, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 80509, + "startTime": "0:53:40.380", + "endFrame": 80768, + "endTime": "0:53:50.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 80873, + "startTime": "0:53:54.930", + "endFrame": 81207, + "endTime": "0:54:8.280", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 81287, + "startTime": "0:54:11.490", + "endFrame": 81981, + "endTime": "0:54:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 82008, + "startTime": "0:54:40.320", + "endFrame": 82313, + "endTime": "0:54:52.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 82319, + "startTime": "0:54:52.770", + "endFrame": 82770, + "endTime": "0:55:10.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 82779, + "startTime": "0:55:11.190", + "endFrame": 83022, + "endTime": "0:55:20.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 83064, + "startTime": "0:55:22.560", + "endFrame": 83355, + "endTime": "0:55:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 83364, + "startTime": "0:55:34.590", + "endFrame": 83751, + "endTime": "0:55:50.040", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 83759, + "startTime": "0:55:50.370", + "endFrame": 84141, + "endTime": "0:56:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 84151, + "startTime": "0:56:6.060", + "endFrame": 84453, + "endTime": "0:56:18.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 84465, + "startTime": "0:56:18.600", + "endFrame": 84813, + "endTime": "0:56:32.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 84819, + "startTime": "0:56:32.760", + "endFrame": 85223, + "endTime": "0:56:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 94758, + "startTime": "1:03:10.350", + "endFrame": 94881, + "endTime": "1:03:15.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 94911, + "startTime": "1:03:16.470", + "endFrame": 95150, + "endTime": "1:03:26.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 95204, + "startTime": "1:03:28.170", + "endFrame": 95422, + "endTime": "1:03:36.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 95514, + "startTime": "1:03:40.590", + "endFrame": 95898, + "endTime": "1:03:55.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 95940, + "startTime": "1:03:57.630", + "endFrame": 96195, + "endTime": "1:04:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 96216, + "startTime": "1:04:8.670", + "endFrame": 96675, + "endTime": "1:04:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 96720, + "startTime": "1:04:28.830", + "endFrame": 96992, + "endTime": "1:04:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 97008, + "startTime": "1:04:40.350", + "endFrame": 97425, + "endTime": "1:04:57.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.503, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.503, + 0.499 + ], + "bottomright": [ + 0.828, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 97434, + "startTime": "1:04:57.360", + "endFrame": 97747, + "endTime": "1:05:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 97761, + "startTime": "1:05:10.470", + "endFrame": 98202, + "endTime": "1:05:28.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 98214, + "startTime": "1:05:28.590", + "endFrame": 98495, + "endTime": "1:05:39.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 98505, + "startTime": "1:05:40.200", + "endFrame": 98943, + "endTime": "1:05:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 98970, + "startTime": "1:05:58.830", + "endFrame": 99374, + "endTime": "1:06:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 99391, + "startTime": "1:06:15.660", + "endFrame": 99724, + "endTime": "1:06:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 99724, + "startTime": "1:06:28.980", + "endFrame": 100158, + "endTime": "1:06:46.350", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 100186, + "startTime": "1:06:47.460", + "endFrame": 100566, + "endTime": "1:07:2.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 100608, + "startTime": "1:07:4.350", + "endFrame": 100893, + "endTime": "1:07:15.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 100926, + "startTime": "1:07:17.070", + "endFrame": 101182, + "endTime": "1:07:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 101195, + "startTime": "1:07:27.810", + "endFrame": 101792, + "endTime": "1:07:51.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 101801, + "startTime": "1:07:52.050", + "endFrame": 102060, + "endTime": "1:08:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 102090, + "startTime": "1:08:3.630", + "endFrame": 102310, + "endTime": "1:08:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 102312, + "startTime": "1:08:12.480", + "endFrame": 102565, + "endTime": "1:08:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 102574, + "startTime": "1:08:22.980", + "endFrame": 102900, + "endTime": "1:08:36.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 102904, + "startTime": "1:08:36.180", + "endFrame": 103262, + "endTime": "1:08:50.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 112713, + "startTime": "1:15:8.550", + "endFrame": 112794, + "endTime": "1:15:11.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 112885, + "startTime": "1:15:15.420", + "endFrame": 113107, + "endTime": "1:15:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 113122, + "startTime": "1:15:24.900", + "endFrame": 113442, + "endTime": "1:15:37.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 113534, + "startTime": "1:15:41.400", + "endFrame": 113781, + "endTime": "1:15:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 113813, + "startTime": "1:15:52.530", + "endFrame": 114192, + "endTime": "1:16:7.710", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 114219, + "startTime": "1:16:8.760", + "endFrame": 114799, + "endTime": "1:16:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 114843, + "startTime": "1:16:33.720", + "endFrame": 115086, + "endTime": "1:16:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 115114, + "startTime": "1:16:44.580", + "endFrame": 115368, + "endTime": "1:16:54.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 115377, + "startTime": "1:16:55.110", + "endFrame": 115751, + "endTime": "1:17:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 115755, + "startTime": "1:17:10.200", + "endFrame": 116400, + "endTime": "1:17:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 116415, + "startTime": "1:17:36.600", + "endFrame": 116711, + "endTime": "1:17:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 116730, + "startTime": "1:17:49.200", + "endFrame": 117284, + "endTime": "1:18:11.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 117315, + "startTime": "1:18:12.600", + "endFrame": 117537, + "endTime": "1:18:21.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 117569, + "startTime": "1:18:22.770", + "endFrame": 117964, + "endTime": "1:18:38.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 117965, + "startTime": "1:18:38.610", + "endFrame": 118295, + "endTime": "1:18:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 118302, + "startTime": "1:18:52.080", + "endFrame": 118667, + "endTime": "1:19:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 118679, + "startTime": "1:19:7.170", + "endFrame": 118938, + "endTime": "1:19:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 118939, + "startTime": "1:19:17.580", + "endFrame": 119229, + "endTime": "1:19:29.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 119580, + "startTime": "1:19:43.200", + "endFrame": 119598, + "endTime": "1:19:43.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 119708, + "startTime": "1:19:48.360", + "endFrame": 119933, + "endTime": "1:19:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 119964, + "startTime": "1:19:58.560", + "endFrame": 120339, + "endTime": "1:20:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 120346, + "startTime": "1:20:13.860", + "endFrame": 120699, + "endTime": "1:20:27.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 120720, + "startTime": "1:20:28.830", + "endFrame": 121044, + "endTime": "1:20:41.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 121047, + "startTime": "1:20:41.910", + "endFrame": 121479, + "endTime": "1:20:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 121488, + "startTime": "1:20:59.520", + "endFrame": 121794, + "endTime": "1:21:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 121800, + "startTime": "1:21:12.000", + "endFrame": 122112, + "endTime": "1:21:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 122127, + "startTime": "1:21:25.110", + "endFrame": 122404, + "endTime": "1:21:36.180", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 122413, + "startTime": "1:21:36.540", + "endFrame": 122709, + "endTime": "1:21:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 122733, + "startTime": "1:21:49.350", + "endFrame": 122977, + "endTime": "1:21:59.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 123004, + "startTime": "1:22:0.180", + "endFrame": 123271, + "endTime": "1:22:10.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 123306, + "startTime": "1:22:12.240", + "endFrame": 123586, + "endTime": "1:22:23.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 123633, + "startTime": "1:22:25.320", + "endFrame": 123978, + "endTime": "1:22:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 124032, + "startTime": "1:22:41.310", + "endFrame": 124228, + "endTime": "1:22:49.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 124252, + "startTime": "1:22:50.100", + "endFrame": 124818, + "endTime": "1:23:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 124842, + "startTime": "1:23:13.680", + "endFrame": 125146, + "endTime": "1:23:25.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 125178, + "startTime": "1:23:27.120", + "endFrame": 125520, + "endTime": "1:23:40.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 125526, + "startTime": "1:23:41.070", + "endFrame": 125895, + "endTime": "1:23:55.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 126758, + "startTime": "1:24:30.360", + "endFrame": 127016, + "endTime": "1:24:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.178, + 0.499 + ], + "bottomright": [ + 0.502, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.502, + 0.499 + ], + "bottomright": [ + 0.825, + 0.824 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_16-rater3.json b/ratings/video_16-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..c878da9631bf6193411d59c9235d0a1681cadc08 --- /dev/null +++ b/ratings/video_16-rater3.json @@ -0,0 +1,15806 @@ +[ + { + "clipIdx": 0, + "startFrame": 56, + "startTime": "0:00:2.250", + "endFrame": 314, + "endTime": "0:00:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 325, + "startTime": "0:00:13.019", + "endFrame": 753, + "endTime": "0:00:30.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 798, + "startTime": "0:00:31.920", + "endFrame": 1177, + "endTime": "0:00:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1200, + "startTime": "0:00:48.000", + "endFrame": 1428, + "endTime": "0:00:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1433, + "startTime": "0:00:57.330", + "endFrame": 1906, + "endTime": "0:01:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 2005, + "startTime": "0:01:20.220", + "endFrame": 2161, + "endTime": "0:01:26.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2209, + "startTime": "0:01:28.380", + "endFrame": 2611, + "endTime": "0:01:44.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2625, + "startTime": "0:01:45.000", + "endFrame": 2917, + "endTime": "0:01:56.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2971, + "startTime": "0:01:58.860", + "endFrame": 3461, + "endTime": "0:02:18.450", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3486, + "startTime": "0:02:19.470", + "endFrame": 3786, + "endTime": "0:02:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3804, + "startTime": "0:02:32.190", + "endFrame": 4161, + "endTime": "0:02:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4269, + "startTime": "0:02:50.760", + "endFrame": 5052, + "endTime": "0:03:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5067, + "startTime": "0:03:22.710", + "endFrame": 5370, + "endTime": "0:03:34.830", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5443, + "startTime": "0:03:37.740", + "endFrame": 5752, + "endTime": "0:03:50.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5754, + "startTime": "0:03:50.160", + "endFrame": 6255, + "endTime": "0:04:10.230", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6395, + "startTime": "0:04:15.810", + "endFrame": 6811, + "endTime": "0:04:32.460", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 16, + "startFrame": 6823, + "startTime": "0:04:32.940", + "endFrame": 7167, + "endTime": "0:04:46.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7188, + "startTime": "0:04:47.550", + "endFrame": 7434, + "endTime": "0:04:57.360", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 20, + "startFrame": 8457, + "startTime": "0:05:38.280", + "endFrame": 8952, + "endTime": "0:05:58.110", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8976, + "startTime": "0:05:59.040", + "endFrame": 9279, + "endTime": "0:06:11.190", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 9290, + "startTime": "0:06:11.610", + "endFrame": 9539, + "endTime": "0:06:21.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9575, + "startTime": "0:06:23.010", + "endFrame": 9895, + "endTime": "0:06:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9912, + "startTime": "0:06:36.480", + "endFrame": 10233, + "endTime": "0:06:49.350", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10257, + "startTime": "0:06:50.310", + "endFrame": 10541, + "endTime": "0:07:1.650", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10551, + "startTime": "0:07:2.070", + "endFrame": 10913, + "endTime": "0:07:16.530", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10920, + "startTime": "0:07:16.830", + "endFrame": 11522, + "endTime": "0:07:40.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11547, + "startTime": "0:07:41.910", + "endFrame": 11989, + "endTime": "0:07:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 12006, + "startTime": "0:08:0.240", + "endFrame": 12395, + "endTime": "0:08:15.810", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 30, + "startFrame": 12462, + "startTime": "0:08:18.510", + "endFrame": 13245, + "endTime": "0:08:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 18204, + "startTime": "0:12:8.190", + "endFrame": 18358, + "endTime": "0:12:14.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 18368, + "startTime": "0:12:14.730", + "endFrame": 18630, + "endTime": "0:12:25.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 18638, + "startTime": "0:12:25.530", + "endFrame": 18930, + "endTime": "0:12:37.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 34, + "startFrame": 18972, + "startTime": "0:12:38.880", + "endFrame": 19240, + "endTime": "0:12:49.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 19261, + "startTime": "0:12:50.460", + "endFrame": 19515, + "endTime": "0:13:0.630", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 36, + "startFrame": 19539, + "startTime": "0:13:1.590", + "endFrame": 19957, + "endTime": "0:13:18.300", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 37, + "startFrame": 19963, + "startTime": "0:13:18.540", + "endFrame": 20490, + "endTime": "0:13:39.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 20524, + "startTime": "0:13:40.980", + "endFrame": 20838, + "endTime": "0:13:53.520", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 39, + "startFrame": 20846, + "startTime": "0:13:53.850", + "endFrame": 21249, + "endTime": "0:14:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 21264, + "startTime": "0:14:10.590", + "endFrame": 21565, + "endTime": "0:14:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 21692, + "startTime": "0:14:27.690", + "endFrame": 21870, + "endTime": "0:14:34.830", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 42, + "startFrame": 21878, + "startTime": "0:14:35.130", + "endFrame": 22299, + "endTime": "0:14:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 22328, + "startTime": "0:14:53.130", + "endFrame": 22564, + "endTime": "0:15:2.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 22575, + "startTime": "0:15:3.000", + "endFrame": 22956, + "endTime": "0:15:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 22979, + "startTime": "0:15:19.170", + "endFrame": 23358, + "endTime": "0:15:34.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 23370, + "startTime": "0:15:34.800", + "endFrame": 23799, + "endTime": "0:15:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 23821, + "startTime": "0:15:52.860", + "endFrame": 24213, + "endTime": "0:16:8.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 24236, + "startTime": "0:16:9.450", + "endFrame": 24665, + "endTime": "0:16:26.610", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 24713, + "startTime": "0:16:28.530", + "endFrame": 25001, + "endTime": "0:16:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 25014, + "startTime": "0:16:40.590", + "endFrame": 25612, + "endTime": "0:17:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 25707, + "startTime": "0:17:8.310", + "endFrame": 25910, + "endTime": "0:17:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 25923, + "startTime": "0:17:16.950", + "endFrame": 26269, + "endTime": "0:17:30.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 26283, + "startTime": "0:17:31.350", + "endFrame": 26715, + "endTime": "0:17:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 27649, + "startTime": "0:18:25.980", + "endFrame": 28099, + "endTime": "0:18:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 28100, + "startTime": "0:18:44.010", + "endFrame": 28498, + "endTime": "0:18:59.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 56, + "startFrame": 28536, + "startTime": "0:19:1.440", + "endFrame": 28818, + "endTime": "0:19:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 28899, + "startTime": "0:19:15.990", + "endFrame": 29083, + "endTime": "0:19:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 29123, + "startTime": "0:19:24.930", + "endFrame": 29352, + "endTime": "0:19:34.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 29371, + "startTime": "0:19:34.860", + "endFrame": 29625, + "endTime": "0:19:45.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 29630, + "startTime": "0:19:45.210", + "endFrame": 30003, + "endTime": "0:20:0.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 61, + "startFrame": 30030, + "startTime": "0:20:1.200", + "endFrame": 30309, + "endTime": "0:20:12.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 30320, + "startTime": "0:20:12.810", + "endFrame": 30663, + "endTime": "0:20:26.550", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 63, + "startFrame": 30689, + "startTime": "0:20:27.570", + "endFrame": 30968, + "endTime": "0:20:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 30969, + "startTime": "0:20:38.760", + "endFrame": 31281, + "endTime": "0:20:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 31335, + "startTime": "0:20:53.400", + "endFrame": 31599, + "endTime": "0:21:3.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 31632, + "startTime": "0:21:5.280", + "endFrame": 31986, + "endTime": "0:21:19.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 32015, + "startTime": "0:21:20.610", + "endFrame": 32333, + "endTime": "0:21:33.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 32340, + "startTime": "0:21:33.630", + "endFrame": 32802, + "endTime": "0:21:52.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 32809, + "startTime": "0:21:52.380", + "endFrame": 33101, + "endTime": "0:22:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 33133, + "startTime": "0:22:5.340", + "endFrame": 33616, + "endTime": "0:22:24.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 33666, + "startTime": "0:22:26.670", + "endFrame": 34088, + "endTime": "0:22:43.530", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 34095, + "startTime": "0:22:43.830", + "endFrame": 34531, + "endTime": "0:23:1.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 34536, + "startTime": "0:23:1.470", + "endFrame": 34842, + "endTime": "0:23:13.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 34903, + "startTime": "0:23:16.140", + "endFrame": 35151, + "endTime": "0:23:26.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 35187, + "startTime": "0:23:27.510", + "endFrame": 35649, + "endTime": "0:23:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 35676, + "startTime": "0:23:47.040", + "endFrame": 36039, + "endTime": "0:24:1.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 36115, + "startTime": "0:24:4.620", + "endFrame": 36332, + "endTime": "0:24:13.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 36338, + "startTime": "0:24:13.530", + "endFrame": 36909, + "endTime": "0:24:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 36950, + "startTime": "0:24:38.010", + "endFrame": 37605, + "endTime": "0:25:4.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 37639, + "startTime": "0:25:5.580", + "endFrame": 38001, + "endTime": "0:25:20.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 38034, + "startTime": "0:25:21.390", + "endFrame": 38448, + "endTime": "0:25:37.950", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 82, + "startFrame": 38459, + "startTime": "0:25:38.370", + "endFrame": 38790, + "endTime": "0:25:51.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 38818, + "startTime": "0:25:52.740", + "endFrame": 39114, + "endTime": "0:26:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 39151, + "startTime": "0:26:6.060", + "endFrame": 39521, + "endTime": "0:26:20.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 39564, + "startTime": "0:26:22.560", + "endFrame": 39972, + "endTime": "0:26:38.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 86, + "startFrame": 39990, + "startTime": "0:26:39.630", + "endFrame": 40224, + "endTime": "0:26:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 40252, + "startTime": "0:26:50.100", + "endFrame": 40626, + "endTime": "0:27:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 40654, + "startTime": "0:27:6.180", + "endFrame": 41024, + "endTime": "0:27:20.970", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 41043, + "startTime": "0:27:21.720", + "endFrame": 41424, + "endTime": "0:27:36.990", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 41430, + "startTime": "0:27:37.230", + "endFrame": 41957, + "endTime": "0:27:58.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 41970, + "startTime": "0:27:58.800", + "endFrame": 42306, + "endTime": "0:28:12.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 42355, + "startTime": "0:28:14.220", + "endFrame": 42772, + "endTime": "0:28:30.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 42823, + "startTime": "0:28:32.940", + "endFrame": 43084, + "endTime": "0:28:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 43118, + "startTime": "0:28:44.730", + "endFrame": 43416, + "endTime": "0:28:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 43433, + "startTime": "0:28:57.330", + "endFrame": 43652, + "endTime": "0:29:6.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 43678, + "startTime": "0:29:7.140", + "endFrame": 44013, + "endTime": "0:29:20.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 44025, + "startTime": "0:29:21.030", + "endFrame": 44409, + "endTime": "0:29:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 44441, + "startTime": "0:29:37.650", + "endFrame": 44664, + "endTime": "0:29:46.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 44664, + "startTime": "0:29:46.560", + "endFrame": 44968, + "endTime": "0:29:58.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 45002, + "startTime": "0:30:0.090", + "endFrame": 45319, + "endTime": "0:30:12.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 45353, + "startTime": "0:30:14.130", + "endFrame": 45740, + "endTime": "0:30:29.610", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 102, + "startFrame": 45781, + "startTime": "0:30:31.260", + "endFrame": 46067, + "endTime": "0:30:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 46089, + "startTime": "0:30:43.560", + "endFrame": 46452, + "endTime": "0:30:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 46646, + "startTime": "0:31:5.850", + "endFrame": 46729, + "endTime": "0:31:9.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 46745, + "startTime": "0:31:9.810", + "endFrame": 47218, + "endTime": "0:31:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 47234, + "startTime": "0:31:29.370", + "endFrame": 47533, + "endTime": "0:31:41.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 47535, + "startTime": "0:31:41.400", + "endFrame": 47964, + "endTime": "0:31:58.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 48010, + "startTime": "0:32:0.420", + "endFrame": 48259, + "endTime": "0:32:10.380", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 109, + "startFrame": 48261, + "startTime": "0:32:10.440", + "endFrame": 48603, + "endTime": "0:32:24.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48603, + "startTime": "0:32:24.150", + "endFrame": 49034, + "endTime": "0:32:41.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 49047, + "startTime": "0:32:41.880", + "endFrame": 49276, + "endTime": "0:32:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 49293, + "startTime": "0:32:51.720", + "endFrame": 49832, + "endTime": "0:33:13.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49850, + "startTime": "0:33:14.010", + "endFrame": 50225, + "endTime": "0:33:29.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 114, + "startFrame": 50270, + "startTime": "0:33:30.810", + "endFrame": 50584, + "endTime": "0:33:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50604, + "startTime": "0:33:44.160", + "endFrame": 51042, + "endTime": "0:34:1.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 51083, + "startTime": "0:34:3.330", + "endFrame": 51447, + "endTime": "0:34:17.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 51477, + "startTime": "0:34:19.110", + "endFrame": 51744, + "endTime": "0:34:29.790", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51827, + "startTime": "0:34:33.090", + "endFrame": 52086, + "endTime": "0:34:43.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 52098, + "startTime": "0:34:43.950", + "endFrame": 52400, + "endTime": "0:34:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 52407, + "startTime": "0:34:56.310", + "endFrame": 52663, + "endTime": "0:35:6.540", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 52681, + "startTime": "0:35:7.260", + "endFrame": 53028, + "endTime": "0:35:21.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 53054, + "startTime": "0:35:22.200", + "endFrame": 53332, + "endTime": "0:35:33.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 53375, + "startTime": "0:35:35.010", + "endFrame": 53589, + "endTime": "0:35:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 53602, + "startTime": "0:35:44.100", + "endFrame": 53906, + "endTime": "0:35:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 53922, + "startTime": "0:35:56.910", + "endFrame": 54297, + "endTime": "0:36:11.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 54369, + "startTime": "0:36:14.760", + "endFrame": 54690, + "endTime": "0:36:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 54704, + "startTime": "0:36:28.170", + "endFrame": 54961, + "endTime": "0:36:38.460", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 54987, + "startTime": "0:36:39.480", + "endFrame": 55243, + "endTime": "0:36:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 55243, + "startTime": "0:36:49.740", + "endFrame": 55620, + "endTime": "0:37:4.830", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 55629, + "startTime": "0:37:5.190", + "endFrame": 56140, + "endTime": "0:37:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 56151, + "startTime": "0:37:26.040", + "endFrame": 56547, + "endTime": "0:37:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 56609, + "startTime": "0:37:44.370", + "endFrame": 56847, + "endTime": "0:37:53.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57338, + "startTime": "0:38:13.530", + "endFrame": 57555, + "endTime": "0:38:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 67549, + "startTime": "0:45:1.980", + "endFrame": 67839, + "endTime": "0:45:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 67895, + "startTime": "0:45:15.810", + "endFrame": 68376, + "endTime": "0:45:35.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 68377, + "startTime": "0:45:35.100", + "endFrame": 69089, + "endTime": "0:46:3.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 69120, + "startTime": "0:46:4.800", + "endFrame": 69417, + "endTime": "0:46:16.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 69418, + "startTime": "0:46:16.740", + "endFrame": 69747, + "endTime": "0:46:29.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 69758, + "startTime": "0:46:30.330", + "endFrame": 70269, + "endTime": "0:46:50.790", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 70297, + "startTime": "0:46:51.900", + "endFrame": 70657, + "endTime": "0:47:6.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 70669, + "startTime": "0:47:6.780", + "endFrame": 71111, + "endTime": "0:47:24.450", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 71118, + "startTime": "0:47:24.750", + "endFrame": 71497, + "endTime": "0:47:39.900", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 143, + "startFrame": 71512, + "startTime": "0:47:40.500", + "endFrame": 71842, + "endTime": "0:47:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 71873, + "startTime": "0:47:54.930", + "endFrame": 72127, + "endTime": "0:48:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 72161, + "startTime": "0:48:6.450", + "endFrame": 72441, + "endTime": "0:48:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 72468, + "startTime": "0:48:18.750", + "endFrame": 72708, + "endTime": "0:48:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 72708, + "startTime": "0:48:28.320", + "endFrame": 73119, + "endTime": "0:48:44.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73596, + "endTime": "0:49:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 73608, + "startTime": "0:49:4.320", + "endFrame": 73969, + "endTime": "0:49:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 73998, + "startTime": "0:49:19.950", + "endFrame": 74240, + "endTime": "0:49:29.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 74254, + "startTime": "0:49:30.180", + "endFrame": 74559, + "endTime": "0:49:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 74579, + "startTime": "0:49:43.170", + "endFrame": 74860, + "endTime": "0:49:54.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 74898, + "startTime": "0:49:55.950", + "endFrame": 75246, + "endTime": "0:50:9.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 75248, + "startTime": "0:50:9.930", + "endFrame": 75571, + "endTime": "0:50:22.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 75692, + "startTime": "0:50:27.690", + "endFrame": 76021, + "endTime": "0:50:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 76052, + "startTime": "0:50:42.090", + "endFrame": 76276, + "endTime": "0:50:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 76287, + "startTime": "0:50:51.480", + "endFrame": 76739, + "endTime": "0:51:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 76821, + "startTime": "0:51:12.840", + "endFrame": 77269, + "endTime": "0:51:30.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 77277, + "startTime": "0:51:31.080", + "endFrame": 77667, + "endTime": "0:51:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 77678, + "startTime": "0:51:47.130", + "endFrame": 77976, + "endTime": "0:51:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 78005, + "startTime": "0:52:0.210", + "endFrame": 78291, + "endTime": "0:52:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 78302, + "startTime": "0:52:12.090", + "endFrame": 78570, + "endTime": "0:52:22.800", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 78576, + "startTime": "0:52:23.070", + "endFrame": 78918, + "endTime": "0:52:36.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 78960, + "startTime": "0:52:38.430", + "endFrame": 79413, + "endTime": "0:52:56.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 79422, + "startTime": "0:52:56.910", + "endFrame": 79804, + "endTime": "0:53:12.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 79822, + "startTime": "0:53:12.900", + "endFrame": 80190, + "endTime": "0:53:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 80198, + "startTime": "0:53:27.930", + "endFrame": 80503, + "endTime": "0:53:40.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 80509, + "startTime": "0:53:40.380", + "endFrame": 80768, + "endTime": "0:53:50.730", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 169, + "startFrame": 80873, + "startTime": "0:53:54.930", + "endFrame": 81207, + "endTime": "0:54:8.280", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 81287, + "startTime": "0:54:11.490", + "endFrame": 81981, + "endTime": "0:54:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 82008, + "startTime": "0:54:40.320", + "endFrame": 82313, + "endTime": "0:54:52.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 82319, + "startTime": "0:54:52.770", + "endFrame": 82770, + "endTime": "0:55:10.800", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 82779, + "startTime": "0:55:11.190", + "endFrame": 83022, + "endTime": "0:55:20.910", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 83064, + "startTime": "0:55:22.560", + "endFrame": 83355, + "endTime": "0:55:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 83364, + "startTime": "0:55:34.590", + "endFrame": 83751, + "endTime": "0:55:50.040", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 83759, + "startTime": "0:55:50.370", + "endFrame": 84141, + "endTime": "0:56:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 84151, + "startTime": "0:56:6.060", + "endFrame": 84453, + "endTime": "0:56:18.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 84465, + "startTime": "0:56:18.600", + "endFrame": 84813, + "endTime": "0:56:32.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 84819, + "startTime": "0:56:32.760", + "endFrame": 85223, + "endTime": "0:56:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 94758, + "startTime": "1:03:10.350", + "endFrame": 94881, + "endTime": "1:03:15.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 94911, + "startTime": "1:03:16.470", + "endFrame": 95150, + "endTime": "1:03:26.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 95204, + "startTime": "1:03:28.170", + "endFrame": 95422, + "endTime": "1:03:36.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 95514, + "startTime": "1:03:40.590", + "endFrame": 95898, + "endTime": "1:03:55.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 95940, + "startTime": "1:03:57.630", + "endFrame": 96195, + "endTime": "1:04:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 96216, + "startTime": "1:04:8.670", + "endFrame": 96675, + "endTime": "1:04:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 96720, + "startTime": "1:04:28.830", + "endFrame": 96992, + "endTime": "1:04:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 97008, + "startTime": "1:04:40.350", + "endFrame": 97425, + "endTime": "1:04:57.030", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 188, + "startFrame": 97434, + "startTime": "1:04:57.360", + "endFrame": 97747, + "endTime": "1:05:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 97761, + "startTime": "1:05:10.470", + "endFrame": 98202, + "endTime": "1:05:28.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 98214, + "startTime": "1:05:28.590", + "endFrame": 98495, + "endTime": "1:05:39.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 98505, + "startTime": "1:05:40.200", + "endFrame": 98943, + "endTime": "1:05:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 98970, + "startTime": "1:05:58.830", + "endFrame": 99374, + "endTime": "1:06:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 99391, + "startTime": "1:06:15.660", + "endFrame": 99724, + "endTime": "1:06:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 99724, + "startTime": "1:06:28.980", + "endFrame": 100158, + "endTime": "1:06:46.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 195, + "startFrame": 100186, + "startTime": "1:06:47.460", + "endFrame": 100566, + "endTime": "1:07:2.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 100608, + "startTime": "1:07:4.350", + "endFrame": 100893, + "endTime": "1:07:15.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 100926, + "startTime": "1:07:17.070", + "endFrame": 101182, + "endTime": "1:07:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 101195, + "startTime": "1:07:27.810", + "endFrame": 101792, + "endTime": "1:07:51.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 101801, + "startTime": "1:07:52.050", + "endFrame": 102060, + "endTime": "1:08:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 102090, + "startTime": "1:08:3.630", + "endFrame": 102310, + "endTime": "1:08:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 102312, + "startTime": "1:08:12.480", + "endFrame": 102565, + "endTime": "1:08:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 102574, + "startTime": "1:08:22.980", + "endFrame": 102900, + "endTime": "1:08:36.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 102904, + "startTime": "1:08:36.180", + "endFrame": 103262, + "endTime": "1:08:50.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 112713, + "startTime": "1:15:8.550", + "endFrame": 112794, + "endTime": "1:15:11.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 112885, + "startTime": "1:15:15.420", + "endFrame": 113107, + "endTime": "1:15:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 113122, + "startTime": "1:15:24.900", + "endFrame": 113442, + "endTime": "1:15:37.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 113534, + "startTime": "1:15:41.400", + "endFrame": 113781, + "endTime": "1:15:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 113813, + "startTime": "1:15:52.530", + "endFrame": 114192, + "endTime": "1:16:7.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 209, + "startFrame": 114219, + "startTime": "1:16:8.760", + "endFrame": 114799, + "endTime": "1:16:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 114843, + "startTime": "1:16:33.720", + "endFrame": 115086, + "endTime": "1:16:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 115114, + "startTime": "1:16:44.580", + "endFrame": 115368, + "endTime": "1:16:54.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 115377, + "startTime": "1:16:55.110", + "endFrame": 115751, + "endTime": "1:17:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 115755, + "startTime": "1:17:10.200", + "endFrame": 116400, + "endTime": "1:17:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 116415, + "startTime": "1:17:36.600", + "endFrame": 116711, + "endTime": "1:17:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 116730, + "startTime": "1:17:49.200", + "endFrame": 117284, + "endTime": "1:18:11.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 117315, + "startTime": "1:18:12.600", + "endFrame": 117537, + "endTime": "1:18:21.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 117569, + "startTime": "1:18:22.770", + "endFrame": 117964, + "endTime": "1:18:38.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 117965, + "startTime": "1:18:38.610", + "endFrame": 118295, + "endTime": "1:18:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 118302, + "startTime": "1:18:52.080", + "endFrame": 118667, + "endTime": "1:19:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 118679, + "startTime": "1:19:7.170", + "endFrame": 118938, + "endTime": "1:19:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 118939, + "startTime": "1:19:17.580", + "endFrame": 119229, + "endTime": "1:19:29.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 119580, + "startTime": "1:19:43.200", + "endFrame": 119598, + "endTime": "1:19:43.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 119708, + "startTime": "1:19:48.360", + "endFrame": 119933, + "endTime": "1:19:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 119964, + "startTime": "1:19:58.560", + "endFrame": 120339, + "endTime": "1:20:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 120346, + "startTime": "1:20:13.860", + "endFrame": 120699, + "endTime": "1:20:27.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 120720, + "startTime": "1:20:28.830", + "endFrame": 121044, + "endTime": "1:20:41.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 121047, + "startTime": "1:20:41.910", + "endFrame": 121479, + "endTime": "1:20:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 121488, + "startTime": "1:20:59.520", + "endFrame": 121794, + "endTime": "1:21:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 121800, + "startTime": "1:21:12.000", + "endFrame": 122112, + "endTime": "1:21:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 122127, + "startTime": "1:21:25.110", + "endFrame": 122404, + "endTime": "1:21:36.180", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 122413, + "startTime": "1:21:36.540", + "endFrame": 122709, + "endTime": "1:21:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 122733, + "startTime": "1:21:49.350", + "endFrame": 122977, + "endTime": "1:21:59.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 123004, + "startTime": "1:22:0.180", + "endFrame": 123271, + "endTime": "1:22:10.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 123306, + "startTime": "1:22:12.240", + "endFrame": 123586, + "endTime": "1:22:23.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 123633, + "startTime": "1:22:25.320", + "endFrame": 123978, + "endTime": "1:22:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 124032, + "startTime": "1:22:41.310", + "endFrame": 124228, + "endTime": "1:22:49.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 124252, + "startTime": "1:22:50.100", + "endFrame": 124818, + "endTime": "1:23:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 124842, + "startTime": "1:23:13.680", + "endFrame": 125146, + "endTime": "1:23:25.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 125178, + "startTime": "1:23:27.120", + "endFrame": 125520, + "endTime": "1:23:40.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 125526, + "startTime": "1:23:41.070", + "endFrame": 125895, + "endTime": "1:23:55.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 126758, + "startTime": "1:24:30.360", + "endFrame": 127016, + "endTime": "1:24:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_16-rater7.json b/ratings/video_16-rater7.json new file mode 100644 index 0000000000000000000000000000000000000000..12d522d73ebdeaa824e71b92c9f16482b37aede9 --- /dev/null +++ b/ratings/video_16-rater7.json @@ -0,0 +1,15806 @@ +[ + { + "clipIdx": 0, + "startFrame": 56, + "startTime": "0:00:2.250", + "endFrame": 314, + "endTime": "0:00:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 325, + "startTime": "0:00:13.019", + "endFrame": 753, + "endTime": "0:00:30.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 798, + "startTime": "0:00:31.920", + "endFrame": 1177, + "endTime": "0:00:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1200, + "startTime": "0:00:48.000", + "endFrame": 1428, + "endTime": "0:00:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1433, + "startTime": "0:00:57.330", + "endFrame": 1906, + "endTime": "0:01:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 2005, + "startTime": "0:01:20.220", + "endFrame": 2161, + "endTime": "0:01:26.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2209, + "startTime": "0:01:28.380", + "endFrame": 2611, + "endTime": "0:01:44.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2625, + "startTime": "0:01:45.000", + "endFrame": 2917, + "endTime": "0:01:56.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2971, + "startTime": "0:01:58.860", + "endFrame": 3461, + "endTime": "0:02:18.450", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3486, + "startTime": "0:02:19.470", + "endFrame": 3786, + "endTime": "0:02:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3804, + "startTime": "0:02:32.190", + "endFrame": 4161, + "endTime": "0:02:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4269, + "startTime": "0:02:50.760", + "endFrame": 5052, + "endTime": "0:03:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5067, + "startTime": "0:03:22.710", + "endFrame": 5370, + "endTime": "0:03:34.830", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5443, + "startTime": "0:03:37.740", + "endFrame": 5752, + "endTime": "0:03:50.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5754, + "startTime": "0:03:50.160", + "endFrame": 6255, + "endTime": "0:04:10.230", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6395, + "startTime": "0:04:15.810", + "endFrame": 6811, + "endTime": "0:04:32.460", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 16, + "startFrame": 6823, + "startTime": "0:04:32.940", + "endFrame": 7167, + "endTime": "0:04:46.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7188, + "startTime": "0:04:47.550", + "endFrame": 7434, + "endTime": "0:04:57.360", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 20, + "startFrame": 8457, + "startTime": "0:05:38.280", + "endFrame": 8952, + "endTime": "0:05:58.110", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8976, + "startTime": "0:05:59.040", + "endFrame": 9279, + "endTime": "0:06:11.190", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 9290, + "startTime": "0:06:11.610", + "endFrame": 9539, + "endTime": "0:06:21.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9575, + "startTime": "0:06:23.010", + "endFrame": 9895, + "endTime": "0:06:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9912, + "startTime": "0:06:36.480", + "endFrame": 10233, + "endTime": "0:06:49.350", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10257, + "startTime": "0:06:50.310", + "endFrame": 10541, + "endTime": "0:07:1.650", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10551, + "startTime": "0:07:2.070", + "endFrame": 10913, + "endTime": "0:07:16.530", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10920, + "startTime": "0:07:16.830", + "endFrame": 11522, + "endTime": "0:07:40.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11547, + "startTime": "0:07:41.910", + "endFrame": 11989, + "endTime": "0:07:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 12006, + "startTime": "0:08:0.240", + "endFrame": 12395, + "endTime": "0:08:15.810", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 30, + "startFrame": 12462, + "startTime": "0:08:18.510", + "endFrame": 13245, + "endTime": "0:08:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 18204, + "startTime": "0:12:8.190", + "endFrame": 18358, + "endTime": "0:12:14.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 18368, + "startTime": "0:12:14.730", + "endFrame": 18630, + "endTime": "0:12:25.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 18638, + "startTime": "0:12:25.530", + "endFrame": 18930, + "endTime": "0:12:37.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 34, + "startFrame": 18972, + "startTime": "0:12:38.880", + "endFrame": 19240, + "endTime": "0:12:49.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 19261, + "startTime": "0:12:50.460", + "endFrame": 19515, + "endTime": "0:13:0.630", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 36, + "startFrame": 19539, + "startTime": "0:13:1.590", + "endFrame": 19957, + "endTime": "0:13:18.300", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 37, + "startFrame": 19963, + "startTime": "0:13:18.540", + "endFrame": 20490, + "endTime": "0:13:39.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 20524, + "startTime": "0:13:40.980", + "endFrame": 20838, + "endTime": "0:13:53.520", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 39, + "startFrame": 20846, + "startTime": "0:13:53.850", + "endFrame": 21249, + "endTime": "0:14:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 21264, + "startTime": "0:14:10.590", + "endFrame": 21565, + "endTime": "0:14:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 21692, + "startTime": "0:14:27.690", + "endFrame": 21870, + "endTime": "0:14:34.830", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 42, + "startFrame": 21878, + "startTime": "0:14:35.130", + "endFrame": 22299, + "endTime": "0:14:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 22328, + "startTime": "0:14:53.130", + "endFrame": 22564, + "endTime": "0:15:2.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 22575, + "startTime": "0:15:3.000", + "endFrame": 22956, + "endTime": "0:15:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 22979, + "startTime": "0:15:19.170", + "endFrame": 23358, + "endTime": "0:15:34.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 23370, + "startTime": "0:15:34.800", + "endFrame": 23799, + "endTime": "0:15:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 23821, + "startTime": "0:15:52.860", + "endFrame": 24213, + "endTime": "0:16:8.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 24236, + "startTime": "0:16:9.450", + "endFrame": 24665, + "endTime": "0:16:26.610", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 24713, + "startTime": "0:16:28.530", + "endFrame": 25001, + "endTime": "0:16:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 25014, + "startTime": "0:16:40.590", + "endFrame": 25612, + "endTime": "0:17:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 25707, + "startTime": "0:17:8.310", + "endFrame": 25910, + "endTime": "0:17:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 25923, + "startTime": "0:17:16.950", + "endFrame": 26269, + "endTime": "0:17:30.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 26283, + "startTime": "0:17:31.350", + "endFrame": 26715, + "endTime": "0:17:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 27649, + "startTime": "0:18:25.980", + "endFrame": 28099, + "endTime": "0:18:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 28100, + "startTime": "0:18:44.010", + "endFrame": 28498, + "endTime": "0:18:59.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 56, + "startFrame": 28536, + "startTime": "0:19:1.440", + "endFrame": 28818, + "endTime": "0:19:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 28899, + "startTime": "0:19:15.990", + "endFrame": 29083, + "endTime": "0:19:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 29123, + "startTime": "0:19:24.930", + "endFrame": 29352, + "endTime": "0:19:34.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 29371, + "startTime": "0:19:34.860", + "endFrame": 29625, + "endTime": "0:19:45.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 29630, + "startTime": "0:19:45.210", + "endFrame": 30003, + "endTime": "0:20:0.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 61, + "startFrame": 30030, + "startTime": "0:20:1.200", + "endFrame": 30309, + "endTime": "0:20:12.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 30320, + "startTime": "0:20:12.810", + "endFrame": 30663, + "endTime": "0:20:26.550", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 63, + "startFrame": 30689, + "startTime": "0:20:27.570", + "endFrame": 30968, + "endTime": "0:20:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 30969, + "startTime": "0:20:38.760", + "endFrame": 31281, + "endTime": "0:20:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 31335, + "startTime": "0:20:53.400", + "endFrame": 31599, + "endTime": "0:21:3.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 31632, + "startTime": "0:21:5.280", + "endFrame": 31986, + "endTime": "0:21:19.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 32015, + "startTime": "0:21:20.610", + "endFrame": 32333, + "endTime": "0:21:33.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 32340, + "startTime": "0:21:33.630", + "endFrame": 32802, + "endTime": "0:21:52.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 32809, + "startTime": "0:21:52.380", + "endFrame": 33101, + "endTime": "0:22:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 33133, + "startTime": "0:22:5.340", + "endFrame": 33616, + "endTime": "0:22:24.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 33666, + "startTime": "0:22:26.670", + "endFrame": 34088, + "endTime": "0:22:43.530", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 34095, + "startTime": "0:22:43.830", + "endFrame": 34531, + "endTime": "0:23:1.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 34536, + "startTime": "0:23:1.470", + "endFrame": 34842, + "endTime": "0:23:13.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 34903, + "startTime": "0:23:16.140", + "endFrame": 35151, + "endTime": "0:23:26.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 35187, + "startTime": "0:23:27.510", + "endFrame": 35649, + "endTime": "0:23:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 35676, + "startTime": "0:23:47.040", + "endFrame": 36039, + "endTime": "0:24:1.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 36115, + "startTime": "0:24:4.620", + "endFrame": 36332, + "endTime": "0:24:13.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 36338, + "startTime": "0:24:13.530", + "endFrame": 36909, + "endTime": "0:24:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 36950, + "startTime": "0:24:38.010", + "endFrame": 37605, + "endTime": "0:25:4.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 37639, + "startTime": "0:25:5.580", + "endFrame": 38001, + "endTime": "0:25:20.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 38034, + "startTime": "0:25:21.390", + "endFrame": 38448, + "endTime": "0:25:37.950", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 82, + "startFrame": 38459, + "startTime": "0:25:38.370", + "endFrame": 38790, + "endTime": "0:25:51.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 38818, + "startTime": "0:25:52.740", + "endFrame": 39114, + "endTime": "0:26:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 39151, + "startTime": "0:26:6.060", + "endFrame": 39521, + "endTime": "0:26:20.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 39564, + "startTime": "0:26:22.560", + "endFrame": 39972, + "endTime": "0:26:38.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 86, + "startFrame": 39990, + "startTime": "0:26:39.630", + "endFrame": 40224, + "endTime": "0:26:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 40252, + "startTime": "0:26:50.100", + "endFrame": 40626, + "endTime": "0:27:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 40654, + "startTime": "0:27:6.180", + "endFrame": 41024, + "endTime": "0:27:20.970", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 41043, + "startTime": "0:27:21.720", + "endFrame": 41424, + "endTime": "0:27:36.990", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 41430, + "startTime": "0:27:37.230", + "endFrame": 41957, + "endTime": "0:27:58.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 41970, + "startTime": "0:27:58.800", + "endFrame": 42306, + "endTime": "0:28:12.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 42355, + "startTime": "0:28:14.220", + "endFrame": 42772, + "endTime": "0:28:30.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 42823, + "startTime": "0:28:32.940", + "endFrame": 43084, + "endTime": "0:28:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 43118, + "startTime": "0:28:44.730", + "endFrame": 43416, + "endTime": "0:28:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 43433, + "startTime": "0:28:57.330", + "endFrame": 43652, + "endTime": "0:29:6.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 43678, + "startTime": "0:29:7.140", + "endFrame": 44013, + "endTime": "0:29:20.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 44025, + "startTime": "0:29:21.030", + "endFrame": 44409, + "endTime": "0:29:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 44441, + "startTime": "0:29:37.650", + "endFrame": 44664, + "endTime": "0:29:46.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 44664, + "startTime": "0:29:46.560", + "endFrame": 44968, + "endTime": "0:29:58.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 45002, + "startTime": "0:30:0.090", + "endFrame": 45319, + "endTime": "0:30:12.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 45353, + "startTime": "0:30:14.130", + "endFrame": 45740, + "endTime": "0:30:29.610", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 102, + "startFrame": 45781, + "startTime": "0:30:31.260", + "endFrame": 46067, + "endTime": "0:30:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 46089, + "startTime": "0:30:43.560", + "endFrame": 46452, + "endTime": "0:30:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 46646, + "startTime": "0:31:5.850", + "endFrame": 46729, + "endTime": "0:31:9.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 46745, + "startTime": "0:31:9.810", + "endFrame": 47218, + "endTime": "0:31:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 47234, + "startTime": "0:31:29.370", + "endFrame": 47533, + "endTime": "0:31:41.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 47535, + "startTime": "0:31:41.400", + "endFrame": 47964, + "endTime": "0:31:58.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 48010, + "startTime": "0:32:0.420", + "endFrame": 48259, + "endTime": "0:32:10.380", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 109, + "startFrame": 48261, + "startTime": "0:32:10.440", + "endFrame": 48603, + "endTime": "0:32:24.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48603, + "startTime": "0:32:24.150", + "endFrame": 49034, + "endTime": "0:32:41.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 49047, + "startTime": "0:32:41.880", + "endFrame": 49276, + "endTime": "0:32:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 49293, + "startTime": "0:32:51.720", + "endFrame": 49832, + "endTime": "0:33:13.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49850, + "startTime": "0:33:14.010", + "endFrame": 50225, + "endTime": "0:33:29.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 114, + "startFrame": 50270, + "startTime": "0:33:30.810", + "endFrame": 50584, + "endTime": "0:33:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50604, + "startTime": "0:33:44.160", + "endFrame": 51042, + "endTime": "0:34:1.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 51083, + "startTime": "0:34:3.330", + "endFrame": 51447, + "endTime": "0:34:17.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 51477, + "startTime": "0:34:19.110", + "endFrame": 51744, + "endTime": "0:34:29.790", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51827, + "startTime": "0:34:33.090", + "endFrame": 52086, + "endTime": "0:34:43.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 52098, + "startTime": "0:34:43.950", + "endFrame": 52400, + "endTime": "0:34:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 52407, + "startTime": "0:34:56.310", + "endFrame": 52663, + "endTime": "0:35:6.540", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 52681, + "startTime": "0:35:7.260", + "endFrame": 53028, + "endTime": "0:35:21.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 53054, + "startTime": "0:35:22.200", + "endFrame": 53332, + "endTime": "0:35:33.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 53375, + "startTime": "0:35:35.010", + "endFrame": 53589, + "endTime": "0:35:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 53602, + "startTime": "0:35:44.100", + "endFrame": 53906, + "endTime": "0:35:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 53922, + "startTime": "0:35:56.910", + "endFrame": 54297, + "endTime": "0:36:11.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 54369, + "startTime": "0:36:14.760", + "endFrame": 54690, + "endTime": "0:36:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 54704, + "startTime": "0:36:28.170", + "endFrame": 54961, + "endTime": "0:36:38.460", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 54987, + "startTime": "0:36:39.480", + "endFrame": 55243, + "endTime": "0:36:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 55243, + "startTime": "0:36:49.740", + "endFrame": 55620, + "endTime": "0:37:4.830", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 55629, + "startTime": "0:37:5.190", + "endFrame": 56140, + "endTime": "0:37:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 56151, + "startTime": "0:37:26.040", + "endFrame": 56547, + "endTime": "0:37:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 56609, + "startTime": "0:37:44.370", + "endFrame": 56847, + "endTime": "0:37:53.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57338, + "startTime": "0:38:13.530", + "endFrame": 57555, + "endTime": "0:38:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 67549, + "startTime": "0:45:1.980", + "endFrame": 67839, + "endTime": "0:45:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 67895, + "startTime": "0:45:15.810", + "endFrame": 68376, + "endTime": "0:45:35.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 68377, + "startTime": "0:45:35.100", + "endFrame": 69089, + "endTime": "0:46:3.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 69120, + "startTime": "0:46:4.800", + "endFrame": 69417, + "endTime": "0:46:16.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 69418, + "startTime": "0:46:16.740", + "endFrame": 69747, + "endTime": "0:46:29.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 69758, + "startTime": "0:46:30.330", + "endFrame": 70269, + "endTime": "0:46:50.790", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 70297, + "startTime": "0:46:51.900", + "endFrame": 70657, + "endTime": "0:47:6.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 70669, + "startTime": "0:47:6.780", + "endFrame": 71111, + "endTime": "0:47:24.450", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 71118, + "startTime": "0:47:24.750", + "endFrame": 71497, + "endTime": "0:47:39.900", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 143, + "startFrame": 71512, + "startTime": "0:47:40.500", + "endFrame": 71842, + "endTime": "0:47:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 71873, + "startTime": "0:47:54.930", + "endFrame": 72127, + "endTime": "0:48:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 72161, + "startTime": "0:48:6.450", + "endFrame": 72441, + "endTime": "0:48:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 72468, + "startTime": "0:48:18.750", + "endFrame": 72708, + "endTime": "0:48:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 72708, + "startTime": "0:48:28.320", + "endFrame": 73119, + "endTime": "0:48:44.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73596, + "endTime": "0:49:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 73608, + "startTime": "0:49:4.320", + "endFrame": 73969, + "endTime": "0:49:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 73998, + "startTime": "0:49:19.950", + "endFrame": 74240, + "endTime": "0:49:29.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 74254, + "startTime": "0:49:30.180", + "endFrame": 74559, + "endTime": "0:49:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 74579, + "startTime": "0:49:43.170", + "endFrame": 74860, + "endTime": "0:49:54.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 74898, + "startTime": "0:49:55.950", + "endFrame": 75246, + "endTime": "0:50:9.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 75248, + "startTime": "0:50:9.930", + "endFrame": 75571, + "endTime": "0:50:22.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 75692, + "startTime": "0:50:27.690", + "endFrame": 76021, + "endTime": "0:50:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 76052, + "startTime": "0:50:42.090", + "endFrame": 76276, + "endTime": "0:50:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 76287, + "startTime": "0:50:51.480", + "endFrame": 76739, + "endTime": "0:51:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 76821, + "startTime": "0:51:12.840", + "endFrame": 77269, + "endTime": "0:51:30.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 77277, + "startTime": "0:51:31.080", + "endFrame": 77667, + "endTime": "0:51:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 77678, + "startTime": "0:51:47.130", + "endFrame": 77976, + "endTime": "0:51:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 78005, + "startTime": "0:52:0.210", + "endFrame": 78291, + "endTime": "0:52:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 78302, + "startTime": "0:52:12.090", + "endFrame": 78570, + "endTime": "0:52:22.800", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 78576, + "startTime": "0:52:23.070", + "endFrame": 78918, + "endTime": "0:52:36.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 78960, + "startTime": "0:52:38.430", + "endFrame": 79413, + "endTime": "0:52:56.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 79422, + "startTime": "0:52:56.910", + "endFrame": 79804, + "endTime": "0:53:12.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 79822, + "startTime": "0:53:12.900", + "endFrame": 80190, + "endTime": "0:53:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 80198, + "startTime": "0:53:27.930", + "endFrame": 80503, + "endTime": "0:53:40.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 80509, + "startTime": "0:53:40.380", + "endFrame": 80768, + "endTime": "0:53:50.730", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 169, + "startFrame": 80873, + "startTime": "0:53:54.930", + "endFrame": 81207, + "endTime": "0:54:8.280", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 81287, + "startTime": "0:54:11.490", + "endFrame": 81981, + "endTime": "0:54:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 82008, + "startTime": "0:54:40.320", + "endFrame": 82313, + "endTime": "0:54:52.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 82319, + "startTime": "0:54:52.770", + "endFrame": 82770, + "endTime": "0:55:10.800", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 82779, + "startTime": "0:55:11.190", + "endFrame": 83022, + "endTime": "0:55:20.910", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 83064, + "startTime": "0:55:22.560", + "endFrame": 83355, + "endTime": "0:55:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 83364, + "startTime": "0:55:34.590", + "endFrame": 83751, + "endTime": "0:55:50.040", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 83759, + "startTime": "0:55:50.370", + "endFrame": 84141, + "endTime": "0:56:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 84151, + "startTime": "0:56:6.060", + "endFrame": 84453, + "endTime": "0:56:18.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 84465, + "startTime": "0:56:18.600", + "endFrame": 84813, + "endTime": "0:56:32.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 84819, + "startTime": "0:56:32.760", + "endFrame": 85223, + "endTime": "0:56:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 94758, + "startTime": "1:03:10.350", + "endFrame": 94881, + "endTime": "1:03:15.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 94911, + "startTime": "1:03:16.470", + "endFrame": 95150, + "endTime": "1:03:26.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 95204, + "startTime": "1:03:28.170", + "endFrame": 95422, + "endTime": "1:03:36.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 95514, + "startTime": "1:03:40.590", + "endFrame": 95898, + "endTime": "1:03:55.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 95940, + "startTime": "1:03:57.630", + "endFrame": 96195, + "endTime": "1:04:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 96216, + "startTime": "1:04:8.670", + "endFrame": 96675, + "endTime": "1:04:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 96720, + "startTime": "1:04:28.830", + "endFrame": 96992, + "endTime": "1:04:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 97008, + "startTime": "1:04:40.350", + "endFrame": 97425, + "endTime": "1:04:57.030", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 188, + "startFrame": 97434, + "startTime": "1:04:57.360", + "endFrame": 97747, + "endTime": "1:05:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 97761, + "startTime": "1:05:10.470", + "endFrame": 98202, + "endTime": "1:05:28.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 98214, + "startTime": "1:05:28.590", + "endFrame": 98495, + "endTime": "1:05:39.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 98505, + "startTime": "1:05:40.200", + "endFrame": 98943, + "endTime": "1:05:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 98970, + "startTime": "1:05:58.830", + "endFrame": 99374, + "endTime": "1:06:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 99391, + "startTime": "1:06:15.660", + "endFrame": 99724, + "endTime": "1:06:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 99724, + "startTime": "1:06:28.980", + "endFrame": 100158, + "endTime": "1:06:46.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 195, + "startFrame": 100186, + "startTime": "1:06:47.460", + "endFrame": 100566, + "endTime": "1:07:2.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 100608, + "startTime": "1:07:4.350", + "endFrame": 100893, + "endTime": "1:07:15.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 100926, + "startTime": "1:07:17.070", + "endFrame": 101182, + "endTime": "1:07:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 101195, + "startTime": "1:07:27.810", + "endFrame": 101792, + "endTime": "1:07:51.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 101801, + "startTime": "1:07:52.050", + "endFrame": 102060, + "endTime": "1:08:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 102090, + "startTime": "1:08:3.630", + "endFrame": 102310, + "endTime": "1:08:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 102312, + "startTime": "1:08:12.480", + "endFrame": 102565, + "endTime": "1:08:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 102574, + "startTime": "1:08:22.980", + "endFrame": 102900, + "endTime": "1:08:36.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 102904, + "startTime": "1:08:36.180", + "endFrame": 103262, + "endTime": "1:08:50.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 112713, + "startTime": "1:15:8.550", + "endFrame": 112794, + "endTime": "1:15:11.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 112885, + "startTime": "1:15:15.420", + "endFrame": 113107, + "endTime": "1:15:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 113122, + "startTime": "1:15:24.900", + "endFrame": 113442, + "endTime": "1:15:37.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 113534, + "startTime": "1:15:41.400", + "endFrame": 113781, + "endTime": "1:15:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 113813, + "startTime": "1:15:52.530", + "endFrame": 114192, + "endTime": "1:16:7.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 209, + "startFrame": 114219, + "startTime": "1:16:8.760", + "endFrame": 114799, + "endTime": "1:16:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 114843, + "startTime": "1:16:33.720", + "endFrame": 115086, + "endTime": "1:16:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 115114, + "startTime": "1:16:44.580", + "endFrame": 115368, + "endTime": "1:16:54.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 115377, + "startTime": "1:16:55.110", + "endFrame": 115751, + "endTime": "1:17:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 115755, + "startTime": "1:17:10.200", + "endFrame": 116400, + "endTime": "1:17:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 116415, + "startTime": "1:17:36.600", + "endFrame": 116711, + "endTime": "1:17:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 116730, + "startTime": "1:17:49.200", + "endFrame": 117284, + "endTime": "1:18:11.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 117315, + "startTime": "1:18:12.600", + "endFrame": 117537, + "endTime": "1:18:21.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 117569, + "startTime": "1:18:22.770", + "endFrame": 117964, + "endTime": "1:18:38.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 117965, + "startTime": "1:18:38.610", + "endFrame": 118295, + "endTime": "1:18:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 118302, + "startTime": "1:18:52.080", + "endFrame": 118667, + "endTime": "1:19:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 118679, + "startTime": "1:19:7.170", + "endFrame": 118938, + "endTime": "1:19:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 118939, + "startTime": "1:19:17.580", + "endFrame": 119229, + "endTime": "1:19:29.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 119580, + "startTime": "1:19:43.200", + "endFrame": 119598, + "endTime": "1:19:43.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 119708, + "startTime": "1:19:48.360", + "endFrame": 119933, + "endTime": "1:19:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 119964, + "startTime": "1:19:58.560", + "endFrame": 120339, + "endTime": "1:20:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 120346, + "startTime": "1:20:13.860", + "endFrame": 120699, + "endTime": "1:20:27.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 120720, + "startTime": "1:20:28.830", + "endFrame": 121044, + "endTime": "1:20:41.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 121047, + "startTime": "1:20:41.910", + "endFrame": 121479, + "endTime": "1:20:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 121488, + "startTime": "1:20:59.520", + "endFrame": 121794, + "endTime": "1:21:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 121800, + "startTime": "1:21:12.000", + "endFrame": 122112, + "endTime": "1:21:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 122127, + "startTime": "1:21:25.110", + "endFrame": 122404, + "endTime": "1:21:36.180", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 122413, + "startTime": "1:21:36.540", + "endFrame": 122709, + "endTime": "1:21:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 122733, + "startTime": "1:21:49.350", + "endFrame": 122977, + "endTime": "1:21:59.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 123004, + "startTime": "1:22:0.180", + "endFrame": 123271, + "endTime": "1:22:10.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 123306, + "startTime": "1:22:12.240", + "endFrame": 123586, + "endTime": "1:22:23.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 123633, + "startTime": "1:22:25.320", + "endFrame": 123978, + "endTime": "1:22:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 124032, + "startTime": "1:22:41.310", + "endFrame": 124228, + "endTime": "1:22:49.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 124252, + "startTime": "1:22:50.100", + "endFrame": 124818, + "endTime": "1:23:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 124842, + "startTime": "1:23:13.680", + "endFrame": 125146, + "endTime": "1:23:25.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 125178, + "startTime": "1:23:27.120", + "endFrame": 125520, + "endTime": "1:23:40.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 125526, + "startTime": "1:23:41.070", + "endFrame": 125895, + "endTime": "1:23:55.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 126758, + "startTime": "1:24:30.360", + "endFrame": 127016, + "endTime": "1:24:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_16-rater8.json b/ratings/video_16-rater8.json new file mode 100644 index 0000000000000000000000000000000000000000..05a26fb3ba0143c2c704a2c0458cb4aadb0af6b3 --- /dev/null +++ b/ratings/video_16-rater8.json @@ -0,0 +1,15806 @@ +[ + { + "clipIdx": 0, + "startFrame": 56, + "startTime": "0:00:2.250", + "endFrame": 314, + "endTime": "0:00:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 325, + "startTime": "0:00:13.019", + "endFrame": 753, + "endTime": "0:00:30.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 798, + "startTime": "0:00:31.920", + "endFrame": 1177, + "endTime": "0:00:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1200, + "startTime": "0:00:48.000", + "endFrame": 1428, + "endTime": "0:00:57.150", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1433, + "startTime": "0:00:57.330", + "endFrame": 1906, + "endTime": "0:01:16.260", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 2005, + "startTime": "0:01:20.220", + "endFrame": 2161, + "endTime": "0:01:26.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2209, + "startTime": "0:01:28.380", + "endFrame": 2611, + "endTime": "0:01:44.460", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2625, + "startTime": "0:01:45.000", + "endFrame": 2917, + "endTime": "0:01:56.700", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0, + 0.499 + ], + "bottomright": [ + 0.499, + 0.997 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2971, + "startTime": "0:01:58.860", + "endFrame": 3461, + "endTime": "0:02:18.450", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3486, + "startTime": "0:02:19.470", + "endFrame": 3786, + "endTime": "0:02:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3804, + "startTime": "0:02:32.190", + "endFrame": 4161, + "endTime": "0:02:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4269, + "startTime": "0:02:50.760", + "endFrame": 5052, + "endTime": "0:03:22.080", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5067, + "startTime": "0:03:22.710", + "endFrame": 5370, + "endTime": "0:03:34.830", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5443, + "startTime": "0:03:37.740", + "endFrame": 5752, + "endTime": "0:03:50.100", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5754, + "startTime": "0:03:50.160", + "endFrame": 6255, + "endTime": "0:04:10.230", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6395, + "startTime": "0:04:15.810", + "endFrame": 6811, + "endTime": "0:04:32.460", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 16, + "startFrame": 6823, + "startTime": "0:04:32.940", + "endFrame": 7167, + "endTime": "0:04:46.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7188, + "startTime": "0:04:47.550", + "endFrame": 7434, + "endTime": "0:04:57.360", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 20, + "startFrame": 8457, + "startTime": "0:05:38.280", + "endFrame": 8952, + "endTime": "0:05:58.110", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8976, + "startTime": "0:05:59.040", + "endFrame": 9279, + "endTime": "0:06:11.190", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 9290, + "startTime": "0:06:11.610", + "endFrame": 9539, + "endTime": "0:06:21.570", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9575, + "startTime": "0:06:23.010", + "endFrame": 9895, + "endTime": "0:06:35.820", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9912, + "startTime": "0:06:36.480", + "endFrame": 10233, + "endTime": "0:06:49.350", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 10257, + "startTime": "0:06:50.310", + "endFrame": 10541, + "endTime": "0:07:1.650", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10551, + "startTime": "0:07:2.070", + "endFrame": 10913, + "endTime": "0:07:16.530", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10920, + "startTime": "0:07:16.830", + "endFrame": 11522, + "endTime": "0:07:40.890", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 11547, + "startTime": "0:07:41.910", + "endFrame": 11989, + "endTime": "0:07:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 12006, + "startTime": "0:08:0.240", + "endFrame": 12395, + "endTime": "0:08:15.810", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 30, + "startFrame": 12462, + "startTime": "0:08:18.510", + "endFrame": 13245, + "endTime": "0:08:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 18204, + "startTime": "0:12:8.190", + "endFrame": 18358, + "endTime": "0:12:14.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 18368, + "startTime": "0:12:14.730", + "endFrame": 18630, + "endTime": "0:12:25.230", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 18638, + "startTime": "0:12:25.530", + "endFrame": 18930, + "endTime": "0:12:37.200", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 34, + "startFrame": 18972, + "startTime": "0:12:38.880", + "endFrame": 19240, + "endTime": "0:12:49.620", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 19261, + "startTime": "0:12:50.460", + "endFrame": 19515, + "endTime": "0:13:0.630", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 36, + "startFrame": 19539, + "startTime": "0:13:1.590", + "endFrame": 19957, + "endTime": "0:13:18.300", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 37, + "startFrame": 19963, + "startTime": "0:13:18.540", + "endFrame": 20490, + "endTime": "0:13:39.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 20524, + "startTime": "0:13:40.980", + "endFrame": 20838, + "endTime": "0:13:53.520", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 39, + "startFrame": 20846, + "startTime": "0:13:53.850", + "endFrame": 21249, + "endTime": "0:14:9.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 21264, + "startTime": "0:14:10.590", + "endFrame": 21565, + "endTime": "0:14:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 21692, + "startTime": "0:14:27.690", + "endFrame": 21870, + "endTime": "0:14:34.830", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 42, + "startFrame": 21878, + "startTime": "0:14:35.130", + "endFrame": 22299, + "endTime": "0:14:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 22328, + "startTime": "0:14:53.130", + "endFrame": 22564, + "endTime": "0:15:2.580", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 22575, + "startTime": "0:15:3.000", + "endFrame": 22956, + "endTime": "0:15:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 22979, + "startTime": "0:15:19.170", + "endFrame": 23358, + "endTime": "0:15:34.320", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 23370, + "startTime": "0:15:34.800", + "endFrame": 23799, + "endTime": "0:15:51.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 23821, + "startTime": "0:15:52.860", + "endFrame": 24213, + "endTime": "0:16:8.550", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 24236, + "startTime": "0:16:9.450", + "endFrame": 24665, + "endTime": "0:16:26.610", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 24713, + "startTime": "0:16:28.530", + "endFrame": 25001, + "endTime": "0:16:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 25014, + "startTime": "0:16:40.590", + "endFrame": 25612, + "endTime": "0:17:4.500", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 25707, + "startTime": "0:17:8.310", + "endFrame": 25910, + "endTime": "0:17:16.410", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 25923, + "startTime": "0:17:16.950", + "endFrame": 26269, + "endTime": "0:17:30.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 26283, + "startTime": "0:17:31.350", + "endFrame": 26715, + "endTime": "0:17:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 27649, + "startTime": "0:18:25.980", + "endFrame": 28099, + "endTime": "0:18:43.980", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 28100, + "startTime": "0:18:44.010", + "endFrame": 28498, + "endTime": "0:18:59.940", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 56, + "startFrame": 28536, + "startTime": "0:19:1.440", + "endFrame": 28818, + "endTime": "0:19:12.750", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 28899, + "startTime": "0:19:15.990", + "endFrame": 29083, + "endTime": "0:19:23.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 29123, + "startTime": "0:19:24.930", + "endFrame": 29352, + "endTime": "0:19:34.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 29371, + "startTime": "0:19:34.860", + "endFrame": 29625, + "endTime": "0:19:45.000", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 29630, + "startTime": "0:19:45.210", + "endFrame": 30003, + "endTime": "0:20:0.150", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 61, + "startFrame": 30030, + "startTime": "0:20:1.200", + "endFrame": 30309, + "endTime": "0:20:12.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 30320, + "startTime": "0:20:12.810", + "endFrame": 30663, + "endTime": "0:20:26.550", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 63, + "startFrame": 30689, + "startTime": "0:20:27.570", + "endFrame": 30968, + "endTime": "0:20:38.730", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 30969, + "startTime": "0:20:38.760", + "endFrame": 31281, + "endTime": "0:20:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 31335, + "startTime": "0:20:53.400", + "endFrame": 31599, + "endTime": "0:21:3.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 31632, + "startTime": "0:21:5.280", + "endFrame": 31986, + "endTime": "0:21:19.470", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 32015, + "startTime": "0:21:20.610", + "endFrame": 32333, + "endTime": "0:21:33.360", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 32340, + "startTime": "0:21:33.630", + "endFrame": 32802, + "endTime": "0:21:52.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 32809, + "startTime": "0:21:52.380", + "endFrame": 33101, + "endTime": "0:22:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 33133, + "startTime": "0:22:5.340", + "endFrame": 33616, + "endTime": "0:22:24.660", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 33666, + "startTime": "0:22:26.670", + "endFrame": 34088, + "endTime": "0:22:43.530", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 34095, + "startTime": "0:22:43.830", + "endFrame": 34531, + "endTime": "0:23:1.260", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 34536, + "startTime": "0:23:1.470", + "endFrame": 34842, + "endTime": "0:23:13.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 34903, + "startTime": "0:23:16.140", + "endFrame": 35151, + "endTime": "0:23:26.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 35187, + "startTime": "0:23:27.510", + "endFrame": 35649, + "endTime": "0:23:45.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 35676, + "startTime": "0:23:47.040", + "endFrame": 36039, + "endTime": "0:24:1.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 36115, + "startTime": "0:24:4.620", + "endFrame": 36332, + "endTime": "0:24:13.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 36338, + "startTime": "0:24:13.530", + "endFrame": 36909, + "endTime": "0:24:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 36950, + "startTime": "0:24:38.010", + "endFrame": 37605, + "endTime": "0:25:4.200", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 37639, + "startTime": "0:25:5.580", + "endFrame": 38001, + "endTime": "0:25:20.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 38034, + "startTime": "0:25:21.390", + "endFrame": 38448, + "endTime": "0:25:37.950", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 82, + "startFrame": 38459, + "startTime": "0:25:38.370", + "endFrame": 38790, + "endTime": "0:25:51.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 38818, + "startTime": "0:25:52.740", + "endFrame": 39114, + "endTime": "0:26:4.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 39151, + "startTime": "0:26:6.060", + "endFrame": 39521, + "endTime": "0:26:20.850", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 39564, + "startTime": "0:26:22.560", + "endFrame": 39972, + "endTime": "0:26:38.910", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 86, + "startFrame": 39990, + "startTime": "0:26:39.630", + "endFrame": 40224, + "endTime": "0:26:48.960", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 40252, + "startTime": "0:26:50.100", + "endFrame": 40626, + "endTime": "0:27:5.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 40654, + "startTime": "0:27:6.180", + "endFrame": 41024, + "endTime": "0:27:20.970", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 41043, + "startTime": "0:27:21.720", + "endFrame": 41424, + "endTime": "0:27:36.990", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 41430, + "startTime": "0:27:37.230", + "endFrame": 41957, + "endTime": "0:27:58.290", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 41970, + "startTime": "0:27:58.800", + "endFrame": 42306, + "endTime": "0:28:12.270", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 42355, + "startTime": "0:28:14.220", + "endFrame": 42772, + "endTime": "0:28:30.900", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 42823, + "startTime": "0:28:32.940", + "endFrame": 43084, + "endTime": "0:28:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 43118, + "startTime": "0:28:44.730", + "endFrame": 43416, + "endTime": "0:28:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 43433, + "startTime": "0:28:57.330", + "endFrame": 43652, + "endTime": "0:29:6.090", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 43678, + "startTime": "0:29:7.140", + "endFrame": 44013, + "endTime": "0:29:20.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 44025, + "startTime": "0:29:21.030", + "endFrame": 44409, + "endTime": "0:29:36.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 44441, + "startTime": "0:29:37.650", + "endFrame": 44664, + "endTime": "0:29:46.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 44664, + "startTime": "0:29:46.560", + "endFrame": 44968, + "endTime": "0:29:58.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 45002, + "startTime": "0:30:0.090", + "endFrame": 45319, + "endTime": "0:30:12.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 45353, + "startTime": "0:30:14.130", + "endFrame": 45740, + "endTime": "0:30:29.610", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 102, + "startFrame": 45781, + "startTime": "0:30:31.260", + "endFrame": 46067, + "endTime": "0:30:42.690", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 46089, + "startTime": "0:30:43.560", + "endFrame": 46452, + "endTime": "0:30:58.080", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 46646, + "startTime": "0:31:5.850", + "endFrame": 46729, + "endTime": "0:31:9.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 46745, + "startTime": "0:31:9.810", + "endFrame": 47218, + "endTime": "0:31:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 47234, + "startTime": "0:31:29.370", + "endFrame": 47533, + "endTime": "0:31:41.340", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 47535, + "startTime": "0:31:41.400", + "endFrame": 47964, + "endTime": "0:31:58.590", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 48010, + "startTime": "0:32:0.420", + "endFrame": 48259, + "endTime": "0:32:10.380", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 109, + "startFrame": 48261, + "startTime": "0:32:10.440", + "endFrame": 48603, + "endTime": "0:32:24.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 48603, + "startTime": "0:32:24.150", + "endFrame": 49034, + "endTime": "0:32:41.370", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 49047, + "startTime": "0:32:41.880", + "endFrame": 49276, + "endTime": "0:32:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 49293, + "startTime": "0:32:51.720", + "endFrame": 49832, + "endTime": "0:33:13.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 49850, + "startTime": "0:33:14.010", + "endFrame": 50225, + "endTime": "0:33:29.010", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 114, + "startFrame": 50270, + "startTime": "0:33:30.810", + "endFrame": 50584, + "endTime": "0:33:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 50604, + "startTime": "0:33:44.160", + "endFrame": 51042, + "endTime": "0:34:1.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 51083, + "startTime": "0:34:3.330", + "endFrame": 51447, + "endTime": "0:34:17.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 51477, + "startTime": "0:34:19.110", + "endFrame": 51744, + "endTime": "0:34:29.790", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 51827, + "startTime": "0:34:33.090", + "endFrame": 52086, + "endTime": "0:34:43.440", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 52098, + "startTime": "0:34:43.950", + "endFrame": 52400, + "endTime": "0:34:56.010", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 52407, + "startTime": "0:34:56.310", + "endFrame": 52663, + "endTime": "0:35:6.540", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 52681, + "startTime": "0:35:7.260", + "endFrame": 53028, + "endTime": "0:35:21.150", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 53054, + "startTime": "0:35:22.200", + "endFrame": 53332, + "endTime": "0:35:33.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 53375, + "startTime": "0:35:35.010", + "endFrame": 53589, + "endTime": "0:35:43.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 53602, + "startTime": "0:35:44.100", + "endFrame": 53906, + "endTime": "0:35:56.250", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 53922, + "startTime": "0:35:56.910", + "endFrame": 54297, + "endTime": "0:36:11.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 54369, + "startTime": "0:36:14.760", + "endFrame": 54690, + "endTime": "0:36:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 54704, + "startTime": "0:36:28.170", + "endFrame": 54961, + "endTime": "0:36:38.460", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 54987, + "startTime": "0:36:39.480", + "endFrame": 55243, + "endTime": "0:36:49.740", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 55243, + "startTime": "0:36:49.740", + "endFrame": 55620, + "endTime": "0:37:4.830", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 55629, + "startTime": "0:37:5.190", + "endFrame": 56140, + "endTime": "0:37:25.620", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 56151, + "startTime": "0:37:26.040", + "endFrame": 56547, + "endTime": "0:37:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 56609, + "startTime": "0:37:44.370", + "endFrame": 56847, + "endTime": "0:37:53.910", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 57338, + "startTime": "0:38:13.530", + "endFrame": 57555, + "endTime": "0:38:22.230", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 67549, + "startTime": "0:45:1.980", + "endFrame": 67839, + "endTime": "0:45:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 67895, + "startTime": "0:45:15.810", + "endFrame": 68376, + "endTime": "0:45:35.040", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 68377, + "startTime": "0:45:35.100", + "endFrame": 69089, + "endTime": "0:46:3.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 69120, + "startTime": "0:46:4.800", + "endFrame": 69417, + "endTime": "0:46:16.680", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 69418, + "startTime": "0:46:16.740", + "endFrame": 69747, + "endTime": "0:46:29.880", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 69758, + "startTime": "0:46:30.330", + "endFrame": 70269, + "endTime": "0:46:50.790", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 70297, + "startTime": "0:46:51.900", + "endFrame": 70657, + "endTime": "0:47:6.300", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 70669, + "startTime": "0:47:6.780", + "endFrame": 71111, + "endTime": "0:47:24.450", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 71118, + "startTime": "0:47:24.750", + "endFrame": 71497, + "endTime": "0:47:39.900", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 143, + "startFrame": 71512, + "startTime": "0:47:40.500", + "endFrame": 71842, + "endTime": "0:47:53.700", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 71873, + "startTime": "0:47:54.930", + "endFrame": 72127, + "endTime": "0:48:5.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 72161, + "startTime": "0:48:6.450", + "endFrame": 72441, + "endTime": "0:48:17.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 72468, + "startTime": "0:48:18.750", + "endFrame": 72708, + "endTime": "0:48:28.320", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 72708, + "startTime": "0:48:28.320", + "endFrame": 73119, + "endTime": "0:48:44.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 73127, + "startTime": "0:48:45.090", + "endFrame": 73596, + "endTime": "0:49:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 73608, + "startTime": "0:49:4.320", + "endFrame": 73969, + "endTime": "0:49:18.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 73998, + "startTime": "0:49:19.950", + "endFrame": 74240, + "endTime": "0:49:29.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 74254, + "startTime": "0:49:30.180", + "endFrame": 74559, + "endTime": "0:49:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 74579, + "startTime": "0:49:43.170", + "endFrame": 74860, + "endTime": "0:49:54.420", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 74898, + "startTime": "0:49:55.950", + "endFrame": 75246, + "endTime": "0:50:9.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 75248, + "startTime": "0:50:9.930", + "endFrame": 75571, + "endTime": "0:50:22.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 75692, + "startTime": "0:50:27.690", + "endFrame": 76021, + "endTime": "0:50:40.860", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 76052, + "startTime": "0:50:42.090", + "endFrame": 76276, + "endTime": "0:50:51.060", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 76287, + "startTime": "0:50:51.480", + "endFrame": 76739, + "endTime": "0:51:9.570", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 76821, + "startTime": "0:51:12.840", + "endFrame": 77269, + "endTime": "0:51:30.780", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 77277, + "startTime": "0:51:31.080", + "endFrame": 77667, + "endTime": "0:51:46.710", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 77678, + "startTime": "0:51:47.130", + "endFrame": 77976, + "endTime": "0:51:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 78005, + "startTime": "0:52:0.210", + "endFrame": 78291, + "endTime": "0:52:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 78302, + "startTime": "0:52:12.090", + "endFrame": 78570, + "endTime": "0:52:22.800", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 78576, + "startTime": "0:52:23.070", + "endFrame": 78918, + "endTime": "0:52:36.720", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 78960, + "startTime": "0:52:38.430", + "endFrame": 79413, + "endTime": "0:52:56.520", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 79422, + "startTime": "0:52:56.910", + "endFrame": 79804, + "endTime": "0:53:12.180", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 79822, + "startTime": "0:53:12.900", + "endFrame": 80190, + "endTime": "0:53:27.600", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 80198, + "startTime": "0:53:27.930", + "endFrame": 80503, + "endTime": "0:53:40.140", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 80509, + "startTime": "0:53:40.380", + "endFrame": 80768, + "endTime": "0:53:50.730", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 169, + "startFrame": 80873, + "startTime": "0:53:54.930", + "endFrame": 81207, + "endTime": "0:54:8.280", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 81287, + "startTime": "0:54:11.490", + "endFrame": 81981, + "endTime": "0:54:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 82008, + "startTime": "0:54:40.320", + "endFrame": 82313, + "endTime": "0:54:52.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 82319, + "startTime": "0:54:52.770", + "endFrame": 82770, + "endTime": "0:55:10.800", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 82779, + "startTime": "0:55:11.190", + "endFrame": 83022, + "endTime": "0:55:20.910", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 83064, + "startTime": "0:55:22.560", + "endFrame": 83355, + "endTime": "0:55:34.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 83364, + "startTime": "0:55:34.590", + "endFrame": 83751, + "endTime": "0:55:50.040", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.499 + ], + "bottomright": [ + 0.339, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.986, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 83759, + "startTime": "0:55:50.370", + "endFrame": 84141, + "endTime": "0:56:5.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 84151, + "startTime": "0:56:6.060", + "endFrame": 84453, + "endTime": "0:56:18.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 84465, + "startTime": "0:56:18.600", + "endFrame": 84813, + "endTime": "0:56:32.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 84819, + "startTime": "0:56:32.760", + "endFrame": 85223, + "endTime": "0:56:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 94758, + "startTime": "1:03:10.350", + "endFrame": 94881, + "endTime": "1:03:15.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 94911, + "startTime": "1:03:16.470", + "endFrame": 95150, + "endTime": "1:03:26.010", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 95204, + "startTime": "1:03:28.170", + "endFrame": 95422, + "endTime": "1:03:36.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 95514, + "startTime": "1:03:40.590", + "endFrame": 95898, + "endTime": "1:03:55.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 95940, + "startTime": "1:03:57.630", + "endFrame": 96195, + "endTime": "1:04:7.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 96216, + "startTime": "1:04:8.670", + "endFrame": 96675, + "endTime": "1:04:27.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 96720, + "startTime": "1:04:28.830", + "endFrame": 96992, + "endTime": "1:04:39.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 97008, + "startTime": "1:04:40.350", + "endFrame": 97425, + "endTime": "1:04:57.030", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 188, + "startFrame": 97434, + "startTime": "1:04:57.360", + "endFrame": 97747, + "endTime": "1:05:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 97761, + "startTime": "1:05:10.470", + "endFrame": 98202, + "endTime": "1:05:28.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 98214, + "startTime": "1:05:28.590", + "endFrame": 98495, + "endTime": "1:05:39.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 98505, + "startTime": "1:05:40.200", + "endFrame": 98943, + "endTime": "1:05:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 98970, + "startTime": "1:05:58.830", + "endFrame": 99374, + "endTime": "1:06:14.970", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 99391, + "startTime": "1:06:15.660", + "endFrame": 99724, + "endTime": "1:06:28.980", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 99724, + "startTime": "1:06:28.980", + "endFrame": 100158, + "endTime": "1:06:46.350", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 195, + "startFrame": 100186, + "startTime": "1:06:47.460", + "endFrame": 100566, + "endTime": "1:07:2.640", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 100608, + "startTime": "1:07:4.350", + "endFrame": 100893, + "endTime": "1:07:15.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 100926, + "startTime": "1:07:17.070", + "endFrame": 101182, + "endTime": "1:07:27.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 101195, + "startTime": "1:07:27.810", + "endFrame": 101792, + "endTime": "1:07:51.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 101801, + "startTime": "1:07:52.050", + "endFrame": 102060, + "endTime": "1:08:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 102090, + "startTime": "1:08:3.630", + "endFrame": 102310, + "endTime": "1:08:12.420", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 102312, + "startTime": "1:08:12.480", + "endFrame": 102565, + "endTime": "1:08:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 102574, + "startTime": "1:08:22.980", + "endFrame": 102900, + "endTime": "1:08:36.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 102904, + "startTime": "1:08:36.180", + "endFrame": 103262, + "endTime": "1:08:50.490", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 112713, + "startTime": "1:15:8.550", + "endFrame": 112794, + "endTime": "1:15:11.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 112885, + "startTime": "1:15:15.420", + "endFrame": 113107, + "endTime": "1:15:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 113122, + "startTime": "1:15:24.900", + "endFrame": 113442, + "endTime": "1:15:37.680", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 113534, + "startTime": "1:15:41.400", + "endFrame": 113781, + "endTime": "1:15:51.240", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 113813, + "startTime": "1:15:52.530", + "endFrame": 114192, + "endTime": "1:16:7.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 209, + "startFrame": 114219, + "startTime": "1:16:8.760", + "endFrame": 114799, + "endTime": "1:16:31.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 114843, + "startTime": "1:16:33.720", + "endFrame": 115086, + "endTime": "1:16:43.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 115114, + "startTime": "1:16:44.580", + "endFrame": 115368, + "endTime": "1:16:54.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 115377, + "startTime": "1:16:55.110", + "endFrame": 115751, + "endTime": "1:17:10.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.987, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.499 + ], + "bottomright": [ + 0.337, + 0.824 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.499 + ], + "bottomright": [ + 0.662, + 0.824 + ] + } + }, + { + "name": "person9", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.499 + ], + "bottomright": [ + 0.987, + 0.824 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 115755, + "startTime": "1:17:10.200", + "endFrame": 116400, + "endTime": "1:17:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 116415, + "startTime": "1:17:36.600", + "endFrame": 116711, + "endTime": "1:17:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 116730, + "startTime": "1:17:49.200", + "endFrame": 117284, + "endTime": "1:18:11.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 117315, + "startTime": "1:18:12.600", + "endFrame": 117537, + "endTime": "1:18:21.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 117569, + "startTime": "1:18:22.770", + "endFrame": 117964, + "endTime": "1:18:38.580", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 117965, + "startTime": "1:18:38.610", + "endFrame": 118295, + "endTime": "1:18:51.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 118302, + "startTime": "1:18:52.080", + "endFrame": 118667, + "endTime": "1:19:6.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 118679, + "startTime": "1:19:7.170", + "endFrame": 118938, + "endTime": "1:19:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 118939, + "startTime": "1:19:17.580", + "endFrame": 119229, + "endTime": "1:19:29.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 119580, + "startTime": "1:19:43.200", + "endFrame": 119598, + "endTime": "1:19:43.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 119708, + "startTime": "1:19:48.360", + "endFrame": 119933, + "endTime": "1:19:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 119964, + "startTime": "1:19:58.560", + "endFrame": 120339, + "endTime": "1:20:13.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 120346, + "startTime": "1:20:13.860", + "endFrame": 120699, + "endTime": "1:20:27.960", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 120720, + "startTime": "1:20:28.830", + "endFrame": 121044, + "endTime": "1:20:41.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 121047, + "startTime": "1:20:41.910", + "endFrame": 121479, + "endTime": "1:20:59.190", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 121488, + "startTime": "1:20:59.520", + "endFrame": 121794, + "endTime": "1:21:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 121800, + "startTime": "1:21:12.000", + "endFrame": 122112, + "endTime": "1:21:24.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 122127, + "startTime": "1:21:25.110", + "endFrame": 122404, + "endTime": "1:21:36.180", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 122413, + "startTime": "1:21:36.540", + "endFrame": 122709, + "endTime": "1:21:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 122733, + "startTime": "1:21:49.350", + "endFrame": 122977, + "endTime": "1:21:59.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 123004, + "startTime": "1:22:0.180", + "endFrame": 123271, + "endTime": "1:22:10.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 123306, + "startTime": "1:22:12.240", + "endFrame": 123586, + "endTime": "1:22:23.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 123633, + "startTime": "1:22:25.320", + "endFrame": 123978, + "endTime": "1:22:39.120", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 124032, + "startTime": "1:22:41.310", + "endFrame": 124228, + "endTime": "1:22:49.140", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 237, + "startFrame": 124252, + "startTime": "1:22:50.100", + "endFrame": 124818, + "endTime": "1:23:12.720", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 124842, + "startTime": "1:23:13.680", + "endFrame": 125146, + "endTime": "1:23:25.860", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 125178, + "startTime": "1:23:27.120", + "endFrame": 125520, + "endTime": "1:23:40.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 125526, + "startTime": "1:23:41.070", + "endFrame": 125895, + "endTime": "1:23:55.800", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 126758, + "startTime": "1:24:30.360", + "endFrame": 127016, + "endTime": "1:24:40.650", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.174 + ], + "bottomright": [ + 0.662, + 0.499 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.174 + ], + "bottomright": [ + 0.986, + 0.499 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_18-rater1.json b/ratings/video_18-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..f36c8450cffbecfc256db2588fb65f0b9287be4e --- /dev/null +++ b/ratings/video_18-rater1.json @@ -0,0 +1,23586 @@ +[ + { + "clipIdx": 0, + "startFrame": 112, + "startTime": "0:00:4.500", + "endFrame": 477, + "endTime": "0:00:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 514, + "startTime": "0:00:20.580", + "endFrame": 726, + "endTime": "0:00:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 752, + "startTime": "0:00:30.090", + "endFrame": 1106, + "endTime": "0:00:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1113, + "startTime": "0:00:44.520", + "endFrame": 1521, + "endTime": "0:01:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1563, + "startTime": "0:01:2.550", + "endFrame": 1955, + "endTime": "0:01:18.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1980, + "startTime": "0:01:19.230", + "endFrame": 2280, + "endTime": "0:01:31.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2292, + "startTime": "0:01:31.710", + "endFrame": 2600, + "endTime": "0:01:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2606, + "startTime": "0:01:44.250", + "endFrame": 2882, + "endTime": "0:01:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2891, + "startTime": "0:01:55.650", + "endFrame": 3171, + "endTime": "0:02:6.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3178, + "startTime": "0:02:7.140", + "endFrame": 3510, + "endTime": "0:02:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3518, + "startTime": "0:02:20.730", + "endFrame": 3836, + "endTime": "0:02:33.480", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3865, + "startTime": "0:02:34.620", + "endFrame": 4209, + "endTime": "0:02:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4219, + "startTime": "0:02:48.780", + "endFrame": 4516, + "endTime": "0:03:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4523, + "startTime": "0:03:0.930", + "endFrame": 4999, + "endTime": "0:03:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5007, + "startTime": "0:03:20.310", + "endFrame": 5250, + "endTime": "0:03:30.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5753, + "endTime": "0:03:50.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5977, + "startTime": "0:03:59.100", + "endFrame": 6038, + "endTime": "0:04:1.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6065, + "startTime": "0:04:2.610", + "endFrame": 6600, + "endTime": "0:04:24.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6626, + "startTime": "0:04:25.050", + "endFrame": 7170, + "endTime": "0:04:46.800", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7305, + "startTime": "0:04:52.230", + "endFrame": 7489, + "endTime": "0:04:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7656, + "startTime": "0:05:6.270", + "endFrame": 7809, + "endTime": "0:05:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7902, + "startTime": "0:05:16.110", + "endFrame": 8098, + "endTime": "0:05:23.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8493, + "startTime": "0:05:39.720", + "endFrame": 8508, + "endTime": "0:05:40.350", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8525, + "startTime": "0:05:41.010", + "endFrame": 8791, + "endTime": "0:05:51.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8868, + "startTime": "0:05:54.720", + "endFrame": 9092, + "endTime": "0:06:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9424, + "startTime": "0:06:16.980", + "endFrame": 9436, + "endTime": "0:06:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9462, + "startTime": "0:06:18.480", + "endFrame": 10146, + "endTime": "0:06:45.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10196, + "startTime": "0:06:47.850", + "endFrame": 10593, + "endTime": "0:07:3.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10622, + "startTime": "0:07:4.890", + "endFrame": 11237, + "endTime": "0:07:29.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11306, + "startTime": "0:07:32.250", + "endFrame": 11511, + "endTime": "0:07:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11546, + "startTime": "0:07:41.850", + "endFrame": 11853, + "endTime": "0:07:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11869, + "startTime": "0:07:54.780", + "endFrame": 12149, + "endTime": "0:08:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12210, + "startTime": "0:08:8.430", + "endFrame": 12534, + "endTime": "0:08:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12546, + "startTime": "0:08:21.870", + "endFrame": 13029, + "endTime": "0:08:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13077, + "startTime": "0:08:43.080", + "endFrame": 13416, + "endTime": "0:08:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13451, + "startTime": "0:08:58.050", + "endFrame": 14027, + "endTime": "0:09:21.090", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14056, + "startTime": "0:09:22.260", + "endFrame": 14656, + "endTime": "0:09:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14695, + "startTime": "0:09:47.820", + "endFrame": 14997, + "endTime": "0:09:59.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15055, + "startTime": "0:10:2.220", + "endFrame": 15268, + "endTime": "0:10:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15321, + "startTime": "0:10:12.870", + "endFrame": 15535, + "endTime": "0:10:21.420", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15555, + "startTime": "0:10:22.200", + "endFrame": 16002, + "endTime": "0:10:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 19602, + "startTime": "0:13:4.080", + "endFrame": 19920, + "endTime": "0:13:16.830", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 19971, + "startTime": "0:13:18.840", + "endFrame": 20183, + "endTime": "0:13:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 20223, + "startTime": "0:13:28.920", + "endFrame": 20597, + "endTime": "0:13:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.01 + ], + "bottomright": [ + 0.338, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 20622, + "startTime": "0:13:44.910", + "endFrame": 20919, + "endTime": "0:13:56.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 20919, + "startTime": "0:13:56.790", + "endFrame": 21315, + "endTime": "0:14:12.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 21333, + "startTime": "0:14:13.320", + "endFrame": 21807, + "endTime": "0:14:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 21840, + "startTime": "0:14:33.600", + "endFrame": 22066, + "endTime": "0:14:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 22097, + "startTime": "0:14:43.890", + "endFrame": 22596, + "endTime": "0:15:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 22614, + "startTime": "0:15:4.590", + "endFrame": 22941, + "endTime": "0:15:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 23031, + "startTime": "0:15:21.240", + "endFrame": 23283, + "endTime": "0:15:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 23298, + "startTime": "0:15:31.920", + "endFrame": 23716, + "endTime": "0:15:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 23727, + "startTime": "0:15:49.110", + "endFrame": 23988, + "endTime": "0:15:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 24009, + "startTime": "0:16:0.390", + "endFrame": 24314, + "endTime": "0:16:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 24322, + "startTime": "0:16:12.900", + "endFrame": 24779, + "endTime": "0:16:31.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 24795, + "startTime": "0:16:31.830", + "endFrame": 25180, + "endTime": "0:16:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 25182, + "startTime": "0:16:47.280", + "endFrame": 25478, + "endTime": "0:16:59.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 25497, + "startTime": "0:16:59.880", + "endFrame": 25920, + "endTime": "0:17:16.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 25926, + "startTime": "0:17:17.070", + "endFrame": 26286, + "endTime": "0:17:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 26298, + "startTime": "0:17:31.920", + "endFrame": 26713, + "endTime": "0:17:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 26723, + "startTime": "0:17:48.930", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 27035, + "startTime": "0:18:1.410", + "endFrame": 27348, + "endTime": "0:18:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 27355, + "startTime": "0:18:14.220", + "endFrame": 27973, + "endTime": "0:18:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27990, + "startTime": "0:18:39.630", + "endFrame": 28560, + "endTime": "0:19:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 28563, + "startTime": "0:19:2.520", + "endFrame": 28905, + "endTime": "0:19:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 28913, + "startTime": "0:19:16.530", + "endFrame": 29292, + "endTime": "0:19:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 29300, + "startTime": "0:19:32.010", + "endFrame": 29582, + "endTime": "0:19:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 29639, + "startTime": "0:19:45.570", + "endFrame": 29936, + "endTime": "0:19:57.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29953, + "startTime": "0:19:58.140", + "endFrame": 30209, + "endTime": "0:20:8.370", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 30224, + "startTime": "0:20:8.970", + "endFrame": 30472, + "endTime": "0:20:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 30651, + "startTime": "0:20:26.040", + "endFrame": 30892, + "endTime": "0:20:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30935, + "startTime": "0:20:37.410", + "endFrame": 31449, + "endTime": "0:20:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 31470, + "startTime": "0:20:58.800", + "endFrame": 31937, + "endTime": "0:21:17.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 31950, + "startTime": "0:21:18.030", + "endFrame": 32336, + "endTime": "0:21:33.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 32347, + "startTime": "0:21:33.900", + "endFrame": 32677, + "endTime": "0:21:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32690, + "startTime": "0:21:47.610", + "endFrame": 32933, + "endTime": "0:21:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 32963, + "startTime": "0:21:58.530", + "endFrame": 33249, + "endTime": "0:22:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 33282, + "startTime": "0:22:11.280", + "endFrame": 33561, + "endTime": "0:22:22.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 33630, + "startTime": "0:22:25.230", + "endFrame": 33821, + "endTime": "0:22:32.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33906, + "startTime": "0:22:36.270", + "endFrame": 34144, + "endTime": "0:22:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 34224, + "startTime": "0:22:48.990", + "endFrame": 34546, + "endTime": "0:23:1.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 34546, + "startTime": "0:23:1.860", + "endFrame": 35043, + "endTime": "0:23:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 35089, + "startTime": "0:23:23.580", + "endFrame": 35294, + "endTime": "0:23:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 35307, + "startTime": "0:23:32.280", + "endFrame": 35566, + "endTime": "0:23:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 35572, + "startTime": "0:23:42.900", + "endFrame": 36090, + "endTime": "0:24:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 36102, + "startTime": "0:24:4.110", + "endFrame": 36594, + "endTime": "0:24:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 36615, + "startTime": "0:24:24.600", + "endFrame": 37009, + "endTime": "0:24:40.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 37040, + "startTime": "0:24:41.610", + "endFrame": 37443, + "endTime": "0:24:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 37461, + "startTime": "0:24:58.440", + "endFrame": 37758, + "endTime": "0:25:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37767, + "startTime": "0:25:10.680", + "endFrame": 38031, + "endTime": "0:25:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 38055, + "startTime": "0:25:22.230", + "endFrame": 38535, + "endTime": "0:25:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38562, + "startTime": "0:25:42.510", + "endFrame": 38890, + "endTime": "0:25:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38931, + "startTime": "0:25:57.240", + "endFrame": 39247, + "endTime": "0:26:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 39311, + "startTime": "0:26:12.450", + "endFrame": 39689, + "endTime": "0:26:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39707, + "startTime": "0:26:28.290", + "endFrame": 40071, + "endTime": "0:26:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 40125, + "startTime": "0:26:45.030", + "endFrame": 40350, + "endTime": "0:26:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40383, + "startTime": "0:26:55.320", + "endFrame": 40743, + "endTime": "0:27:9.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40751, + "startTime": "0:27:10.050", + "endFrame": 41065, + "endTime": "0:27:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41103, + "startTime": "0:27:24.150", + "endFrame": 41317, + "endTime": "0:27:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41318, + "startTime": "0:27:32.730", + "endFrame": 41580, + "endTime": "0:27:43.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41598, + "startTime": "0:27:43.950", + "endFrame": 41905, + "endTime": "0:27:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41938, + "startTime": "0:27:57.540", + "endFrame": 42252, + "endTime": "0:28:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42279, + "startTime": "0:28:11.160", + "endFrame": 42503, + "endTime": "0:28:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42530, + "startTime": "0:28:21.210", + "endFrame": 42851, + "endTime": "0:28:34.050", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42878, + "startTime": "0:28:35.130", + "endFrame": 43150, + "endTime": "0:28:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43196, + "startTime": "0:28:47.850", + "endFrame": 43458, + "endTime": "0:28:58.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43623, + "startTime": "0:29:4.920", + "endFrame": 43936, + "endTime": "0:29:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 43946, + "startTime": "0:29:17.850", + "endFrame": 44229, + "endTime": "0:29:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44255, + "startTime": "0:29:30.210", + "endFrame": 44507, + "endTime": "0:29:40.290", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44548, + "startTime": "0:29:41.940", + "endFrame": 44829, + "endTime": "0:29:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 44862, + "startTime": "0:29:54.480", + "endFrame": 45128, + "endTime": "0:30:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45228, + "startTime": "0:30:9.150", + "endFrame": 45605, + "endTime": "0:30:24.210", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 45627, + "startTime": "0:30:25.110", + "endFrame": 45902, + "endTime": "0:30:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 45904, + "startTime": "0:30:36.180", + "endFrame": 46362, + "endTime": "0:30:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46394, + "startTime": "0:30:55.770", + "endFrame": 46857, + "endTime": "0:31:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47190, + "endTime": "0:31:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47240, + "startTime": "0:31:29.610", + "endFrame": 47535, + "endTime": "0:31:41.430", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47569, + "startTime": "0:31:42.780", + "endFrame": 47925, + "endTime": "0:31:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 47957, + "startTime": "0:31:58.290", + "endFrame": 48252, + "endTime": "0:32:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48669, + "endTime": "0:32:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48804, + "startTime": "0:32:32.190", + "endFrame": 49085, + "endTime": "0:32:43.410", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49092, + "startTime": "0:32:43.710", + "endFrame": 49702, + "endTime": "0:33:8.100", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49722, + "startTime": "0:33:8.910", + "endFrame": 49993, + "endTime": "0:33:19.740", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 50044, + "startTime": "0:33:21.780", + "endFrame": 50559, + "endTime": "0:33:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50640, + "startTime": "0:33:45.600", + "endFrame": 50901, + "endTime": "0:33:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50929, + "startTime": "0:33:57.180", + "endFrame": 51396, + "endTime": "0:34:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 51447, + "startTime": "0:34:17.880", + "endFrame": 51652, + "endTime": "0:34:26.100", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51661, + "startTime": "0:34:26.460", + "endFrame": 52047, + "endTime": "0:34:41.880", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 52089, + "startTime": "0:34:43.590", + "endFrame": 52501, + "endTime": "0:35:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52523, + "startTime": "0:35:0.930", + "endFrame": 52896, + "endTime": "0:35:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52930, + "startTime": "0:35:17.220", + "endFrame": 53214, + "endTime": "0:35:28.560", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53259, + "startTime": "0:35:30.390", + "endFrame": 53822, + "endTime": "0:35:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53832, + "startTime": "0:35:53.310", + "endFrame": 54185, + "endTime": "0:36:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 54217, + "startTime": "0:36:8.700", + "endFrame": 54498, + "endTime": "0:36:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 54518, + "startTime": "0:36:20.730", + "endFrame": 54903, + "endTime": "0:36:36.150", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 54914, + "startTime": "0:36:36.570", + "endFrame": 55215, + "endTime": "0:36:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 55311, + "startTime": "0:36:52.470", + "endFrame": 55473, + "endTime": "0:36:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 55475, + "startTime": "0:36:59.010", + "endFrame": 55820, + "endTime": "0:37:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 55883, + "startTime": "0:37:15.330", + "endFrame": 56181, + "endTime": "0:37:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 56208, + "startTime": "0:37:28.320", + "endFrame": 56644, + "endTime": "0:37:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 56680, + "startTime": "0:37:47.220", + "endFrame": 57045, + "endTime": "0:38:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 57063, + "startTime": "0:38:2.550", + "endFrame": 57450, + "endTime": "0:38:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 57476, + "startTime": "0:38:19.050", + "endFrame": 57735, + "endTime": "0:38:29.400", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 57750, + "startTime": "0:38:30.000", + "endFrame": 58185, + "endTime": "0:38:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 58211, + "startTime": "0:38:48.450", + "endFrame": 58518, + "endTime": "0:39:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 58575, + "startTime": "0:39:3.030", + "endFrame": 58817, + "endTime": "0:39:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 58846, + "startTime": "0:39:13.860", + "endFrame": 59088, + "endTime": "0:39:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 59108, + "startTime": "0:39:24.330", + "endFrame": 59388, + "endTime": "0:39:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 59399, + "startTime": "0:39:35.970", + "endFrame": 59915, + "endTime": "0:39:56.610", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 59941, + "startTime": "0:39:57.660", + "endFrame": 60265, + "endTime": "0:40:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 60296, + "startTime": "0:40:11.850", + "endFrame": 60608, + "endTime": "0:40:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 60623, + "startTime": "0:40:24.930", + "endFrame": 61084, + "endTime": "0:40:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61163, + "startTime": "0:40:46.530", + "endFrame": 61473, + "endTime": "0:40:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 61498, + "startTime": "0:40:59.940", + "endFrame": 61734, + "endTime": "0:41:9.390", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 61748, + "startTime": "0:41:9.930", + "endFrame": 62005, + "endTime": "0:41:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 62026, + "startTime": "0:41:21.060", + "endFrame": 62334, + "endTime": "0:41:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 62374, + "startTime": "0:41:34.980", + "endFrame": 62613, + "endTime": "0:41:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63882, + "startTime": "0:42:35.310", + "endFrame": 64323, + "endTime": "0:42:52.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64632, + "endTime": "0:43:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64651, + "startTime": "0:43:6.060", + "endFrame": 64929, + "endTime": "0:43:17.190", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64996, + "startTime": "0:43:19.860", + "endFrame": 65457, + "endTime": "0:43:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65477, + "startTime": "0:43:39.090", + "endFrame": 65751, + "endTime": "0:43:50.070", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65771, + "startTime": "0:43:50.850", + "endFrame": 66196, + "endTime": "0:44:7.860", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 66229, + "startTime": "0:44:9.180", + "endFrame": 66512, + "endTime": "0:44:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66535, + "startTime": "0:44:21.420", + "endFrame": 66786, + "endTime": "0:44:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 68827, + "startTime": "0:45:53.100", + "endFrame": 69210, + "endTime": "0:46:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 69240, + "startTime": "0:46:9.600", + "endFrame": 69532, + "endTime": "0:46:21.300", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 69581, + "startTime": "0:46:23.250", + "endFrame": 70161, + "endTime": "0:46:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 70202, + "startTime": "0:46:48.090", + "endFrame": 70690, + "endTime": "0:47:7.620", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 70703, + "startTime": "0:47:8.130", + "endFrame": 70980, + "endTime": "0:47:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 71071, + "startTime": "0:47:22.860", + "endFrame": 71232, + "endTime": "0:47:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 71247, + "startTime": "0:47:29.910", + "endFrame": 71673, + "endTime": "0:47:46.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 71699, + "startTime": "0:47:47.970", + "endFrame": 72074, + "endTime": "0:48:2.970", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 72087, + "startTime": "0:48:3.510", + "endFrame": 72474, + "endTime": "0:48:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 72496, + "startTime": "0:48:19.860", + "endFrame": 72800, + "endTime": "0:48:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73242, + "endTime": "0:48:49.710", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 73260, + "startTime": "0:48:50.430", + "endFrame": 73717, + "endTime": "0:49:8.700", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 73719, + "startTime": "0:49:8.760", + "endFrame": 73988, + "endTime": "0:49:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 74000, + "startTime": "0:49:20.010", + "endFrame": 74261, + "endTime": "0:49:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 75600, + "startTime": "0:50:24.000", + "endFrame": 75938, + "endTime": "0:50:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 75975, + "startTime": "0:50:39.030", + "endFrame": 76245, + "endTime": "0:50:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 76257, + "startTime": "0:50:50.310", + "endFrame": 76525, + "endTime": "0:51:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 76533, + "startTime": "0:51:1.320", + "endFrame": 76806, + "endTime": "0:51:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 76839, + "startTime": "0:51:13.560", + "endFrame": 77107, + "endTime": "0:51:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 77120, + "startTime": "0:51:24.810", + "endFrame": 77670, + "endTime": "0:51:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 77685, + "startTime": "0:51:47.430", + "endFrame": 78477, + "endTime": "0:52:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 78511, + "startTime": "0:52:20.460", + "endFrame": 78957, + "endTime": "0:52:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 79089, + "startTime": "0:52:43.560", + "endFrame": 79440, + "endTime": "0:52:57.600", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 79454, + "startTime": "0:52:58.170", + "endFrame": 79994, + "endTime": "0:53:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 80005, + "startTime": "0:53:20.220", + "endFrame": 80563, + "endTime": "0:53:42.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 80573, + "startTime": "0:53:42.930", + "endFrame": 80823, + "endTime": "0:53:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 80853, + "startTime": "0:53:54.120", + "endFrame": 81438, + "endTime": "0:54:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 81456, + "startTime": "0:54:18.240", + "endFrame": 81838, + "endTime": "0:54:33.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 81876, + "startTime": "0:54:35.070", + "endFrame": 82379, + "endTime": "0:54:55.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 82417, + "startTime": "0:54:56.700", + "endFrame": 82827, + "endTime": "0:55:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 82851, + "startTime": "0:55:14.040", + "endFrame": 83420, + "endTime": "0:55:36.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 83452, + "startTime": "0:55:38.100", + "endFrame": 83796, + "endTime": "0:55:51.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 83817, + "startTime": "0:55:52.680", + "endFrame": 84153, + "endTime": "0:56:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 84182, + "startTime": "0:56:7.290", + "endFrame": 84580, + "endTime": "0:56:23.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 84611, + "startTime": "0:56:24.450", + "endFrame": 84831, + "endTime": "0:56:33.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 86058, + "startTime": "0:57:22.350", + "endFrame": 86295, + "endTime": "0:57:31.830", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 201, + "startFrame": 86348, + "startTime": "0:57:33.930", + "endFrame": 86657, + "endTime": "0:57:46.290", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 202, + "startFrame": 86696, + "startTime": "0:57:47.850", + "endFrame": 86933, + "endTime": "0:57:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 86964, + "startTime": "0:57:58.560", + "endFrame": 87642, + "endTime": "0:58:25.710", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 204, + "startFrame": 87651, + "startTime": "0:58:26.040", + "endFrame": 88000, + "endTime": "0:58:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 88016, + "startTime": "0:58:40.650", + "endFrame": 88355, + "endTime": "0:58:54.210", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 88364, + "startTime": "0:58:54.570", + "endFrame": 88747, + "endTime": "0:59:9.900", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 207, + "startFrame": 88767, + "startTime": "0:59:10.680", + "endFrame": 89154, + "endTime": "0:59:26.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 89164, + "startTime": "0:59:26.580", + "endFrame": 89460, + "endTime": "0:59:38.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 89496, + "startTime": "0:59:39.870", + "endFrame": 90055, + "endTime": "1:00:2.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 90096, + "startTime": "1:00:3.870", + "endFrame": 90456, + "endTime": "1:00:18.240", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 211, + "startFrame": 90486, + "startTime": "1:00:19.440", + "endFrame": 90844, + "endTime": "1:00:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 90864, + "startTime": "1:00:34.590", + "endFrame": 91148, + "endTime": "1:00:45.930", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 213, + "startFrame": 91155, + "startTime": "1:00:46.200", + "endFrame": 91550, + "endTime": "1:01:2.010", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 91557, + "startTime": "1:01:2.310", + "endFrame": 91857, + "endTime": "1:01:14.280", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 215, + "startFrame": 91872, + "startTime": "1:01:14.910", + "endFrame": 92135, + "endTime": "1:01:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 92152, + "startTime": "1:01:26.100", + "endFrame": 92391, + "endTime": "1:01:35.640", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 217, + "startFrame": 92418, + "startTime": "1:01:36.750", + "endFrame": 92844, + "endTime": "1:01:53.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 92886, + "startTime": "1:01:55.440", + "endFrame": 93225, + "endTime": "1:02:9.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 94058, + "startTime": "1:02:42.330", + "endFrame": 94095, + "endTime": "1:02:43.830", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 94178, + "startTime": "1:02:47.130", + "endFrame": 94407, + "endTime": "1:02:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 94433, + "startTime": "1:02:57.330", + "endFrame": 94704, + "endTime": "1:03:8.160", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 94962, + "endTime": "1:03:18.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 96023, + "startTime": "1:04:0.930", + "endFrame": 96164, + "endTime": "1:04:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 96177, + "startTime": "1:04:7.110", + "endFrame": 96402, + "endTime": "1:04:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 97519, + "startTime": "1:05:0.780", + "endFrame": 97532, + "endTime": "1:05:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 97575, + "startTime": "1:05:3.030", + "endFrame": 97897, + "endTime": "1:05:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 97926, + "startTime": "1:05:17.040", + "endFrame": 98504, + "endTime": "1:05:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 98575, + "startTime": "1:05:43.020", + "endFrame": 98897, + "endTime": "1:05:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 98956, + "startTime": "1:05:58.260", + "endFrame": 99154, + "endTime": "1:06:6.180", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 99244, + "startTime": "1:06:9.780", + "endFrame": 99408, + "endTime": "1:06:16.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 99443, + "startTime": "1:06:17.730", + "endFrame": 99874, + "endTime": "1:06:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 99898, + "startTime": "1:06:35.940", + "endFrame": 100170, + "endTime": "1:06:46.830", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 233, + "startFrame": 100189, + "startTime": "1:06:47.580", + "endFrame": 100524, + "endTime": "1:07:0.990", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 234, + "startFrame": 100552, + "startTime": "1:07:2.100", + "endFrame": 100827, + "endTime": "1:07:13.080", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 235, + "startFrame": 100829, + "startTime": "1:07:13.170", + "endFrame": 101124, + "endTime": "1:07:24.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 101125, + "startTime": "1:07:25.020", + "endFrame": 101415, + "endTime": "1:07:36.600", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 237, + "startFrame": 101467, + "startTime": "1:07:38.700", + "endFrame": 101862, + "endTime": "1:07:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 101914, + "startTime": "1:07:56.580", + "endFrame": 102132, + "endTime": "1:08:5.310", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 239, + "startFrame": 102145, + "startTime": "1:08:5.820", + "endFrame": 102511, + "endTime": "1:08:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 102529, + "startTime": "1:08:21.180", + "endFrame": 102763, + "endTime": "1:08:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 102765, + "startTime": "1:08:30.600", + "endFrame": 103077, + "endTime": "1:08:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 103103, + "startTime": "1:08:44.130", + "endFrame": 103382, + "endTime": "1:08:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 103407, + "startTime": "1:08:56.310", + "endFrame": 103770, + "endTime": "1:09:10.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 103771, + "startTime": "1:09:10.860", + "endFrame": 104189, + "endTime": "1:09:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 104199, + "startTime": "1:09:27.990", + "endFrame": 104501, + "endTime": "1:09:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 104523, + "startTime": "1:09:40.950", + "endFrame": 104834, + "endTime": "1:09:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_18-rater3.json b/ratings/video_18-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..04160f50a60e09f92a8da8e8c8b14980d7139935 --- /dev/null +++ b/ratings/video_18-rater3.json @@ -0,0 +1,29613 @@ +[ + { + "clipIdx": 0, + "startFrame": 112, + "startTime": "0:00:4.500", + "endFrame": 477, + "endTime": "0:00:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 514, + "startTime": "0:00:20.580", + "endFrame": 726, + "endTime": "0:00:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 752, + "startTime": "0:00:30.090", + "endFrame": 1106, + "endTime": "0:00:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1113, + "startTime": "0:00:44.520", + "endFrame": 1521, + "endTime": "0:01:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1563, + "startTime": "0:01:2.550", + "endFrame": 1955, + "endTime": "0:01:18.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1980, + "startTime": "0:01:19.230", + "endFrame": 2280, + "endTime": "0:01:31.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2292, + "startTime": "0:01:31.710", + "endFrame": 2600, + "endTime": "0:01:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2606, + "startTime": "0:01:44.250", + "endFrame": 2882, + "endTime": "0:01:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2891, + "startTime": "0:01:55.650", + "endFrame": 3171, + "endTime": "0:02:6.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3178, + "startTime": "0:02:7.140", + "endFrame": 3510, + "endTime": "0:02:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3518, + "startTime": "0:02:20.730", + "endFrame": 3836, + "endTime": "0:02:33.480", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3865, + "startTime": "0:02:34.620", + "endFrame": 4209, + "endTime": "0:02:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4219, + "startTime": "0:02:48.780", + "endFrame": 4516, + "endTime": "0:03:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4523, + "startTime": "0:03:0.930", + "endFrame": 4999, + "endTime": "0:03:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5007, + "startTime": "0:03:20.310", + "endFrame": 5250, + "endTime": "0:03:30.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5753, + "endTime": "0:03:50.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5977, + "startTime": "0:03:59.100", + "endFrame": 6038, + "endTime": "0:04:1.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6065, + "startTime": "0:04:2.610", + "endFrame": 6600, + "endTime": "0:04:24.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6626, + "startTime": "0:04:25.050", + "endFrame": 7170, + "endTime": "0:04:46.800", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7305, + "startTime": "0:04:52.230", + "endFrame": 7489, + "endTime": "0:04:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7656, + "startTime": "0:05:6.270", + "endFrame": 7809, + "endTime": "0:05:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7902, + "startTime": "0:05:16.110", + "endFrame": 8098, + "endTime": "0:05:23.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8493, + "startTime": "0:05:39.720", + "endFrame": 8508, + "endTime": "0:05:40.350", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8525, + "startTime": "0:05:41.010", + "endFrame": 8791, + "endTime": "0:05:51.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8868, + "startTime": "0:05:54.720", + "endFrame": 9092, + "endTime": "0:06:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9424, + "startTime": "0:06:16.980", + "endFrame": 9436, + "endTime": "0:06:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9462, + "startTime": "0:06:18.480", + "endFrame": 10146, + "endTime": "0:06:45.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10196, + "startTime": "0:06:47.850", + "endFrame": 10593, + "endTime": "0:07:3.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10622, + "startTime": "0:07:4.890", + "endFrame": 11237, + "endTime": "0:07:29.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11306, + "startTime": "0:07:32.250", + "endFrame": 11511, + "endTime": "0:07:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11546, + "startTime": "0:07:41.850", + "endFrame": 11853, + "endTime": "0:07:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11869, + "startTime": "0:07:54.780", + "endFrame": 12149, + "endTime": "0:08:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12210, + "startTime": "0:08:8.430", + "endFrame": 12534, + "endTime": "0:08:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12546, + "startTime": "0:08:21.870", + "endFrame": 13029, + "endTime": "0:08:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13077, + "startTime": "0:08:43.080", + "endFrame": 13416, + "endTime": "0:08:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13451, + "startTime": "0:08:58.050", + "endFrame": 14027, + "endTime": "0:09:21.090", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14056, + "startTime": "0:09:22.260", + "endFrame": 14656, + "endTime": "0:09:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14695, + "startTime": "0:09:47.820", + "endFrame": 14997, + "endTime": "0:09:59.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15055, + "startTime": "0:10:2.220", + "endFrame": 15268, + "endTime": "0:10:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15321, + "startTime": "0:10:12.870", + "endFrame": 15535, + "endTime": "0:10:21.420", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15555, + "startTime": "0:10:22.200", + "endFrame": 16002, + "endTime": "0:10:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 19602, + "startTime": "0:13:4.080", + "endFrame": 19920, + "endTime": "0:13:16.830", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 19971, + "startTime": "0:13:18.840", + "endFrame": 20183, + "endTime": "0:13:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 20223, + "startTime": "0:13:28.920", + "endFrame": 20597, + "endTime": "0:13:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.01 + ], + "bottomright": [ + 0.338, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 20622, + "startTime": "0:13:44.910", + "endFrame": 20919, + "endTime": "0:13:56.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 20919, + "startTime": "0:13:56.790", + "endFrame": 21315, + "endTime": "0:14:12.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 21333, + "startTime": "0:14:13.320", + "endFrame": 21807, + "endTime": "0:14:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 21840, + "startTime": "0:14:33.600", + "endFrame": 22066, + "endTime": "0:14:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 22097, + "startTime": "0:14:43.890", + "endFrame": 22596, + "endTime": "0:15:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 22614, + "startTime": "0:15:4.590", + "endFrame": 22941, + "endTime": "0:15:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 23031, + "startTime": "0:15:21.240", + "endFrame": 23283, + "endTime": "0:15:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 23298, + "startTime": "0:15:31.920", + "endFrame": 23716, + "endTime": "0:15:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 23727, + "startTime": "0:15:49.110", + "endFrame": 23988, + "endTime": "0:15:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 24009, + "startTime": "0:16:0.390", + "endFrame": 24314, + "endTime": "0:16:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 24322, + "startTime": "0:16:12.900", + "endFrame": 24779, + "endTime": "0:16:31.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 24795, + "startTime": "0:16:31.830", + "endFrame": 25180, + "endTime": "0:16:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 25182, + "startTime": "0:16:47.280", + "endFrame": 25478, + "endTime": "0:16:59.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 25497, + "startTime": "0:16:59.880", + "endFrame": 25920, + "endTime": "0:17:16.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 25926, + "startTime": "0:17:17.070", + "endFrame": 26286, + "endTime": "0:17:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 26298, + "startTime": "0:17:31.920", + "endFrame": 26713, + "endTime": "0:17:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 26723, + "startTime": "0:17:48.930", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 27035, + "startTime": "0:18:1.410", + "endFrame": 27348, + "endTime": "0:18:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 27355, + "startTime": "0:18:14.220", + "endFrame": 27973, + "endTime": "0:18:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27990, + "startTime": "0:18:39.630", + "endFrame": 28560, + "endTime": "0:19:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 28563, + "startTime": "0:19:2.520", + "endFrame": 28905, + "endTime": "0:19:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 28913, + "startTime": "0:19:16.530", + "endFrame": 29292, + "endTime": "0:19:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 29300, + "startTime": "0:19:32.010", + "endFrame": 29582, + "endTime": "0:19:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 29639, + "startTime": "0:19:45.570", + "endFrame": 29936, + "endTime": "0:19:57.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29953, + "startTime": "0:19:58.140", + "endFrame": 30209, + "endTime": "0:20:8.370", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 30224, + "startTime": "0:20:8.970", + "endFrame": 30472, + "endTime": "0:20:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 30651, + "startTime": "0:20:26.040", + "endFrame": 30892, + "endTime": "0:20:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30935, + "startTime": "0:20:37.410", + "endFrame": 31449, + "endTime": "0:20:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 31470, + "startTime": "0:20:58.800", + "endFrame": 31937, + "endTime": "0:21:17.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 31950, + "startTime": "0:21:18.030", + "endFrame": 32336, + "endTime": "0:21:33.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 32347, + "startTime": "0:21:33.900", + "endFrame": 32677, + "endTime": "0:21:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32690, + "startTime": "0:21:47.610", + "endFrame": 32933, + "endTime": "0:21:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 32963, + "startTime": "0:21:58.530", + "endFrame": 33249, + "endTime": "0:22:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 33282, + "startTime": "0:22:11.280", + "endFrame": 33561, + "endTime": "0:22:22.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 33630, + "startTime": "0:22:25.230", + "endFrame": 33821, + "endTime": "0:22:32.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33906, + "startTime": "0:22:36.270", + "endFrame": 34144, + "endTime": "0:22:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 34224, + "startTime": "0:22:48.990", + "endFrame": 34546, + "endTime": "0:23:1.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 34546, + "startTime": "0:23:1.860", + "endFrame": 35043, + "endTime": "0:23:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 35089, + "startTime": "0:23:23.580", + "endFrame": 35294, + "endTime": "0:23:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 35307, + "startTime": "0:23:32.280", + "endFrame": 35566, + "endTime": "0:23:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 35572, + "startTime": "0:23:42.900", + "endFrame": 36090, + "endTime": "0:24:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 36102, + "startTime": "0:24:4.110", + "endFrame": 36594, + "endTime": "0:24:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 36615, + "startTime": "0:24:24.600", + "endFrame": 37009, + "endTime": "0:24:40.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 37040, + "startTime": "0:24:41.610", + "endFrame": 37443, + "endTime": "0:24:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 37461, + "startTime": "0:24:58.440", + "endFrame": 37758, + "endTime": "0:25:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37767, + "startTime": "0:25:10.680", + "endFrame": 38031, + "endTime": "0:25:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 38055, + "startTime": "0:25:22.230", + "endFrame": 38535, + "endTime": "0:25:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38562, + "startTime": "0:25:42.510", + "endFrame": 38890, + "endTime": "0:25:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38931, + "startTime": "0:25:57.240", + "endFrame": 39247, + "endTime": "0:26:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 39311, + "startTime": "0:26:12.450", + "endFrame": 39689, + "endTime": "0:26:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39707, + "startTime": "0:26:28.290", + "endFrame": 40071, + "endTime": "0:26:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 40125, + "startTime": "0:26:45.030", + "endFrame": 40350, + "endTime": "0:26:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40383, + "startTime": "0:26:55.320", + "endFrame": 40743, + "endTime": "0:27:9.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40751, + "startTime": "0:27:10.050", + "endFrame": 41065, + "endTime": "0:27:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41103, + "startTime": "0:27:24.150", + "endFrame": 41317, + "endTime": "0:27:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41318, + "startTime": "0:27:32.730", + "endFrame": 41580, + "endTime": "0:27:43.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41598, + "startTime": "0:27:43.950", + "endFrame": 41905, + "endTime": "0:27:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41938, + "startTime": "0:27:57.540", + "endFrame": 42252, + "endTime": "0:28:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42279, + "startTime": "0:28:11.160", + "endFrame": 42503, + "endTime": "0:28:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42530, + "startTime": "0:28:21.210", + "endFrame": 42851, + "endTime": "0:28:34.050", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42878, + "startTime": "0:28:35.130", + "endFrame": 43150, + "endTime": "0:28:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43196, + "startTime": "0:28:47.850", + "endFrame": 43458, + "endTime": "0:28:58.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43623, + "startTime": "0:29:4.920", + "endFrame": 43936, + "endTime": "0:29:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 43946, + "startTime": "0:29:17.850", + "endFrame": 44229, + "endTime": "0:29:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44255, + "startTime": "0:29:30.210", + "endFrame": 44507, + "endTime": "0:29:40.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44548, + "startTime": "0:29:41.940", + "endFrame": 44829, + "endTime": "0:29:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 44862, + "startTime": "0:29:54.480", + "endFrame": 45128, + "endTime": "0:30:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45228, + "startTime": "0:30:9.150", + "endFrame": 45605, + "endTime": "0:30:24.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 45627, + "startTime": "0:30:25.110", + "endFrame": 45902, + "endTime": "0:30:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 45904, + "startTime": "0:30:36.180", + "endFrame": 46362, + "endTime": "0:30:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46394, + "startTime": "0:30:55.770", + "endFrame": 46857, + "endTime": "0:31:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47190, + "endTime": "0:31:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47240, + "startTime": "0:31:29.610", + "endFrame": 47535, + "endTime": "0:31:41.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47569, + "startTime": "0:31:42.780", + "endFrame": 47925, + "endTime": "0:31:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 47957, + "startTime": "0:31:58.290", + "endFrame": 48252, + "endTime": "0:32:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48669, + "endTime": "0:32:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48804, + "startTime": "0:32:32.190", + "endFrame": 49085, + "endTime": "0:32:43.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49092, + "startTime": "0:32:43.710", + "endFrame": 49702, + "endTime": "0:33:8.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49722, + "startTime": "0:33:8.910", + "endFrame": 49993, + "endTime": "0:33:19.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 50044, + "startTime": "0:33:21.780", + "endFrame": 50559, + "endTime": "0:33:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50640, + "startTime": "0:33:45.600", + "endFrame": 50901, + "endTime": "0:33:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50929, + "startTime": "0:33:57.180", + "endFrame": 51396, + "endTime": "0:34:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 51447, + "startTime": "0:34:17.880", + "endFrame": 51652, + "endTime": "0:34:26.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51661, + "startTime": "0:34:26.460", + "endFrame": 52047, + "endTime": "0:34:41.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 52089, + "startTime": "0:34:43.590", + "endFrame": 52501, + "endTime": "0:35:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52523, + "startTime": "0:35:0.930", + "endFrame": 52896, + "endTime": "0:35:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52930, + "startTime": "0:35:17.220", + "endFrame": 53214, + "endTime": "0:35:28.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53259, + "startTime": "0:35:30.390", + "endFrame": 53822, + "endTime": "0:35:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53832, + "startTime": "0:35:53.310", + "endFrame": 54185, + "endTime": "0:36:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 54217, + "startTime": "0:36:8.700", + "endFrame": 54498, + "endTime": "0:36:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 54518, + "startTime": "0:36:20.730", + "endFrame": 54903, + "endTime": "0:36:36.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 54914, + "startTime": "0:36:36.570", + "endFrame": 55215, + "endTime": "0:36:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 55311, + "startTime": "0:36:52.470", + "endFrame": 55473, + "endTime": "0:36:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 55475, + "startTime": "0:36:59.010", + "endFrame": 55820, + "endTime": "0:37:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 55883, + "startTime": "0:37:15.330", + "endFrame": 56181, + "endTime": "0:37:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 56208, + "startTime": "0:37:28.320", + "endFrame": 56644, + "endTime": "0:37:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 56680, + "startTime": "0:37:47.220", + "endFrame": 57045, + "endTime": "0:38:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 57063, + "startTime": "0:38:2.550", + "endFrame": 57450, + "endTime": "0:38:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 57476, + "startTime": "0:38:19.050", + "endFrame": 57735, + "endTime": "0:38:29.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 57750, + "startTime": "0:38:30.000", + "endFrame": 58185, + "endTime": "0:38:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 58211, + "startTime": "0:38:48.450", + "endFrame": 58518, + "endTime": "0:39:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 58575, + "startTime": "0:39:3.030", + "endFrame": 58817, + "endTime": "0:39:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 58846, + "startTime": "0:39:13.860", + "endFrame": 59088, + "endTime": "0:39:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 59108, + "startTime": "0:39:24.330", + "endFrame": 59388, + "endTime": "0:39:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 59399, + "startTime": "0:39:35.970", + "endFrame": 59915, + "endTime": "0:39:56.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 59941, + "startTime": "0:39:57.660", + "endFrame": 60265, + "endTime": "0:40:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 60296, + "startTime": "0:40:11.850", + "endFrame": 60608, + "endTime": "0:40:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 60623, + "startTime": "0:40:24.930", + "endFrame": 61084, + "endTime": "0:40:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61163, + "startTime": "0:40:46.530", + "endFrame": 61473, + "endTime": "0:40:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 61498, + "startTime": "0:40:59.940", + "endFrame": 61734, + "endTime": "0:41:9.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 61748, + "startTime": "0:41:9.930", + "endFrame": 62005, + "endTime": "0:41:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 62026, + "startTime": "0:41:21.060", + "endFrame": 62334, + "endTime": "0:41:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 62374, + "startTime": "0:41:34.980", + "endFrame": 62613, + "endTime": "0:41:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63882, + "startTime": "0:42:35.310", + "endFrame": 64323, + "endTime": "0:42:52.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "coach", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64632, + "endTime": "0:43:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64651, + "startTime": "0:43:6.060", + "endFrame": 64929, + "endTime": "0:43:17.190", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64996, + "startTime": "0:43:19.860", + "endFrame": 65457, + "endTime": "0:43:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65477, + "startTime": "0:43:39.090", + "endFrame": 65751, + "endTime": "0:43:50.070", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65771, + "startTime": "0:43:50.850", + "endFrame": 66196, + "endTime": "0:44:7.860", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 66229, + "startTime": "0:44:9.180", + "endFrame": 66512, + "endTime": "0:44:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66535, + "startTime": "0:44:21.420", + "endFrame": 66786, + "endTime": "0:44:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 68827, + "startTime": "0:45:53.100", + "endFrame": 69210, + "endTime": "0:46:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 69240, + "startTime": "0:46:9.600", + "endFrame": 69532, + "endTime": "0:46:21.300", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 69581, + "startTime": "0:46:23.250", + "endFrame": 70161, + "endTime": "0:46:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 70202, + "startTime": "0:46:48.090", + "endFrame": 70690, + "endTime": "0:47:7.620", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 70703, + "startTime": "0:47:8.130", + "endFrame": 70980, + "endTime": "0:47:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 71071, + "startTime": "0:47:22.860", + "endFrame": 71232, + "endTime": "0:47:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 71247, + "startTime": "0:47:29.910", + "endFrame": 71673, + "endTime": "0:47:46.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 71699, + "startTime": "0:47:47.970", + "endFrame": 72074, + "endTime": "0:48:2.970", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 72087, + "startTime": "0:48:3.510", + "endFrame": 72474, + "endTime": "0:48:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 72496, + "startTime": "0:48:19.860", + "endFrame": 72800, + "endTime": "0:48:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73242, + "endTime": "0:48:49.710", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 73260, + "startTime": "0:48:50.430", + "endFrame": 73717, + "endTime": "0:49:8.700", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 73719, + "startTime": "0:49:8.760", + "endFrame": 73988, + "endTime": "0:49:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 74000, + "startTime": "0:49:20.010", + "endFrame": 74261, + "endTime": "0:49:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 75600, + "startTime": "0:50:24.000", + "endFrame": 75938, + "endTime": "0:50:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 75975, + "startTime": "0:50:39.030", + "endFrame": 76245, + "endTime": "0:50:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 76257, + "startTime": "0:50:50.310", + "endFrame": 76525, + "endTime": "0:51:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 76533, + "startTime": "0:51:1.320", + "endFrame": 76806, + "endTime": "0:51:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 76839, + "startTime": "0:51:13.560", + "endFrame": 77107, + "endTime": "0:51:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 77120, + "startTime": "0:51:24.810", + "endFrame": 77670, + "endTime": "0:51:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 77685, + "startTime": "0:51:47.430", + "endFrame": 78477, + "endTime": "0:52:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 78511, + "startTime": "0:52:20.460", + "endFrame": 78957, + "endTime": "0:52:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 79089, + "startTime": "0:52:43.560", + "endFrame": 79440, + "endTime": "0:52:57.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 79454, + "startTime": "0:52:58.170", + "endFrame": 79994, + "endTime": "0:53:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 80005, + "startTime": "0:53:20.220", + "endFrame": 80563, + "endTime": "0:53:42.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 80573, + "startTime": "0:53:42.930", + "endFrame": 80823, + "endTime": "0:53:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 80853, + "startTime": "0:53:54.120", + "endFrame": 81438, + "endTime": "0:54:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 81456, + "startTime": "0:54:18.240", + "endFrame": 81838, + "endTime": "0:54:33.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 81876, + "startTime": "0:54:35.070", + "endFrame": 82379, + "endTime": "0:54:55.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 82417, + "startTime": "0:54:56.700", + "endFrame": 82827, + "endTime": "0:55:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 82851, + "startTime": "0:55:14.040", + "endFrame": 83420, + "endTime": "0:55:36.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 83452, + "startTime": "0:55:38.100", + "endFrame": 83796, + "endTime": "0:55:51.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 83817, + "startTime": "0:55:52.680", + "endFrame": 84153, + "endTime": "0:56:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 84182, + "startTime": "0:56:7.290", + "endFrame": 84580, + "endTime": "0:56:23.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 84611, + "startTime": "0:56:24.450", + "endFrame": 84831, + "endTime": "0:56:33.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 86058, + "startTime": "0:57:22.350", + "endFrame": 86295, + "endTime": "0:57:31.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 86348, + "startTime": "0:57:33.930", + "endFrame": 86657, + "endTime": "0:57:46.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 86696, + "startTime": "0:57:47.850", + "endFrame": 86933, + "endTime": "0:57:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 86964, + "startTime": "0:57:58.560", + "endFrame": 87642, + "endTime": "0:58:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 87651, + "startTime": "0:58:26.040", + "endFrame": 88000, + "endTime": "0:58:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 88016, + "startTime": "0:58:40.650", + "endFrame": 88355, + "endTime": "0:58:54.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 88364, + "startTime": "0:58:54.570", + "endFrame": 88747, + "endTime": "0:59:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 88767, + "startTime": "0:59:10.680", + "endFrame": 89154, + "endTime": "0:59:26.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 89164, + "startTime": "0:59:26.580", + "endFrame": 89460, + "endTime": "0:59:38.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 89496, + "startTime": "0:59:39.870", + "endFrame": 90055, + "endTime": "1:00:2.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 90096, + "startTime": "1:00:3.870", + "endFrame": 90456, + "endTime": "1:00:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 90486, + "startTime": "1:00:19.440", + "endFrame": 90844, + "endTime": "1:00:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 90864, + "startTime": "1:00:34.590", + "endFrame": 91148, + "endTime": "1:00:45.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 91155, + "startTime": "1:00:46.200", + "endFrame": 91550, + "endTime": "1:01:2.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 91557, + "startTime": "1:01:2.310", + "endFrame": 91857, + "endTime": "1:01:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 91872, + "startTime": "1:01:14.910", + "endFrame": 92135, + "endTime": "1:01:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 92152, + "startTime": "1:01:26.100", + "endFrame": 92391, + "endTime": "1:01:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 92418, + "startTime": "1:01:36.750", + "endFrame": 92844, + "endTime": "1:01:53.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 92886, + "startTime": "1:01:55.440", + "endFrame": 93225, + "endTime": "1:02:9.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 94058, + "startTime": "1:02:42.330", + "endFrame": 94095, + "endTime": "1:02:43.830", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 94178, + "startTime": "1:02:47.130", + "endFrame": 94407, + "endTime": "1:02:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 94433, + "startTime": "1:02:57.330", + "endFrame": 94704, + "endTime": "1:03:8.160", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 94962, + "endTime": "1:03:18.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 96023, + "startTime": "1:04:0.930", + "endFrame": 96164, + "endTime": "1:04:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 96177, + "startTime": "1:04:7.110", + "endFrame": 96402, + "endTime": "1:04:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 97519, + "startTime": "1:05:0.780", + "endFrame": 97532, + "endTime": "1:05:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 97575, + "startTime": "1:05:3.030", + "endFrame": 97897, + "endTime": "1:05:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 97926, + "startTime": "1:05:17.040", + "endFrame": 98504, + "endTime": "1:05:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 98575, + "startTime": "1:05:43.020", + "endFrame": 98897, + "endTime": "1:05:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 98956, + "startTime": "1:05:58.260", + "endFrame": 99154, + "endTime": "1:06:6.180", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 99244, + "startTime": "1:06:9.780", + "endFrame": 99408, + "endTime": "1:06:16.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 99443, + "startTime": "1:06:17.730", + "endFrame": 99874, + "endTime": "1:06:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 99898, + "startTime": "1:06:35.940", + "endFrame": 100170, + "endTime": "1:06:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.324, + 0.174 + ], + "bottomright": [ + 0.634, + 0.39 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.634, + 0.39 + ], + "bottomright": [ + 0.945, + 0.607 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 100189, + "startTime": "1:06:47.580", + "endFrame": 100524, + "endTime": "1:07:0.990", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 100552, + "startTime": "1:07:2.100", + "endFrame": 100827, + "endTime": "1:07:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.003, + 0.499 + ], + "bottomright": [ + 0.501, + 0.997 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 100829, + "startTime": "1:07:13.170", + "endFrame": 101124, + "endTime": "1:07:24.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.5, + 0.997 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 101125, + "startTime": "1:07:25.020", + "endFrame": 101415, + "endTime": "1:07:36.600", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 237, + "startFrame": 101467, + "startTime": "1:07:38.700", + "endFrame": 101862, + "endTime": "1:07:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 101914, + "startTime": "1:07:56.580", + "endFrame": 102132, + "endTime": "1:08:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 102145, + "startTime": "1:08:5.820", + "endFrame": 102511, + "endTime": "1:08:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 102529, + "startTime": "1:08:21.180", + "endFrame": 102763, + "endTime": "1:08:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 102765, + "startTime": "1:08:30.600", + "endFrame": 103077, + "endTime": "1:08:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 103103, + "startTime": "1:08:44.130", + "endFrame": 103382, + "endTime": "1:08:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 103407, + "startTime": "1:08:56.310", + "endFrame": 103770, + "endTime": "1:09:10.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 103771, + "startTime": "1:09:10.860", + "endFrame": 104189, + "endTime": "1:09:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 104199, + "startTime": "1:09:27.990", + "endFrame": 104501, + "endTime": "1:09:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 104523, + "startTime": "1:09:40.950", + "endFrame": 104834, + "endTime": "1:09:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_18-rater5.json b/ratings/video_18-rater5.json new file mode 100644 index 0000000000000000000000000000000000000000..95d6e8d244ef51552ba33b017e430f08fab817db --- /dev/null +++ b/ratings/video_18-rater5.json @@ -0,0 +1,29613 @@ +[ + { + "clipIdx": 0, + "startFrame": 112, + "startTime": "0:00:4.500", + "endFrame": 477, + "endTime": "0:00:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 514, + "startTime": "0:00:20.580", + "endFrame": 726, + "endTime": "0:00:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 752, + "startTime": "0:00:30.090", + "endFrame": 1106, + "endTime": "0:00:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1113, + "startTime": "0:00:44.520", + "endFrame": 1521, + "endTime": "0:01:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1563, + "startTime": "0:01:2.550", + "endFrame": 1955, + "endTime": "0:01:18.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1980, + "startTime": "0:01:19.230", + "endFrame": 2280, + "endTime": "0:01:31.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2292, + "startTime": "0:01:31.710", + "endFrame": 2600, + "endTime": "0:01:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2606, + "startTime": "0:01:44.250", + "endFrame": 2882, + "endTime": "0:01:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2891, + "startTime": "0:01:55.650", + "endFrame": 3171, + "endTime": "0:02:6.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3178, + "startTime": "0:02:7.140", + "endFrame": 3510, + "endTime": "0:02:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3518, + "startTime": "0:02:20.730", + "endFrame": 3836, + "endTime": "0:02:33.480", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3865, + "startTime": "0:02:34.620", + "endFrame": 4209, + "endTime": "0:02:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4219, + "startTime": "0:02:48.780", + "endFrame": 4516, + "endTime": "0:03:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4523, + "startTime": "0:03:0.930", + "endFrame": 4999, + "endTime": "0:03:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5007, + "startTime": "0:03:20.310", + "endFrame": 5250, + "endTime": "0:03:30.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5753, + "endTime": "0:03:50.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5977, + "startTime": "0:03:59.100", + "endFrame": 6038, + "endTime": "0:04:1.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6065, + "startTime": "0:04:2.610", + "endFrame": 6600, + "endTime": "0:04:24.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6626, + "startTime": "0:04:25.050", + "endFrame": 7170, + "endTime": "0:04:46.800", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7305, + "startTime": "0:04:52.230", + "endFrame": 7489, + "endTime": "0:04:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7656, + "startTime": "0:05:6.270", + "endFrame": 7809, + "endTime": "0:05:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7902, + "startTime": "0:05:16.110", + "endFrame": 8098, + "endTime": "0:05:23.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8493, + "startTime": "0:05:39.720", + "endFrame": 8508, + "endTime": "0:05:40.350", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8525, + "startTime": "0:05:41.010", + "endFrame": 8791, + "endTime": "0:05:51.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8868, + "startTime": "0:05:54.720", + "endFrame": 9092, + "endTime": "0:06:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9424, + "startTime": "0:06:16.980", + "endFrame": 9436, + "endTime": "0:06:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9462, + "startTime": "0:06:18.480", + "endFrame": 10146, + "endTime": "0:06:45.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10196, + "startTime": "0:06:47.850", + "endFrame": 10593, + "endTime": "0:07:3.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10622, + "startTime": "0:07:4.890", + "endFrame": 11237, + "endTime": "0:07:29.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11306, + "startTime": "0:07:32.250", + "endFrame": 11511, + "endTime": "0:07:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11546, + "startTime": "0:07:41.850", + "endFrame": 11853, + "endTime": "0:07:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11869, + "startTime": "0:07:54.780", + "endFrame": 12149, + "endTime": "0:08:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12210, + "startTime": "0:08:8.430", + "endFrame": 12534, + "endTime": "0:08:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12546, + "startTime": "0:08:21.870", + "endFrame": 13029, + "endTime": "0:08:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13077, + "startTime": "0:08:43.080", + "endFrame": 13416, + "endTime": "0:08:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13451, + "startTime": "0:08:58.050", + "endFrame": 14027, + "endTime": "0:09:21.090", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14056, + "startTime": "0:09:22.260", + "endFrame": 14656, + "endTime": "0:09:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14695, + "startTime": "0:09:47.820", + "endFrame": 14997, + "endTime": "0:09:59.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15055, + "startTime": "0:10:2.220", + "endFrame": 15268, + "endTime": "0:10:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15321, + "startTime": "0:10:12.870", + "endFrame": 15535, + "endTime": "0:10:21.420", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15555, + "startTime": "0:10:22.200", + "endFrame": 16002, + "endTime": "0:10:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 19602, + "startTime": "0:13:4.080", + "endFrame": 19920, + "endTime": "0:13:16.830", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 19971, + "startTime": "0:13:18.840", + "endFrame": 20183, + "endTime": "0:13:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 20223, + "startTime": "0:13:28.920", + "endFrame": 20597, + "endTime": "0:13:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.01 + ], + "bottomright": [ + 0.338, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 20622, + "startTime": "0:13:44.910", + "endFrame": 20919, + "endTime": "0:13:56.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 20919, + "startTime": "0:13:56.790", + "endFrame": 21315, + "endTime": "0:14:12.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 21333, + "startTime": "0:14:13.320", + "endFrame": 21807, + "endTime": "0:14:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 21840, + "startTime": "0:14:33.600", + "endFrame": 22066, + "endTime": "0:14:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 22097, + "startTime": "0:14:43.890", + "endFrame": 22596, + "endTime": "0:15:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 22614, + "startTime": "0:15:4.590", + "endFrame": 22941, + "endTime": "0:15:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 23031, + "startTime": "0:15:21.240", + "endFrame": 23283, + "endTime": "0:15:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 23298, + "startTime": "0:15:31.920", + "endFrame": 23716, + "endTime": "0:15:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 23727, + "startTime": "0:15:49.110", + "endFrame": 23988, + "endTime": "0:15:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 24009, + "startTime": "0:16:0.390", + "endFrame": 24314, + "endTime": "0:16:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 24322, + "startTime": "0:16:12.900", + "endFrame": 24779, + "endTime": "0:16:31.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 24795, + "startTime": "0:16:31.830", + "endFrame": 25180, + "endTime": "0:16:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 25182, + "startTime": "0:16:47.280", + "endFrame": 25478, + "endTime": "0:16:59.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 25497, + "startTime": "0:16:59.880", + "endFrame": 25920, + "endTime": "0:17:16.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 25926, + "startTime": "0:17:17.070", + "endFrame": 26286, + "endTime": "0:17:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 26298, + "startTime": "0:17:31.920", + "endFrame": 26713, + "endTime": "0:17:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 26723, + "startTime": "0:17:48.930", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 27035, + "startTime": "0:18:1.410", + "endFrame": 27348, + "endTime": "0:18:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 27355, + "startTime": "0:18:14.220", + "endFrame": 27973, + "endTime": "0:18:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27990, + "startTime": "0:18:39.630", + "endFrame": 28560, + "endTime": "0:19:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 28563, + "startTime": "0:19:2.520", + "endFrame": 28905, + "endTime": "0:19:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 28913, + "startTime": "0:19:16.530", + "endFrame": 29292, + "endTime": "0:19:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 29300, + "startTime": "0:19:32.010", + "endFrame": 29582, + "endTime": "0:19:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 29639, + "startTime": "0:19:45.570", + "endFrame": 29936, + "endTime": "0:19:57.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29953, + "startTime": "0:19:58.140", + "endFrame": 30209, + "endTime": "0:20:8.370", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 30224, + "startTime": "0:20:8.970", + "endFrame": 30472, + "endTime": "0:20:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 30651, + "startTime": "0:20:26.040", + "endFrame": 30892, + "endTime": "0:20:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30935, + "startTime": "0:20:37.410", + "endFrame": 31449, + "endTime": "0:20:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 31470, + "startTime": "0:20:58.800", + "endFrame": 31937, + "endTime": "0:21:17.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 31950, + "startTime": "0:21:18.030", + "endFrame": 32336, + "endTime": "0:21:33.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 32347, + "startTime": "0:21:33.900", + "endFrame": 32677, + "endTime": "0:21:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32690, + "startTime": "0:21:47.610", + "endFrame": 32933, + "endTime": "0:21:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 32963, + "startTime": "0:21:58.530", + "endFrame": 33249, + "endTime": "0:22:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 33282, + "startTime": "0:22:11.280", + "endFrame": 33561, + "endTime": "0:22:22.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 33630, + "startTime": "0:22:25.230", + "endFrame": 33821, + "endTime": "0:22:32.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33906, + "startTime": "0:22:36.270", + "endFrame": 34144, + "endTime": "0:22:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 34224, + "startTime": "0:22:48.990", + "endFrame": 34546, + "endTime": "0:23:1.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 34546, + "startTime": "0:23:1.860", + "endFrame": 35043, + "endTime": "0:23:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 35089, + "startTime": "0:23:23.580", + "endFrame": 35294, + "endTime": "0:23:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 35307, + "startTime": "0:23:32.280", + "endFrame": 35566, + "endTime": "0:23:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 35572, + "startTime": "0:23:42.900", + "endFrame": 36090, + "endTime": "0:24:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 36102, + "startTime": "0:24:4.110", + "endFrame": 36594, + "endTime": "0:24:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 36615, + "startTime": "0:24:24.600", + "endFrame": 37009, + "endTime": "0:24:40.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 37040, + "startTime": "0:24:41.610", + "endFrame": 37443, + "endTime": "0:24:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 37461, + "startTime": "0:24:58.440", + "endFrame": 37758, + "endTime": "0:25:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37767, + "startTime": "0:25:10.680", + "endFrame": 38031, + "endTime": "0:25:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 38055, + "startTime": "0:25:22.230", + "endFrame": 38535, + "endTime": "0:25:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38562, + "startTime": "0:25:42.510", + "endFrame": 38890, + "endTime": "0:25:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38931, + "startTime": "0:25:57.240", + "endFrame": 39247, + "endTime": "0:26:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 39311, + "startTime": "0:26:12.450", + "endFrame": 39689, + "endTime": "0:26:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39707, + "startTime": "0:26:28.290", + "endFrame": 40071, + "endTime": "0:26:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 40125, + "startTime": "0:26:45.030", + "endFrame": 40350, + "endTime": "0:26:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40383, + "startTime": "0:26:55.320", + "endFrame": 40743, + "endTime": "0:27:9.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40751, + "startTime": "0:27:10.050", + "endFrame": 41065, + "endTime": "0:27:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41103, + "startTime": "0:27:24.150", + "endFrame": 41317, + "endTime": "0:27:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41318, + "startTime": "0:27:32.730", + "endFrame": 41580, + "endTime": "0:27:43.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41598, + "startTime": "0:27:43.950", + "endFrame": 41905, + "endTime": "0:27:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41938, + "startTime": "0:27:57.540", + "endFrame": 42252, + "endTime": "0:28:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42279, + "startTime": "0:28:11.160", + "endFrame": 42503, + "endTime": "0:28:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42530, + "startTime": "0:28:21.210", + "endFrame": 42851, + "endTime": "0:28:34.050", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42878, + "startTime": "0:28:35.130", + "endFrame": 43150, + "endTime": "0:28:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43196, + "startTime": "0:28:47.850", + "endFrame": 43458, + "endTime": "0:28:58.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43623, + "startTime": "0:29:4.920", + "endFrame": 43936, + "endTime": "0:29:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 43946, + "startTime": "0:29:17.850", + "endFrame": 44229, + "endTime": "0:29:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44255, + "startTime": "0:29:30.210", + "endFrame": 44507, + "endTime": "0:29:40.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44548, + "startTime": "0:29:41.940", + "endFrame": 44829, + "endTime": "0:29:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 44862, + "startTime": "0:29:54.480", + "endFrame": 45128, + "endTime": "0:30:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45228, + "startTime": "0:30:9.150", + "endFrame": 45605, + "endTime": "0:30:24.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 45627, + "startTime": "0:30:25.110", + "endFrame": 45902, + "endTime": "0:30:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 45904, + "startTime": "0:30:36.180", + "endFrame": 46362, + "endTime": "0:30:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46394, + "startTime": "0:30:55.770", + "endFrame": 46857, + "endTime": "0:31:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47190, + "endTime": "0:31:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47240, + "startTime": "0:31:29.610", + "endFrame": 47535, + "endTime": "0:31:41.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47569, + "startTime": "0:31:42.780", + "endFrame": 47925, + "endTime": "0:31:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 47957, + "startTime": "0:31:58.290", + "endFrame": 48252, + "endTime": "0:32:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48669, + "endTime": "0:32:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48804, + "startTime": "0:32:32.190", + "endFrame": 49085, + "endTime": "0:32:43.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49092, + "startTime": "0:32:43.710", + "endFrame": 49702, + "endTime": "0:33:8.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49722, + "startTime": "0:33:8.910", + "endFrame": 49993, + "endTime": "0:33:19.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 50044, + "startTime": "0:33:21.780", + "endFrame": 50559, + "endTime": "0:33:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50640, + "startTime": "0:33:45.600", + "endFrame": 50901, + "endTime": "0:33:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50929, + "startTime": "0:33:57.180", + "endFrame": 51396, + "endTime": "0:34:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 51447, + "startTime": "0:34:17.880", + "endFrame": 51652, + "endTime": "0:34:26.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51661, + "startTime": "0:34:26.460", + "endFrame": 52047, + "endTime": "0:34:41.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 52089, + "startTime": "0:34:43.590", + "endFrame": 52501, + "endTime": "0:35:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52523, + "startTime": "0:35:0.930", + "endFrame": 52896, + "endTime": "0:35:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52930, + "startTime": "0:35:17.220", + "endFrame": 53214, + "endTime": "0:35:28.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53259, + "startTime": "0:35:30.390", + "endFrame": 53822, + "endTime": "0:35:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53832, + "startTime": "0:35:53.310", + "endFrame": 54185, + "endTime": "0:36:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 54217, + "startTime": "0:36:8.700", + "endFrame": 54498, + "endTime": "0:36:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 54518, + "startTime": "0:36:20.730", + "endFrame": 54903, + "endTime": "0:36:36.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 54914, + "startTime": "0:36:36.570", + "endFrame": 55215, + "endTime": "0:36:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 55311, + "startTime": "0:36:52.470", + "endFrame": 55473, + "endTime": "0:36:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 55475, + "startTime": "0:36:59.010", + "endFrame": 55820, + "endTime": "0:37:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 55883, + "startTime": "0:37:15.330", + "endFrame": 56181, + "endTime": "0:37:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 56208, + "startTime": "0:37:28.320", + "endFrame": 56644, + "endTime": "0:37:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 56680, + "startTime": "0:37:47.220", + "endFrame": 57045, + "endTime": "0:38:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 57063, + "startTime": "0:38:2.550", + "endFrame": 57450, + "endTime": "0:38:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 57476, + "startTime": "0:38:19.050", + "endFrame": 57735, + "endTime": "0:38:29.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 57750, + "startTime": "0:38:30.000", + "endFrame": 58185, + "endTime": "0:38:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 58211, + "startTime": "0:38:48.450", + "endFrame": 58518, + "endTime": "0:39:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 58575, + "startTime": "0:39:3.030", + "endFrame": 58817, + "endTime": "0:39:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 58846, + "startTime": "0:39:13.860", + "endFrame": 59088, + "endTime": "0:39:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 59108, + "startTime": "0:39:24.330", + "endFrame": 59388, + "endTime": "0:39:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 59399, + "startTime": "0:39:35.970", + "endFrame": 59915, + "endTime": "0:39:56.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 59941, + "startTime": "0:39:57.660", + "endFrame": 60265, + "endTime": "0:40:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 60296, + "startTime": "0:40:11.850", + "endFrame": 60608, + "endTime": "0:40:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 60623, + "startTime": "0:40:24.930", + "endFrame": 61084, + "endTime": "0:40:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61163, + "startTime": "0:40:46.530", + "endFrame": 61473, + "endTime": "0:40:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 61498, + "startTime": "0:40:59.940", + "endFrame": 61734, + "endTime": "0:41:9.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 61748, + "startTime": "0:41:9.930", + "endFrame": 62005, + "endTime": "0:41:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 62026, + "startTime": "0:41:21.060", + "endFrame": 62334, + "endTime": "0:41:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 62374, + "startTime": "0:41:34.980", + "endFrame": 62613, + "endTime": "0:41:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63882, + "startTime": "0:42:35.310", + "endFrame": 64323, + "endTime": "0:42:52.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "coach", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64632, + "endTime": "0:43:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64651, + "startTime": "0:43:6.060", + "endFrame": 64929, + "endTime": "0:43:17.190", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64996, + "startTime": "0:43:19.860", + "endFrame": 65457, + "endTime": "0:43:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65477, + "startTime": "0:43:39.090", + "endFrame": 65751, + "endTime": "0:43:50.070", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65771, + "startTime": "0:43:50.850", + "endFrame": 66196, + "endTime": "0:44:7.860", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 66229, + "startTime": "0:44:9.180", + "endFrame": 66512, + "endTime": "0:44:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66535, + "startTime": "0:44:21.420", + "endFrame": 66786, + "endTime": "0:44:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 68827, + "startTime": "0:45:53.100", + "endFrame": 69210, + "endTime": "0:46:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 69240, + "startTime": "0:46:9.600", + "endFrame": 69532, + "endTime": "0:46:21.300", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 69581, + "startTime": "0:46:23.250", + "endFrame": 70161, + "endTime": "0:46:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 70202, + "startTime": "0:46:48.090", + "endFrame": 70690, + "endTime": "0:47:7.620", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 70703, + "startTime": "0:47:8.130", + "endFrame": 70980, + "endTime": "0:47:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 71071, + "startTime": "0:47:22.860", + "endFrame": 71232, + "endTime": "0:47:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 71247, + "startTime": "0:47:29.910", + "endFrame": 71673, + "endTime": "0:47:46.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 71699, + "startTime": "0:47:47.970", + "endFrame": 72074, + "endTime": "0:48:2.970", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 72087, + "startTime": "0:48:3.510", + "endFrame": 72474, + "endTime": "0:48:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 72496, + "startTime": "0:48:19.860", + "endFrame": 72800, + "endTime": "0:48:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73242, + "endTime": "0:48:49.710", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 73260, + "startTime": "0:48:50.430", + "endFrame": 73717, + "endTime": "0:49:8.700", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 73719, + "startTime": "0:49:8.760", + "endFrame": 73988, + "endTime": "0:49:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 74000, + "startTime": "0:49:20.010", + "endFrame": 74261, + "endTime": "0:49:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 75600, + "startTime": "0:50:24.000", + "endFrame": 75938, + "endTime": "0:50:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 75975, + "startTime": "0:50:39.030", + "endFrame": 76245, + "endTime": "0:50:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 76257, + "startTime": "0:50:50.310", + "endFrame": 76525, + "endTime": "0:51:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 76533, + "startTime": "0:51:1.320", + "endFrame": 76806, + "endTime": "0:51:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 76839, + "startTime": "0:51:13.560", + "endFrame": 77107, + "endTime": "0:51:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 77120, + "startTime": "0:51:24.810", + "endFrame": 77670, + "endTime": "0:51:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 77685, + "startTime": "0:51:47.430", + "endFrame": 78477, + "endTime": "0:52:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 78511, + "startTime": "0:52:20.460", + "endFrame": 78957, + "endTime": "0:52:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 79089, + "startTime": "0:52:43.560", + "endFrame": 79440, + "endTime": "0:52:57.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 79454, + "startTime": "0:52:58.170", + "endFrame": 79994, + "endTime": "0:53:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 80005, + "startTime": "0:53:20.220", + "endFrame": 80563, + "endTime": "0:53:42.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 80573, + "startTime": "0:53:42.930", + "endFrame": 80823, + "endTime": "0:53:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 80853, + "startTime": "0:53:54.120", + "endFrame": 81438, + "endTime": "0:54:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 81456, + "startTime": "0:54:18.240", + "endFrame": 81838, + "endTime": "0:54:33.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 81876, + "startTime": "0:54:35.070", + "endFrame": 82379, + "endTime": "0:54:55.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 82417, + "startTime": "0:54:56.700", + "endFrame": 82827, + "endTime": "0:55:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 82851, + "startTime": "0:55:14.040", + "endFrame": 83420, + "endTime": "0:55:36.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 83452, + "startTime": "0:55:38.100", + "endFrame": 83796, + "endTime": "0:55:51.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 83817, + "startTime": "0:55:52.680", + "endFrame": 84153, + "endTime": "0:56:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 84182, + "startTime": "0:56:7.290", + "endFrame": 84580, + "endTime": "0:56:23.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 84611, + "startTime": "0:56:24.450", + "endFrame": 84831, + "endTime": "0:56:33.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 86058, + "startTime": "0:57:22.350", + "endFrame": 86295, + "endTime": "0:57:31.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 86348, + "startTime": "0:57:33.930", + "endFrame": 86657, + "endTime": "0:57:46.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 86696, + "startTime": "0:57:47.850", + "endFrame": 86933, + "endTime": "0:57:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 86964, + "startTime": "0:57:58.560", + "endFrame": 87642, + "endTime": "0:58:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 87651, + "startTime": "0:58:26.040", + "endFrame": 88000, + "endTime": "0:58:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 88016, + "startTime": "0:58:40.650", + "endFrame": 88355, + "endTime": "0:58:54.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 88364, + "startTime": "0:58:54.570", + "endFrame": 88747, + "endTime": "0:59:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 88767, + "startTime": "0:59:10.680", + "endFrame": 89154, + "endTime": "0:59:26.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 89164, + "startTime": "0:59:26.580", + "endFrame": 89460, + "endTime": "0:59:38.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 89496, + "startTime": "0:59:39.870", + "endFrame": 90055, + "endTime": "1:00:2.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 90096, + "startTime": "1:00:3.870", + "endFrame": 90456, + "endTime": "1:00:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 90486, + "startTime": "1:00:19.440", + "endFrame": 90844, + "endTime": "1:00:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 90864, + "startTime": "1:00:34.590", + "endFrame": 91148, + "endTime": "1:00:45.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 91155, + "startTime": "1:00:46.200", + "endFrame": 91550, + "endTime": "1:01:2.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 91557, + "startTime": "1:01:2.310", + "endFrame": 91857, + "endTime": "1:01:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 91872, + "startTime": "1:01:14.910", + "endFrame": 92135, + "endTime": "1:01:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 92152, + "startTime": "1:01:26.100", + "endFrame": 92391, + "endTime": "1:01:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 92418, + "startTime": "1:01:36.750", + "endFrame": 92844, + "endTime": "1:01:53.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 92886, + "startTime": "1:01:55.440", + "endFrame": 93225, + "endTime": "1:02:9.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 94058, + "startTime": "1:02:42.330", + "endFrame": 94095, + "endTime": "1:02:43.830", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 94178, + "startTime": "1:02:47.130", + "endFrame": 94407, + "endTime": "1:02:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 94433, + "startTime": "1:02:57.330", + "endFrame": 94704, + "endTime": "1:03:8.160", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 94962, + "endTime": "1:03:18.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 96023, + "startTime": "1:04:0.930", + "endFrame": 96164, + "endTime": "1:04:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 96177, + "startTime": "1:04:7.110", + "endFrame": 96402, + "endTime": "1:04:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 97519, + "startTime": "1:05:0.780", + "endFrame": 97532, + "endTime": "1:05:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 97575, + "startTime": "1:05:3.030", + "endFrame": 97897, + "endTime": "1:05:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 97926, + "startTime": "1:05:17.040", + "endFrame": 98504, + "endTime": "1:05:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 98575, + "startTime": "1:05:43.020", + "endFrame": 98897, + "endTime": "1:05:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 98956, + "startTime": "1:05:58.260", + "endFrame": 99154, + "endTime": "1:06:6.180", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 99244, + "startTime": "1:06:9.780", + "endFrame": 99408, + "endTime": "1:06:16.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 99443, + "startTime": "1:06:17.730", + "endFrame": 99874, + "endTime": "1:06:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 99898, + "startTime": "1:06:35.940", + "endFrame": 100170, + "endTime": "1:06:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.324, + 0.174 + ], + "bottomright": [ + 0.634, + 0.39 + ] + } + }, + { + "name": "person6", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.634, + 0.39 + ], + "bottomright": [ + 0.945, + 0.607 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 100189, + "startTime": "1:06:47.580", + "endFrame": 100524, + "endTime": "1:07:0.990", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 100552, + "startTime": "1:07:2.100", + "endFrame": 100827, + "endTime": "1:07:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.003, + 0.499 + ], + "bottomright": [ + 0.501, + 0.997 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 100829, + "startTime": "1:07:13.170", + "endFrame": 101124, + "endTime": "1:07:24.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.5, + 0.997 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 101125, + "startTime": "1:07:25.020", + "endFrame": 101415, + "endTime": "1:07:36.600", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 237, + "startFrame": 101467, + "startTime": "1:07:38.700", + "endFrame": 101862, + "endTime": "1:07:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 101914, + "startTime": "1:07:56.580", + "endFrame": 102132, + "endTime": "1:08:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 102145, + "startTime": "1:08:5.820", + "endFrame": 102511, + "endTime": "1:08:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 102529, + "startTime": "1:08:21.180", + "endFrame": 102763, + "endTime": "1:08:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 102765, + "startTime": "1:08:30.600", + "endFrame": 103077, + "endTime": "1:08:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 103103, + "startTime": "1:08:44.130", + "endFrame": 103382, + "endTime": "1:08:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 103407, + "startTime": "1:08:56.310", + "endFrame": 103770, + "endTime": "1:09:10.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 103771, + "startTime": "1:09:10.860", + "endFrame": 104189, + "endTime": "1:09:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 104199, + "startTime": "1:09:27.990", + "endFrame": 104501, + "endTime": "1:09:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 104523, + "startTime": "1:09:40.950", + "endFrame": 104834, + "endTime": "1:09:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_18-rater6.json b/ratings/video_18-rater6.json new file mode 100644 index 0000000000000000000000000000000000000000..6a62e76dbddbf1f8224b4862186f1dcc7be464b0 --- /dev/null +++ b/ratings/video_18-rater6.json @@ -0,0 +1,29613 @@ +[ + { + "clipIdx": 0, + "startFrame": 112, + "startTime": "0:00:4.500", + "endFrame": 477, + "endTime": "0:00:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 514, + "startTime": "0:00:20.580", + "endFrame": 726, + "endTime": "0:00:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 752, + "startTime": "0:00:30.090", + "endFrame": 1106, + "endTime": "0:00:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1113, + "startTime": "0:00:44.520", + "endFrame": 1521, + "endTime": "0:01:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1563, + "startTime": "0:01:2.550", + "endFrame": 1955, + "endTime": "0:01:18.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1980, + "startTime": "0:01:19.230", + "endFrame": 2280, + "endTime": "0:01:31.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2292, + "startTime": "0:01:31.710", + "endFrame": 2600, + "endTime": "0:01:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2606, + "startTime": "0:01:44.250", + "endFrame": 2882, + "endTime": "0:01:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2891, + "startTime": "0:01:55.650", + "endFrame": 3171, + "endTime": "0:02:6.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3178, + "startTime": "0:02:7.140", + "endFrame": 3510, + "endTime": "0:02:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3518, + "startTime": "0:02:20.730", + "endFrame": 3836, + "endTime": "0:02:33.480", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3865, + "startTime": "0:02:34.620", + "endFrame": 4209, + "endTime": "0:02:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4219, + "startTime": "0:02:48.780", + "endFrame": 4516, + "endTime": "0:03:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4523, + "startTime": "0:03:0.930", + "endFrame": 4999, + "endTime": "0:03:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5007, + "startTime": "0:03:20.310", + "endFrame": 5250, + "endTime": "0:03:30.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5753, + "endTime": "0:03:50.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5977, + "startTime": "0:03:59.100", + "endFrame": 6038, + "endTime": "0:04:1.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6065, + "startTime": "0:04:2.610", + "endFrame": 6600, + "endTime": "0:04:24.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6626, + "startTime": "0:04:25.050", + "endFrame": 7170, + "endTime": "0:04:46.800", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7305, + "startTime": "0:04:52.230", + "endFrame": 7489, + "endTime": "0:04:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7656, + "startTime": "0:05:6.270", + "endFrame": 7809, + "endTime": "0:05:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7902, + "startTime": "0:05:16.110", + "endFrame": 8098, + "endTime": "0:05:23.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8493, + "startTime": "0:05:39.720", + "endFrame": 8508, + "endTime": "0:05:40.350", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8525, + "startTime": "0:05:41.010", + "endFrame": 8791, + "endTime": "0:05:51.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8868, + "startTime": "0:05:54.720", + "endFrame": 9092, + "endTime": "0:06:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9424, + "startTime": "0:06:16.980", + "endFrame": 9436, + "endTime": "0:06:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9462, + "startTime": "0:06:18.480", + "endFrame": 10146, + "endTime": "0:06:45.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10196, + "startTime": "0:06:47.850", + "endFrame": 10593, + "endTime": "0:07:3.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10622, + "startTime": "0:07:4.890", + "endFrame": 11237, + "endTime": "0:07:29.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11306, + "startTime": "0:07:32.250", + "endFrame": 11511, + "endTime": "0:07:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11546, + "startTime": "0:07:41.850", + "endFrame": 11853, + "endTime": "0:07:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11869, + "startTime": "0:07:54.780", + "endFrame": 12149, + "endTime": "0:08:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12210, + "startTime": "0:08:8.430", + "endFrame": 12534, + "endTime": "0:08:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12546, + "startTime": "0:08:21.870", + "endFrame": 13029, + "endTime": "0:08:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13077, + "startTime": "0:08:43.080", + "endFrame": 13416, + "endTime": "0:08:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13451, + "startTime": "0:08:58.050", + "endFrame": 14027, + "endTime": "0:09:21.090", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14056, + "startTime": "0:09:22.260", + "endFrame": 14656, + "endTime": "0:09:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14695, + "startTime": "0:09:47.820", + "endFrame": 14997, + "endTime": "0:09:59.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15055, + "startTime": "0:10:2.220", + "endFrame": 15268, + "endTime": "0:10:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15321, + "startTime": "0:10:12.870", + "endFrame": 15535, + "endTime": "0:10:21.420", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15555, + "startTime": "0:10:22.200", + "endFrame": 16002, + "endTime": "0:10:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 19602, + "startTime": "0:13:4.080", + "endFrame": 19920, + "endTime": "0:13:16.830", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 19971, + "startTime": "0:13:18.840", + "endFrame": 20183, + "endTime": "0:13:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 20223, + "startTime": "0:13:28.920", + "endFrame": 20597, + "endTime": "0:13:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.01 + ], + "bottomright": [ + 0.338, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 20622, + "startTime": "0:13:44.910", + "endFrame": 20919, + "endTime": "0:13:56.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 20919, + "startTime": "0:13:56.790", + "endFrame": 21315, + "endTime": "0:14:12.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 21333, + "startTime": "0:14:13.320", + "endFrame": 21807, + "endTime": "0:14:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 21840, + "startTime": "0:14:33.600", + "endFrame": 22066, + "endTime": "0:14:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 22097, + "startTime": "0:14:43.890", + "endFrame": 22596, + "endTime": "0:15:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 22614, + "startTime": "0:15:4.590", + "endFrame": 22941, + "endTime": "0:15:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 23031, + "startTime": "0:15:21.240", + "endFrame": 23283, + "endTime": "0:15:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 23298, + "startTime": "0:15:31.920", + "endFrame": 23716, + "endTime": "0:15:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 23727, + "startTime": "0:15:49.110", + "endFrame": 23988, + "endTime": "0:15:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 24009, + "startTime": "0:16:0.390", + "endFrame": 24314, + "endTime": "0:16:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 24322, + "startTime": "0:16:12.900", + "endFrame": 24779, + "endTime": "0:16:31.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 24795, + "startTime": "0:16:31.830", + "endFrame": 25180, + "endTime": "0:16:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 25182, + "startTime": "0:16:47.280", + "endFrame": 25478, + "endTime": "0:16:59.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 25497, + "startTime": "0:16:59.880", + "endFrame": 25920, + "endTime": "0:17:16.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 25926, + "startTime": "0:17:17.070", + "endFrame": 26286, + "endTime": "0:17:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 26298, + "startTime": "0:17:31.920", + "endFrame": 26713, + "endTime": "0:17:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 26723, + "startTime": "0:17:48.930", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 27035, + "startTime": "0:18:1.410", + "endFrame": 27348, + "endTime": "0:18:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 27355, + "startTime": "0:18:14.220", + "endFrame": 27973, + "endTime": "0:18:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27990, + "startTime": "0:18:39.630", + "endFrame": 28560, + "endTime": "0:19:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 28563, + "startTime": "0:19:2.520", + "endFrame": 28905, + "endTime": "0:19:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 28913, + "startTime": "0:19:16.530", + "endFrame": 29292, + "endTime": "0:19:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 29300, + "startTime": "0:19:32.010", + "endFrame": 29582, + "endTime": "0:19:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 29639, + "startTime": "0:19:45.570", + "endFrame": 29936, + "endTime": "0:19:57.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29953, + "startTime": "0:19:58.140", + "endFrame": 30209, + "endTime": "0:20:8.370", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 30224, + "startTime": "0:20:8.970", + "endFrame": 30472, + "endTime": "0:20:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 30651, + "startTime": "0:20:26.040", + "endFrame": 30892, + "endTime": "0:20:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30935, + "startTime": "0:20:37.410", + "endFrame": 31449, + "endTime": "0:20:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 31470, + "startTime": "0:20:58.800", + "endFrame": 31937, + "endTime": "0:21:17.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 31950, + "startTime": "0:21:18.030", + "endFrame": 32336, + "endTime": "0:21:33.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 32347, + "startTime": "0:21:33.900", + "endFrame": 32677, + "endTime": "0:21:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32690, + "startTime": "0:21:47.610", + "endFrame": 32933, + "endTime": "0:21:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 32963, + "startTime": "0:21:58.530", + "endFrame": 33249, + "endTime": "0:22:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 33282, + "startTime": "0:22:11.280", + "endFrame": 33561, + "endTime": "0:22:22.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 33630, + "startTime": "0:22:25.230", + "endFrame": 33821, + "endTime": "0:22:32.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33906, + "startTime": "0:22:36.270", + "endFrame": 34144, + "endTime": "0:22:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 34224, + "startTime": "0:22:48.990", + "endFrame": 34546, + "endTime": "0:23:1.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 34546, + "startTime": "0:23:1.860", + "endFrame": 35043, + "endTime": "0:23:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 35089, + "startTime": "0:23:23.580", + "endFrame": 35294, + "endTime": "0:23:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 35307, + "startTime": "0:23:32.280", + "endFrame": 35566, + "endTime": "0:23:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 35572, + "startTime": "0:23:42.900", + "endFrame": 36090, + "endTime": "0:24:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 36102, + "startTime": "0:24:4.110", + "endFrame": 36594, + "endTime": "0:24:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 36615, + "startTime": "0:24:24.600", + "endFrame": 37009, + "endTime": "0:24:40.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 37040, + "startTime": "0:24:41.610", + "endFrame": 37443, + "endTime": "0:24:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 37461, + "startTime": "0:24:58.440", + "endFrame": 37758, + "endTime": "0:25:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37767, + "startTime": "0:25:10.680", + "endFrame": 38031, + "endTime": "0:25:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 38055, + "startTime": "0:25:22.230", + "endFrame": 38535, + "endTime": "0:25:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38562, + "startTime": "0:25:42.510", + "endFrame": 38890, + "endTime": "0:25:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38931, + "startTime": "0:25:57.240", + "endFrame": 39247, + "endTime": "0:26:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 39311, + "startTime": "0:26:12.450", + "endFrame": 39689, + "endTime": "0:26:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39707, + "startTime": "0:26:28.290", + "endFrame": 40071, + "endTime": "0:26:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 40125, + "startTime": "0:26:45.030", + "endFrame": 40350, + "endTime": "0:26:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40383, + "startTime": "0:26:55.320", + "endFrame": 40743, + "endTime": "0:27:9.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40751, + "startTime": "0:27:10.050", + "endFrame": 41065, + "endTime": "0:27:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41103, + "startTime": "0:27:24.150", + "endFrame": 41317, + "endTime": "0:27:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41318, + "startTime": "0:27:32.730", + "endFrame": 41580, + "endTime": "0:27:43.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41598, + "startTime": "0:27:43.950", + "endFrame": 41905, + "endTime": "0:27:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41938, + "startTime": "0:27:57.540", + "endFrame": 42252, + "endTime": "0:28:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42279, + "startTime": "0:28:11.160", + "endFrame": 42503, + "endTime": "0:28:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42530, + "startTime": "0:28:21.210", + "endFrame": 42851, + "endTime": "0:28:34.050", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42878, + "startTime": "0:28:35.130", + "endFrame": 43150, + "endTime": "0:28:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43196, + "startTime": "0:28:47.850", + "endFrame": 43458, + "endTime": "0:28:58.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43623, + "startTime": "0:29:4.920", + "endFrame": 43936, + "endTime": "0:29:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 43946, + "startTime": "0:29:17.850", + "endFrame": 44229, + "endTime": "0:29:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44255, + "startTime": "0:29:30.210", + "endFrame": 44507, + "endTime": "0:29:40.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44548, + "startTime": "0:29:41.940", + "endFrame": 44829, + "endTime": "0:29:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 44862, + "startTime": "0:29:54.480", + "endFrame": 45128, + "endTime": "0:30:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45228, + "startTime": "0:30:9.150", + "endFrame": 45605, + "endTime": "0:30:24.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 45627, + "startTime": "0:30:25.110", + "endFrame": 45902, + "endTime": "0:30:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 45904, + "startTime": "0:30:36.180", + "endFrame": 46362, + "endTime": "0:30:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46394, + "startTime": "0:30:55.770", + "endFrame": 46857, + "endTime": "0:31:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47190, + "endTime": "0:31:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47240, + "startTime": "0:31:29.610", + "endFrame": 47535, + "endTime": "0:31:41.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47569, + "startTime": "0:31:42.780", + "endFrame": 47925, + "endTime": "0:31:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 47957, + "startTime": "0:31:58.290", + "endFrame": 48252, + "endTime": "0:32:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48669, + "endTime": "0:32:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48804, + "startTime": "0:32:32.190", + "endFrame": 49085, + "endTime": "0:32:43.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49092, + "startTime": "0:32:43.710", + "endFrame": 49702, + "endTime": "0:33:8.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49722, + "startTime": "0:33:8.910", + "endFrame": 49993, + "endTime": "0:33:19.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 50044, + "startTime": "0:33:21.780", + "endFrame": 50559, + "endTime": "0:33:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50640, + "startTime": "0:33:45.600", + "endFrame": 50901, + "endTime": "0:33:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50929, + "startTime": "0:33:57.180", + "endFrame": 51396, + "endTime": "0:34:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 51447, + "startTime": "0:34:17.880", + "endFrame": 51652, + "endTime": "0:34:26.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51661, + "startTime": "0:34:26.460", + "endFrame": 52047, + "endTime": "0:34:41.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 52089, + "startTime": "0:34:43.590", + "endFrame": 52501, + "endTime": "0:35:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52523, + "startTime": "0:35:0.930", + "endFrame": 52896, + "endTime": "0:35:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52930, + "startTime": "0:35:17.220", + "endFrame": 53214, + "endTime": "0:35:28.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53259, + "startTime": "0:35:30.390", + "endFrame": 53822, + "endTime": "0:35:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53832, + "startTime": "0:35:53.310", + "endFrame": 54185, + "endTime": "0:36:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 54217, + "startTime": "0:36:8.700", + "endFrame": 54498, + "endTime": "0:36:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 54518, + "startTime": "0:36:20.730", + "endFrame": 54903, + "endTime": "0:36:36.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 54914, + "startTime": "0:36:36.570", + "endFrame": 55215, + "endTime": "0:36:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 55311, + "startTime": "0:36:52.470", + "endFrame": 55473, + "endTime": "0:36:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 55475, + "startTime": "0:36:59.010", + "endFrame": 55820, + "endTime": "0:37:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 55883, + "startTime": "0:37:15.330", + "endFrame": 56181, + "endTime": "0:37:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 56208, + "startTime": "0:37:28.320", + "endFrame": 56644, + "endTime": "0:37:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 56680, + "startTime": "0:37:47.220", + "endFrame": 57045, + "endTime": "0:38:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 57063, + "startTime": "0:38:2.550", + "endFrame": 57450, + "endTime": "0:38:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 57476, + "startTime": "0:38:19.050", + "endFrame": 57735, + "endTime": "0:38:29.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 57750, + "startTime": "0:38:30.000", + "endFrame": 58185, + "endTime": "0:38:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 58211, + "startTime": "0:38:48.450", + "endFrame": 58518, + "endTime": "0:39:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 58575, + "startTime": "0:39:3.030", + "endFrame": 58817, + "endTime": "0:39:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 58846, + "startTime": "0:39:13.860", + "endFrame": 59088, + "endTime": "0:39:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 59108, + "startTime": "0:39:24.330", + "endFrame": 59388, + "endTime": "0:39:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 59399, + "startTime": "0:39:35.970", + "endFrame": 59915, + "endTime": "0:39:56.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 59941, + "startTime": "0:39:57.660", + "endFrame": 60265, + "endTime": "0:40:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 60296, + "startTime": "0:40:11.850", + "endFrame": 60608, + "endTime": "0:40:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 60623, + "startTime": "0:40:24.930", + "endFrame": 61084, + "endTime": "0:40:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61163, + "startTime": "0:40:46.530", + "endFrame": 61473, + "endTime": "0:40:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 61498, + "startTime": "0:40:59.940", + "endFrame": 61734, + "endTime": "0:41:9.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 61748, + "startTime": "0:41:9.930", + "endFrame": 62005, + "endTime": "0:41:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 62026, + "startTime": "0:41:21.060", + "endFrame": 62334, + "endTime": "0:41:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 62374, + "startTime": "0:41:34.980", + "endFrame": 62613, + "endTime": "0:41:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63882, + "startTime": "0:42:35.310", + "endFrame": 64323, + "endTime": "0:42:52.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "coach", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64632, + "endTime": "0:43:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64651, + "startTime": "0:43:6.060", + "endFrame": 64929, + "endTime": "0:43:17.190", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64996, + "startTime": "0:43:19.860", + "endFrame": 65457, + "endTime": "0:43:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65477, + "startTime": "0:43:39.090", + "endFrame": 65751, + "endTime": "0:43:50.070", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65771, + "startTime": "0:43:50.850", + "endFrame": 66196, + "endTime": "0:44:7.860", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 66229, + "startTime": "0:44:9.180", + "endFrame": 66512, + "endTime": "0:44:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66535, + "startTime": "0:44:21.420", + "endFrame": 66786, + "endTime": "0:44:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 68827, + "startTime": "0:45:53.100", + "endFrame": 69210, + "endTime": "0:46:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 69240, + "startTime": "0:46:9.600", + "endFrame": 69532, + "endTime": "0:46:21.300", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 69581, + "startTime": "0:46:23.250", + "endFrame": 70161, + "endTime": "0:46:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 70202, + "startTime": "0:46:48.090", + "endFrame": 70690, + "endTime": "0:47:7.620", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 70703, + "startTime": "0:47:8.130", + "endFrame": 70980, + "endTime": "0:47:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 71071, + "startTime": "0:47:22.860", + "endFrame": 71232, + "endTime": "0:47:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 71247, + "startTime": "0:47:29.910", + "endFrame": 71673, + "endTime": "0:47:46.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 71699, + "startTime": "0:47:47.970", + "endFrame": 72074, + "endTime": "0:48:2.970", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 72087, + "startTime": "0:48:3.510", + "endFrame": 72474, + "endTime": "0:48:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 72496, + "startTime": "0:48:19.860", + "endFrame": 72800, + "endTime": "0:48:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73242, + "endTime": "0:48:49.710", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 73260, + "startTime": "0:48:50.430", + "endFrame": 73717, + "endTime": "0:49:8.700", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 73719, + "startTime": "0:49:8.760", + "endFrame": 73988, + "endTime": "0:49:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 74000, + "startTime": "0:49:20.010", + "endFrame": 74261, + "endTime": "0:49:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 75600, + "startTime": "0:50:24.000", + "endFrame": 75938, + "endTime": "0:50:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 75975, + "startTime": "0:50:39.030", + "endFrame": 76245, + "endTime": "0:50:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 76257, + "startTime": "0:50:50.310", + "endFrame": 76525, + "endTime": "0:51:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 76533, + "startTime": "0:51:1.320", + "endFrame": 76806, + "endTime": "0:51:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 76839, + "startTime": "0:51:13.560", + "endFrame": 77107, + "endTime": "0:51:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 77120, + "startTime": "0:51:24.810", + "endFrame": 77670, + "endTime": "0:51:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 77685, + "startTime": "0:51:47.430", + "endFrame": 78477, + "endTime": "0:52:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 78511, + "startTime": "0:52:20.460", + "endFrame": 78957, + "endTime": "0:52:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 79089, + "startTime": "0:52:43.560", + "endFrame": 79440, + "endTime": "0:52:57.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 79454, + "startTime": "0:52:58.170", + "endFrame": 79994, + "endTime": "0:53:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 80005, + "startTime": "0:53:20.220", + "endFrame": 80563, + "endTime": "0:53:42.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 80573, + "startTime": "0:53:42.930", + "endFrame": 80823, + "endTime": "0:53:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 80853, + "startTime": "0:53:54.120", + "endFrame": 81438, + "endTime": "0:54:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 81456, + "startTime": "0:54:18.240", + "endFrame": 81838, + "endTime": "0:54:33.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 81876, + "startTime": "0:54:35.070", + "endFrame": 82379, + "endTime": "0:54:55.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 82417, + "startTime": "0:54:56.700", + "endFrame": 82827, + "endTime": "0:55:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 82851, + "startTime": "0:55:14.040", + "endFrame": 83420, + "endTime": "0:55:36.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 83452, + "startTime": "0:55:38.100", + "endFrame": 83796, + "endTime": "0:55:51.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 83817, + "startTime": "0:55:52.680", + "endFrame": 84153, + "endTime": "0:56:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 84182, + "startTime": "0:56:7.290", + "endFrame": 84580, + "endTime": "0:56:23.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 84611, + "startTime": "0:56:24.450", + "endFrame": 84831, + "endTime": "0:56:33.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 86058, + "startTime": "0:57:22.350", + "endFrame": 86295, + "endTime": "0:57:31.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 86348, + "startTime": "0:57:33.930", + "endFrame": 86657, + "endTime": "0:57:46.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 86696, + "startTime": "0:57:47.850", + "endFrame": 86933, + "endTime": "0:57:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 86964, + "startTime": "0:57:58.560", + "endFrame": 87642, + "endTime": "0:58:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 87651, + "startTime": "0:58:26.040", + "endFrame": 88000, + "endTime": "0:58:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 88016, + "startTime": "0:58:40.650", + "endFrame": 88355, + "endTime": "0:58:54.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 88364, + "startTime": "0:58:54.570", + "endFrame": 88747, + "endTime": "0:59:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 88767, + "startTime": "0:59:10.680", + "endFrame": 89154, + "endTime": "0:59:26.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 89164, + "startTime": "0:59:26.580", + "endFrame": 89460, + "endTime": "0:59:38.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 89496, + "startTime": "0:59:39.870", + "endFrame": 90055, + "endTime": "1:00:2.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 90096, + "startTime": "1:00:3.870", + "endFrame": 90456, + "endTime": "1:00:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 90486, + "startTime": "1:00:19.440", + "endFrame": 90844, + "endTime": "1:00:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 90864, + "startTime": "1:00:34.590", + "endFrame": 91148, + "endTime": "1:00:45.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 91155, + "startTime": "1:00:46.200", + "endFrame": 91550, + "endTime": "1:01:2.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 91557, + "startTime": "1:01:2.310", + "endFrame": 91857, + "endTime": "1:01:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 91872, + "startTime": "1:01:14.910", + "endFrame": 92135, + "endTime": "1:01:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 92152, + "startTime": "1:01:26.100", + "endFrame": 92391, + "endTime": "1:01:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 92418, + "startTime": "1:01:36.750", + "endFrame": 92844, + "endTime": "1:01:53.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 92886, + "startTime": "1:01:55.440", + "endFrame": 93225, + "endTime": "1:02:9.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 94058, + "startTime": "1:02:42.330", + "endFrame": 94095, + "endTime": "1:02:43.830", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 94178, + "startTime": "1:02:47.130", + "endFrame": 94407, + "endTime": "1:02:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 94433, + "startTime": "1:02:57.330", + "endFrame": 94704, + "endTime": "1:03:8.160", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 94962, + "endTime": "1:03:18.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 96023, + "startTime": "1:04:0.930", + "endFrame": 96164, + "endTime": "1:04:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 96177, + "startTime": "1:04:7.110", + "endFrame": 96402, + "endTime": "1:04:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 97519, + "startTime": "1:05:0.780", + "endFrame": 97532, + "endTime": "1:05:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 97575, + "startTime": "1:05:3.030", + "endFrame": 97897, + "endTime": "1:05:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 97926, + "startTime": "1:05:17.040", + "endFrame": 98504, + "endTime": "1:05:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 98575, + "startTime": "1:05:43.020", + "endFrame": 98897, + "endTime": "1:05:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 98956, + "startTime": "1:05:58.260", + "endFrame": 99154, + "endTime": "1:06:6.180", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 99244, + "startTime": "1:06:9.780", + "endFrame": 99408, + "endTime": "1:06:16.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 99443, + "startTime": "1:06:17.730", + "endFrame": 99874, + "endTime": "1:06:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 99898, + "startTime": "1:06:35.940", + "endFrame": 100170, + "endTime": "1:06:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.324, + 0.174 + ], + "bottomright": [ + 0.634, + 0.39 + ] + } + }, + { + "name": "person6", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.634, + 0.39 + ], + "bottomright": [ + 0.945, + 0.607 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 100189, + "startTime": "1:06:47.580", + "endFrame": 100524, + "endTime": "1:07:0.990", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 100552, + "startTime": "1:07:2.100", + "endFrame": 100827, + "endTime": "1:07:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.003, + 0.499 + ], + "bottomright": [ + 0.501, + 0.997 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 100829, + "startTime": "1:07:13.170", + "endFrame": 101124, + "endTime": "1:07:24.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.5, + 0.997 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 101125, + "startTime": "1:07:25.020", + "endFrame": 101415, + "endTime": "1:07:36.600", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 237, + "startFrame": 101467, + "startTime": "1:07:38.700", + "endFrame": 101862, + "endTime": "1:07:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 101914, + "startTime": "1:07:56.580", + "endFrame": 102132, + "endTime": "1:08:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 102145, + "startTime": "1:08:5.820", + "endFrame": 102511, + "endTime": "1:08:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 102529, + "startTime": "1:08:21.180", + "endFrame": 102763, + "endTime": "1:08:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 102765, + "startTime": "1:08:30.600", + "endFrame": 103077, + "endTime": "1:08:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 103103, + "startTime": "1:08:44.130", + "endFrame": 103382, + "endTime": "1:08:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 103407, + "startTime": "1:08:56.310", + "endFrame": 103770, + "endTime": "1:09:10.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 103771, + "startTime": "1:09:10.860", + "endFrame": 104189, + "endTime": "1:09:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 104199, + "startTime": "1:09:27.990", + "endFrame": 104501, + "endTime": "1:09:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 104523, + "startTime": "1:09:40.950", + "endFrame": 104834, + "endTime": "1:09:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_18-rater7.json b/ratings/video_18-rater7.json new file mode 100644 index 0000000000000000000000000000000000000000..7dba6c073011a20425123833f4afa22f61b643de --- /dev/null +++ b/ratings/video_18-rater7.json @@ -0,0 +1,29613 @@ +[ + { + "clipIdx": 0, + "startFrame": 112, + "startTime": "0:00:4.500", + "endFrame": 477, + "endTime": "0:00:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 514, + "startTime": "0:00:20.580", + "endFrame": 726, + "endTime": "0:00:29.040", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 752, + "startTime": "0:00:30.090", + "endFrame": 1106, + "endTime": "0:00:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1113, + "startTime": "0:00:44.520", + "endFrame": 1521, + "endTime": "0:01:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1563, + "startTime": "0:01:2.550", + "endFrame": 1955, + "endTime": "0:01:18.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1980, + "startTime": "0:01:19.230", + "endFrame": 2280, + "endTime": "0:01:31.200", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2292, + "startTime": "0:01:31.710", + "endFrame": 2600, + "endTime": "0:01:44.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2606, + "startTime": "0:01:44.250", + "endFrame": 2882, + "endTime": "0:01:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 2891, + "startTime": "0:01:55.650", + "endFrame": 3171, + "endTime": "0:02:6.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3178, + "startTime": "0:02:7.140", + "endFrame": 3510, + "endTime": "0:02:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 3518, + "startTime": "0:02:20.730", + "endFrame": 3836, + "endTime": "0:02:33.480", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 3865, + "startTime": "0:02:34.620", + "endFrame": 4209, + "endTime": "0:02:48.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 4219, + "startTime": "0:02:48.780", + "endFrame": 4516, + "endTime": "0:03:0.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 4523, + "startTime": "0:03:0.930", + "endFrame": 4999, + "endTime": "0:03:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 5007, + "startTime": "0:03:20.310", + "endFrame": 5250, + "endTime": "0:03:30.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 5266, + "startTime": "0:03:30.660", + "endFrame": 5753, + "endTime": "0:03:50.130", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 5977, + "startTime": "0:03:59.100", + "endFrame": 6038, + "endTime": "0:04:1.530", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 6065, + "startTime": "0:04:2.610", + "endFrame": 6600, + "endTime": "0:04:24.000", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 6626, + "startTime": "0:04:25.050", + "endFrame": 7170, + "endTime": "0:04:46.800", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7305, + "startTime": "0:04:52.230", + "endFrame": 7489, + "endTime": "0:04:59.580", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 7656, + "startTime": "0:05:6.270", + "endFrame": 7809, + "endTime": "0:05:12.360", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 7902, + "startTime": "0:05:16.110", + "endFrame": 8098, + "endTime": "0:05:23.940", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8493, + "startTime": "0:05:39.720", + "endFrame": 8508, + "endTime": "0:05:40.350", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 8525, + "startTime": "0:05:41.010", + "endFrame": 8791, + "endTime": "0:05:51.660", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 8868, + "startTime": "0:05:54.720", + "endFrame": 9092, + "endTime": "0:06:3.690", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9424, + "startTime": "0:06:16.980", + "endFrame": 9436, + "endTime": "0:06:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 9462, + "startTime": "0:06:18.480", + "endFrame": 10146, + "endTime": "0:06:45.870", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10196, + "startTime": "0:06:47.850", + "endFrame": 10593, + "endTime": "0:07:3.750", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10622, + "startTime": "0:07:4.890", + "endFrame": 11237, + "endTime": "0:07:29.490", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11306, + "startTime": "0:07:32.250", + "endFrame": 11511, + "endTime": "0:07:40.440", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11546, + "startTime": "0:07:41.850", + "endFrame": 11853, + "endTime": "0:07:54.150", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11869, + "startTime": "0:07:54.780", + "endFrame": 12149, + "endTime": "0:08:5.970", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12210, + "startTime": "0:08:8.430", + "endFrame": 12534, + "endTime": "0:08:21.390", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12546, + "startTime": "0:08:21.870", + "endFrame": 13029, + "endTime": "0:08:41.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13077, + "startTime": "0:08:43.080", + "endFrame": 13416, + "endTime": "0:08:56.670", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13451, + "startTime": "0:08:58.050", + "endFrame": 14027, + "endTime": "0:09:21.090", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 14056, + "startTime": "0:09:22.260", + "endFrame": 14656, + "endTime": "0:09:46.260", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14695, + "startTime": "0:09:47.820", + "endFrame": 14997, + "endTime": "0:09:59.910", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 15055, + "startTime": "0:10:2.220", + "endFrame": 15268, + "endTime": "0:10:10.740", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15321, + "startTime": "0:10:12.870", + "endFrame": 15535, + "endTime": "0:10:21.420", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15555, + "startTime": "0:10:22.200", + "endFrame": 16002, + "endTime": "0:10:40.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 19602, + "startTime": "0:13:4.080", + "endFrame": 19920, + "endTime": "0:13:16.830", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 19971, + "startTime": "0:13:18.840", + "endFrame": 20183, + "endTime": "0:13:27.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 20223, + "startTime": "0:13:28.920", + "endFrame": 20597, + "endTime": "0:13:43.890", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.01 + ], + "bottomright": [ + 0.338, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 20622, + "startTime": "0:13:44.910", + "endFrame": 20919, + "endTime": "0:13:56.760", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 20919, + "startTime": "0:13:56.790", + "endFrame": 21315, + "endTime": "0:14:12.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 21333, + "startTime": "0:14:13.320", + "endFrame": 21807, + "endTime": "0:14:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 21840, + "startTime": "0:14:33.600", + "endFrame": 22066, + "endTime": "0:14:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 22097, + "startTime": "0:14:43.890", + "endFrame": 22596, + "endTime": "0:15:3.870", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 22614, + "startTime": "0:15:4.590", + "endFrame": 22941, + "endTime": "0:15:17.640", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 23031, + "startTime": "0:15:21.240", + "endFrame": 23283, + "endTime": "0:15:31.320", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 23298, + "startTime": "0:15:31.920", + "endFrame": 23716, + "endTime": "0:15:48.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 23727, + "startTime": "0:15:49.110", + "endFrame": 23988, + "endTime": "0:15:59.520", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 24009, + "startTime": "0:16:0.390", + "endFrame": 24314, + "endTime": "0:16:12.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 24322, + "startTime": "0:16:12.900", + "endFrame": 24779, + "endTime": "0:16:31.170", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 24795, + "startTime": "0:16:31.830", + "endFrame": 25180, + "endTime": "0:16:47.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 25182, + "startTime": "0:16:47.280", + "endFrame": 25478, + "endTime": "0:16:59.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 25497, + "startTime": "0:16:59.880", + "endFrame": 25920, + "endTime": "0:17:16.800", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 25926, + "startTime": "0:17:17.070", + "endFrame": 26286, + "endTime": "0:17:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 26298, + "startTime": "0:17:31.920", + "endFrame": 26713, + "endTime": "0:17:48.540", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 26723, + "startTime": "0:17:48.930", + "endFrame": 27027, + "endTime": "0:18:1.080", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 27035, + "startTime": "0:18:1.410", + "endFrame": 27348, + "endTime": "0:18:13.950", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 27355, + "startTime": "0:18:14.220", + "endFrame": 27973, + "endTime": "0:18:38.940", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 27990, + "startTime": "0:18:39.630", + "endFrame": 28560, + "endTime": "0:19:2.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 28563, + "startTime": "0:19:2.520", + "endFrame": 28905, + "endTime": "0:19:16.200", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 28913, + "startTime": "0:19:16.530", + "endFrame": 29292, + "endTime": "0:19:31.680", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 29300, + "startTime": "0:19:32.010", + "endFrame": 29582, + "endTime": "0:19:43.290", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 29639, + "startTime": "0:19:45.570", + "endFrame": 29936, + "endTime": "0:19:57.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 29953, + "startTime": "0:19:58.140", + "endFrame": 30209, + "endTime": "0:20:8.370", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 30224, + "startTime": "0:20:8.970", + "endFrame": 30472, + "endTime": "0:20:18.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 30651, + "startTime": "0:20:26.040", + "endFrame": 30892, + "endTime": "0:20:35.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 30935, + "startTime": "0:20:37.410", + "endFrame": 31449, + "endTime": "0:20:57.960", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 31470, + "startTime": "0:20:58.800", + "endFrame": 31937, + "endTime": "0:21:17.490", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 31950, + "startTime": "0:21:18.030", + "endFrame": 32336, + "endTime": "0:21:33.450", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 32347, + "startTime": "0:21:33.900", + "endFrame": 32677, + "endTime": "0:21:47.100", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 32690, + "startTime": "0:21:47.610", + "endFrame": 32933, + "endTime": "0:21:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 32963, + "startTime": "0:21:58.530", + "endFrame": 33249, + "endTime": "0:22:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 33282, + "startTime": "0:22:11.280", + "endFrame": 33561, + "endTime": "0:22:22.440", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 33630, + "startTime": "0:22:25.230", + "endFrame": 33821, + "endTime": "0:22:32.850", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 33906, + "startTime": "0:22:36.270", + "endFrame": 34144, + "endTime": "0:22:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 34224, + "startTime": "0:22:48.990", + "endFrame": 34546, + "endTime": "0:23:1.860", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 34546, + "startTime": "0:23:1.860", + "endFrame": 35043, + "endTime": "0:23:21.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 35089, + "startTime": "0:23:23.580", + "endFrame": 35294, + "endTime": "0:23:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 35307, + "startTime": "0:23:32.280", + "endFrame": 35566, + "endTime": "0:23:42.660", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 35572, + "startTime": "0:23:42.900", + "endFrame": 36090, + "endTime": "0:24:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 36102, + "startTime": "0:24:4.110", + "endFrame": 36594, + "endTime": "0:24:23.790", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 36615, + "startTime": "0:24:24.600", + "endFrame": 37009, + "endTime": "0:24:40.380", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 37040, + "startTime": "0:24:41.610", + "endFrame": 37443, + "endTime": "0:24:57.720", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 37461, + "startTime": "0:24:58.440", + "endFrame": 37758, + "endTime": "0:25:10.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 37767, + "startTime": "0:25:10.680", + "endFrame": 38031, + "endTime": "0:25:21.240", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 38055, + "startTime": "0:25:22.230", + "endFrame": 38535, + "endTime": "0:25:41.400", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 38562, + "startTime": "0:25:42.510", + "endFrame": 38890, + "endTime": "0:25:55.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 38931, + "startTime": "0:25:57.240", + "endFrame": 39247, + "endTime": "0:26:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 39311, + "startTime": "0:26:12.450", + "endFrame": 39689, + "endTime": "0:26:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 39707, + "startTime": "0:26:28.290", + "endFrame": 40071, + "endTime": "0:26:42.840", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 40125, + "startTime": "0:26:45.030", + "endFrame": 40350, + "endTime": "0:26:54.030", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 40383, + "startTime": "0:26:55.320", + "endFrame": 40743, + "endTime": "0:27:9.750", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 40751, + "startTime": "0:27:10.050", + "endFrame": 41065, + "endTime": "0:27:22.620", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 41103, + "startTime": "0:27:24.150", + "endFrame": 41317, + "endTime": "0:27:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 41318, + "startTime": "0:27:32.730", + "endFrame": 41580, + "endTime": "0:27:43.230", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 41598, + "startTime": "0:27:43.950", + "endFrame": 41905, + "endTime": "0:27:56.220", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 41938, + "startTime": "0:27:57.540", + "endFrame": 42252, + "endTime": "0:28:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 42279, + "startTime": "0:28:11.160", + "endFrame": 42503, + "endTime": "0:28:20.130", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 42530, + "startTime": "0:28:21.210", + "endFrame": 42851, + "endTime": "0:28:34.050", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 42878, + "startTime": "0:28:35.130", + "endFrame": 43150, + "endTime": "0:28:46.020", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 43196, + "startTime": "0:28:47.850", + "endFrame": 43458, + "endTime": "0:28:58.350", + "category": "", + "note": "", + "people": [ + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 43623, + "startTime": "0:29:4.920", + "endFrame": 43936, + "endTime": "0:29:17.460", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 43946, + "startTime": "0:29:17.850", + "endFrame": 44229, + "endTime": "0:29:29.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 44255, + "startTime": "0:29:30.210", + "endFrame": 44507, + "endTime": "0:29:40.290", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 44548, + "startTime": "0:29:41.940", + "endFrame": 44829, + "endTime": "0:29:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 44862, + "startTime": "0:29:54.480", + "endFrame": 45128, + "endTime": "0:30:5.130", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 45228, + "startTime": "0:30:9.150", + "endFrame": 45605, + "endTime": "0:30:24.210", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 45627, + "startTime": "0:30:25.110", + "endFrame": 45902, + "endTime": "0:30:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 45904, + "startTime": "0:30:36.180", + "endFrame": 46362, + "endTime": "0:30:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 46394, + "startTime": "0:30:55.770", + "endFrame": 46857, + "endTime": "0:31:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 46920, + "startTime": "0:31:16.830", + "endFrame": 47190, + "endTime": "0:31:27.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 47240, + "startTime": "0:31:29.610", + "endFrame": 47535, + "endTime": "0:31:41.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 47569, + "startTime": "0:31:42.780", + "endFrame": 47925, + "endTime": "0:31:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 47957, + "startTime": "0:31:58.290", + "endFrame": 48252, + "endTime": "0:32:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 48276, + "startTime": "0:32:11.070", + "endFrame": 48669, + "endTime": "0:32:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 48804, + "startTime": "0:32:32.190", + "endFrame": 49085, + "endTime": "0:32:43.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 49092, + "startTime": "0:32:43.710", + "endFrame": 49702, + "endTime": "0:33:8.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 49722, + "startTime": "0:33:8.910", + "endFrame": 49993, + "endTime": "0:33:19.740", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 50044, + "startTime": "0:33:21.780", + "endFrame": 50559, + "endTime": "0:33:42.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 50640, + "startTime": "0:33:45.600", + "endFrame": 50901, + "endTime": "0:33:56.070", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 50929, + "startTime": "0:33:57.180", + "endFrame": 51396, + "endTime": "0:34:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 51447, + "startTime": "0:34:17.880", + "endFrame": 51652, + "endTime": "0:34:26.100", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 51661, + "startTime": "0:34:26.460", + "endFrame": 52047, + "endTime": "0:34:41.880", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 52089, + "startTime": "0:34:43.590", + "endFrame": 52501, + "endTime": "0:35:0.060", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 52523, + "startTime": "0:35:0.930", + "endFrame": 52896, + "endTime": "0:35:15.870", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 52930, + "startTime": "0:35:17.220", + "endFrame": 53214, + "endTime": "0:35:28.560", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 53259, + "startTime": "0:35:30.390", + "endFrame": 53822, + "endTime": "0:35:52.890", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 53832, + "startTime": "0:35:53.310", + "endFrame": 54185, + "endTime": "0:36:7.410", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 54217, + "startTime": "0:36:8.700", + "endFrame": 54498, + "endTime": "0:36:19.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 54518, + "startTime": "0:36:20.730", + "endFrame": 54903, + "endTime": "0:36:36.150", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 54914, + "startTime": "0:36:36.570", + "endFrame": 55215, + "endTime": "0:36:48.630", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 55311, + "startTime": "0:36:52.470", + "endFrame": 55473, + "endTime": "0:36:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 55475, + "startTime": "0:36:59.010", + "endFrame": 55820, + "endTime": "0:37:12.810", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 55883, + "startTime": "0:37:15.330", + "endFrame": 56181, + "endTime": "0:37:27.270", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 56208, + "startTime": "0:37:28.320", + "endFrame": 56644, + "endTime": "0:37:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 56680, + "startTime": "0:37:47.220", + "endFrame": 57045, + "endTime": "0:38:1.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 57063, + "startTime": "0:38:2.550", + "endFrame": 57450, + "endTime": "0:38:18.030", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 57476, + "startTime": "0:38:19.050", + "endFrame": 57735, + "endTime": "0:38:29.400", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 57750, + "startTime": "0:38:30.000", + "endFrame": 58185, + "endTime": "0:38:47.430", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 58211, + "startTime": "0:38:48.450", + "endFrame": 58518, + "endTime": "0:39:0.750", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 58575, + "startTime": "0:39:3.030", + "endFrame": 58817, + "endTime": "0:39:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 58846, + "startTime": "0:39:13.860", + "endFrame": 59088, + "endTime": "0:39:23.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 59108, + "startTime": "0:39:24.330", + "endFrame": 59388, + "endTime": "0:39:35.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 59399, + "startTime": "0:39:35.970", + "endFrame": 59915, + "endTime": "0:39:56.610", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 59941, + "startTime": "0:39:57.660", + "endFrame": 60265, + "endTime": "0:40:10.620", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 60296, + "startTime": "0:40:11.850", + "endFrame": 60608, + "endTime": "0:40:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 60623, + "startTime": "0:40:24.930", + "endFrame": 61084, + "endTime": "0:40:43.380", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 61163, + "startTime": "0:40:46.530", + "endFrame": 61473, + "endTime": "0:40:58.920", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 61498, + "startTime": "0:40:59.940", + "endFrame": 61734, + "endTime": "0:41:9.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 61748, + "startTime": "0:41:9.930", + "endFrame": 62005, + "endTime": "0:41:20.220", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 62026, + "startTime": "0:41:21.060", + "endFrame": 62334, + "endTime": "0:41:33.390", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 62374, + "startTime": "0:41:34.980", + "endFrame": 62613, + "endTime": "0:41:44.520", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 63882, + "startTime": "0:42:35.310", + "endFrame": 64323, + "endTime": "0:42:52.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "coach", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 64360, + "startTime": "0:42:54.420", + "endFrame": 64632, + "endTime": "0:43:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 64651, + "startTime": "0:43:6.060", + "endFrame": 64929, + "endTime": "0:43:17.190", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 64996, + "startTime": "0:43:19.860", + "endFrame": 65457, + "endTime": "0:43:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 65477, + "startTime": "0:43:39.090", + "endFrame": 65751, + "endTime": "0:43:50.070", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 65771, + "startTime": "0:43:50.850", + "endFrame": 66196, + "endTime": "0:44:7.860", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 66229, + "startTime": "0:44:9.180", + "endFrame": 66512, + "endTime": "0:44:20.490", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 66535, + "startTime": "0:44:21.420", + "endFrame": 66786, + "endTime": "0:44:31.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 68827, + "startTime": "0:45:53.100", + "endFrame": 69210, + "endTime": "0:46:8.430", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 69240, + "startTime": "0:46:9.600", + "endFrame": 69532, + "endTime": "0:46:21.300", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 69581, + "startTime": "0:46:23.250", + "endFrame": 70161, + "endTime": "0:46:46.440", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 70202, + "startTime": "0:46:48.090", + "endFrame": 70690, + "endTime": "0:47:7.620", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 70703, + "startTime": "0:47:8.130", + "endFrame": 70980, + "endTime": "0:47:19.200", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 71071, + "startTime": "0:47:22.860", + "endFrame": 71232, + "endTime": "0:47:29.310", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 71247, + "startTime": "0:47:29.910", + "endFrame": 71673, + "endTime": "0:47:46.920", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 71699, + "startTime": "0:47:47.970", + "endFrame": 72074, + "endTime": "0:48:2.970", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 72087, + "startTime": "0:48:3.510", + "endFrame": 72474, + "endTime": "0:48:18.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 72496, + "startTime": "0:48:19.860", + "endFrame": 72800, + "endTime": "0:48:32.010", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 72836, + "startTime": "0:48:33.450", + "endFrame": 73242, + "endTime": "0:48:49.710", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 73260, + "startTime": "0:48:50.430", + "endFrame": 73717, + "endTime": "0:49:8.700", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 73719, + "startTime": "0:49:8.760", + "endFrame": 73988, + "endTime": "0:49:19.530", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 74000, + "startTime": "0:49:20.010", + "endFrame": 74261, + "endTime": "0:49:30.450", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + }, + { + "name": "person4", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.66 + ], + "bottomright": [ + 0.987, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 75600, + "startTime": "0:50:24.000", + "endFrame": 75938, + "endTime": "0:50:37.530", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 75975, + "startTime": "0:50:39.030", + "endFrame": 76245, + "endTime": "0:50:49.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 76257, + "startTime": "0:50:50.310", + "endFrame": 76525, + "endTime": "0:51:1.020", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 76533, + "startTime": "0:51:1.320", + "endFrame": 76806, + "endTime": "0:51:12.240", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 76839, + "startTime": "0:51:13.560", + "endFrame": 77107, + "endTime": "0:51:24.300", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 77120, + "startTime": "0:51:24.810", + "endFrame": 77670, + "endTime": "0:51:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 77685, + "startTime": "0:51:47.430", + "endFrame": 78477, + "endTime": "0:52:19.110", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 78511, + "startTime": "0:52:20.460", + "endFrame": 78957, + "endTime": "0:52:38.280", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 79089, + "startTime": "0:52:43.560", + "endFrame": 79440, + "endTime": "0:52:57.600", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 79454, + "startTime": "0:52:58.170", + "endFrame": 79994, + "endTime": "0:53:19.770", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 80005, + "startTime": "0:53:20.220", + "endFrame": 80563, + "endTime": "0:53:42.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 80573, + "startTime": "0:53:42.930", + "endFrame": 80823, + "endTime": "0:53:52.950", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 80853, + "startTime": "0:53:54.120", + "endFrame": 81438, + "endTime": "0:54:17.550", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 81456, + "startTime": "0:54:18.240", + "endFrame": 81838, + "endTime": "0:54:33.540", + "category": "", + "note": "", + "people": [ + { + "name": "person2", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.66 + ], + "bottomright": [ + 0.337, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 81876, + "startTime": "0:54:35.070", + "endFrame": 82379, + "endTime": "0:54:55.170", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 82417, + "startTime": "0:54:56.700", + "endFrame": 82827, + "endTime": "0:55:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 82851, + "startTime": "0:55:14.040", + "endFrame": 83420, + "endTime": "0:55:36.810", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 83452, + "startTime": "0:55:38.100", + "endFrame": 83796, + "endTime": "0:55:51.870", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 83817, + "startTime": "0:55:52.680", + "endFrame": 84153, + "endTime": "0:56:6.120", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 84182, + "startTime": "0:56:7.290", + "endFrame": 84580, + "endTime": "0:56:23.220", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 84611, + "startTime": "0:56:24.450", + "endFrame": 84831, + "endTime": "0:56:33.240", + "category": "", + "note": "", + "people": [ + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 86058, + "startTime": "0:57:22.350", + "endFrame": 86295, + "endTime": "0:57:31.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 86348, + "startTime": "0:57:33.930", + "endFrame": 86657, + "endTime": "0:57:46.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 86696, + "startTime": "0:57:47.850", + "endFrame": 86933, + "endTime": "0:57:57.330", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 86964, + "startTime": "0:57:58.560", + "endFrame": 87642, + "endTime": "0:58:25.710", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 87651, + "startTime": "0:58:26.040", + "endFrame": 88000, + "endTime": "0:58:40.020", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 88016, + "startTime": "0:58:40.650", + "endFrame": 88355, + "endTime": "0:58:54.210", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 88364, + "startTime": "0:58:54.570", + "endFrame": 88747, + "endTime": "0:59:9.900", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 88767, + "startTime": "0:59:10.680", + "endFrame": 89154, + "endTime": "0:59:26.160", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 89164, + "startTime": "0:59:26.580", + "endFrame": 89460, + "endTime": "0:59:38.430", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 89496, + "startTime": "0:59:39.870", + "endFrame": 90055, + "endTime": "1:00:2.220", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 90096, + "startTime": "1:00:3.870", + "endFrame": 90456, + "endTime": "1:00:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 211, + "startFrame": 90486, + "startTime": "1:00:19.440", + "endFrame": 90844, + "endTime": "1:00:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 212, + "startFrame": 90864, + "startTime": "1:00:34.590", + "endFrame": 91148, + "endTime": "1:00:45.930", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 213, + "startFrame": 91155, + "startTime": "1:00:46.200", + "endFrame": 91550, + "endTime": "1:01:2.010", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 214, + "startFrame": 91557, + "startTime": "1:01:2.310", + "endFrame": 91857, + "endTime": "1:01:14.280", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 215, + "startFrame": 91872, + "startTime": "1:01:14.910", + "endFrame": 92135, + "endTime": "1:01:25.410", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 216, + "startFrame": 92152, + "startTime": "1:01:26.100", + "endFrame": 92391, + "endTime": "1:01:35.640", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 217, + "startFrame": 92418, + "startTime": "1:01:36.750", + "endFrame": 92844, + "endTime": "1:01:53.790", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.014, + 0.335 + ], + "bottomright": [ + 0.338, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.338, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.987, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.176, + 0.66 + ], + "bottomright": [ + 0.5, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 218, + "startFrame": 92886, + "startTime": "1:01:55.440", + "endFrame": 93225, + "endTime": "1:02:9.030", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.016, + 0.335 + ], + "bottomright": [ + 0.339, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.339, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.01 + ], + "bottomright": [ + 0.986, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.986, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.177, + 0.66 + ], + "bottomright": [ + 0.501, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 219, + "startFrame": 94058, + "startTime": "1:02:42.330", + "endFrame": 94095, + "endTime": "1:02:43.830", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 220, + "startFrame": 94178, + "startTime": "1:02:47.130", + "endFrame": 94407, + "endTime": "1:02:56.280", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + } + ] + }, + { + "clipIdx": 221, + "startFrame": 94433, + "startTime": "1:02:57.330", + "endFrame": 94704, + "endTime": "1:03:8.160", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 222, + "startFrame": 94731, + "startTime": "1:03:9.240", + "endFrame": 94962, + "endTime": "1:03:18.510", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 223, + "startFrame": 96023, + "startTime": "1:04:0.930", + "endFrame": 96164, + "endTime": "1:04:6.570", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 224, + "startFrame": 96177, + "startTime": "1:04:7.110", + "endFrame": 96402, + "endTime": "1:04:16.080", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person6", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.174, + 0.66 + ], + "bottomright": [ + 0.499, + 0.985 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.66 + ], + "bottomright": [ + 0.824, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 225, + "startFrame": 97519, + "startTime": "1:05:0.780", + "endFrame": 97532, + "endTime": "1:05:1.290", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 226, + "startFrame": 97575, + "startTime": "1:05:3.030", + "endFrame": 97897, + "endTime": "1:05:15.900", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 227, + "startFrame": 97926, + "startTime": "1:05:17.040", + "endFrame": 98504, + "endTime": "1:05:40.170", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 228, + "startFrame": 98575, + "startTime": "1:05:43.020", + "endFrame": 98897, + "endTime": "1:05:55.890", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 229, + "startFrame": 98956, + "startTime": "1:05:58.260", + "endFrame": 99154, + "endTime": "1:06:6.180", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 230, + "startFrame": 99244, + "startTime": "1:06:9.780", + "endFrame": 99408, + "endTime": "1:06:16.350", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.01 + ], + "bottomright": [ + 0.337, + 0.335 + ] + } + }, + { + "name": "person8", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.335 + ], + "bottomright": [ + 0.337, + 0.66 + ] + } + }, + { + "name": "person5", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.01 + ], + "bottomright": [ + 0.662, + 0.335 + ] + } + }, + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.335 + ], + "bottomright": [ + 0.662, + 0.66 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.662, + 0.335 + ], + "bottomright": [ + 0.987, + 0.66 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.337, + 0.66 + ], + "bottomright": [ + 0.662, + 0.985 + ] + } + } + ] + }, + { + "clipIdx": 231, + "startFrame": 99443, + "startTime": "1:06:17.730", + "endFrame": 99874, + "endTime": "1:06:34.980", + "category": "", + "note": "", + "people": [ + { + "name": "person7", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.012, + 0.174 + ], + "bottomright": [ + 0.337, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 232, + "startFrame": 99898, + "startTime": "1:06:35.940", + "endFrame": 100170, + "endTime": "1:06:46.830", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.324, + 0.174 + ], + "bottomright": [ + 0.634, + 0.39 + ] + } + }, + { + "name": "person6", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.634, + 0.39 + ], + "bottomright": [ + 0.945, + 0.607 + ] + } + } + ] + }, + { + "clipIdx": 233, + "startFrame": 100189, + "startTime": "1:06:47.580", + "endFrame": 100524, + "endTime": "1:07:0.990", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.666, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + } + ] + }, + { + "clipIdx": 234, + "startFrame": 100552, + "startTime": "1:07:2.100", + "endFrame": 100827, + "endTime": "1:07:13.080", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.003, + 0.499 + ], + "bottomright": [ + 0.501, + 0.997 + ] + } + }, + { + "name": "person3", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.501, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 235, + "startFrame": 100829, + "startTime": "1:07:13.170", + "endFrame": 101124, + "endTime": "1:07:24.960", + "category": "", + "note": "", + "people": [ + { + "name": "person8", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0 + ], + "bottomright": [ + 0.998, + 0.499 + ] + } + }, + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.002, + 0.499 + ], + "bottomright": [ + 0.5, + 0.997 + ] + } + }, + { + "name": "person3", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.499 + ], + "bottomright": [ + 0.998, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 236, + "startFrame": 101125, + "startTime": "1:07:25.020", + "endFrame": 101415, + "endTime": "1:07:36.600", + "category": "", + "note": "", + "people": [] + }, + { + "clipIdx": 237, + "startFrame": 101467, + "startTime": "1:07:38.700", + "endFrame": 101862, + "endTime": "1:07:54.510", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 238, + "startFrame": 101914, + "startTime": "1:07:56.580", + "endFrame": 102132, + "endTime": "1:08:5.310", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 239, + "startFrame": 102145, + "startTime": "1:08:5.820", + "endFrame": 102511, + "endTime": "1:08:20.460", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 240, + "startFrame": 102529, + "startTime": "1:08:21.180", + "endFrame": 102763, + "endTime": "1:08:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 241, + "startFrame": 102765, + "startTime": "1:08:30.600", + "endFrame": 103077, + "endTime": "1:08:43.110", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 242, + "startFrame": 103103, + "startTime": "1:08:44.130", + "endFrame": 103382, + "endTime": "1:08:55.290", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 243, + "startFrame": 103407, + "startTime": "1:08:56.310", + "endFrame": 103770, + "endTime": "1:09:10.830", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.237, + 0.499 + ], + "bottomright": [ + 0.704, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 244, + "startFrame": 103771, + "startTime": "1:09:10.860", + "endFrame": 104189, + "endTime": "1:09:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 245, + "startFrame": 104199, + "startTime": "1:09:27.990", + "endFrame": 104501, + "endTime": "1:09:40.050", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.469, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.234, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + }, + { + "clipIdx": 246, + "startFrame": 104523, + "startTime": "1:09:40.950", + "endFrame": 104834, + "endTime": "1:09:53.400", + "category": "", + "note": "", + "people": [ + { + "name": "person4", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.47, + 0 + ], + "bottomright": [ + 0.938, + 0.499 + ] + } + }, + { + "name": "person3", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.235, + 0.499 + ], + "bottomright": [ + 0.703, + 0.997 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_19-rater1.json b/ratings/video_19-rater1.json new file mode 100644 index 0000000000000000000000000000000000000000..e562b10fbb347833418b609900f03f575f23d83c --- /dev/null +++ b/ratings/video_19-rater1.json @@ -0,0 +1,5488 @@ +[ + { + "clipIdx": 0, + "startFrame": 98, + "startTime": "0:00:3.959", + "endFrame": 577, + "endTime": "0:00:23.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 588, + "startTime": "0:00:23.550", + "endFrame": 891, + "endTime": "0:00:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 913, + "startTime": "0:00:36.540", + "endFrame": 1184, + "endTime": "0:00:47.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1186, + "startTime": "0:00:47.460", + "endFrame": 1486, + "endTime": "0:00:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1501, + "startTime": "0:01:0.060", + "endFrame": 1749, + "endTime": "0:01:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1761, + "startTime": "0:01:10.440", + "endFrame": 2306, + "endTime": "0:01:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2328, + "startTime": "0:01:33.150", + "endFrame": 2853, + "endTime": "0:01:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2877, + "startTime": "0:01:55.110", + "endFrame": 3669, + "endTime": "0:02:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3701, + "startTime": "0:02:28.050", + "endFrame": 3957, + "endTime": "0:02:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3996, + "startTime": "0:02:39.870", + "endFrame": 4468, + "endTime": "0:02:58.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4518, + "startTime": "0:03:0.720", + "endFrame": 4761, + "endTime": "0:03:10.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4777, + "startTime": "0:03:11.100", + "endFrame": 5165, + "endTime": "0:03:26.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5168, + "startTime": "0:03:26.730", + "endFrame": 5497, + "endTime": "0:03:39.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.581, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5512, + "startTime": "0:03:40.500", + "endFrame": 6000, + "endTime": "0:04:0.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 6029, + "startTime": "0:04:1.170", + "endFrame": 6351, + "endTime": "0:04:14.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6381, + "startTime": "0:04:15.240", + "endFrame": 6664, + "endTime": "0:04:26.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6690, + "startTime": "0:04:27.600", + "endFrame": 7106, + "endTime": "0:04:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7124, + "startTime": "0:04:44.970", + "endFrame": 7475, + "endTime": "0:04:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7486, + "startTime": "0:04:59.460", + "endFrame": 7866, + "endTime": "0:05:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7913, + "startTime": "0:05:16.530", + "endFrame": 8307, + "endTime": "0:05:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8349, + "startTime": "0:05:33.960", + "endFrame": 8574, + "endTime": "0:05:42.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8601, + "startTime": "0:05:44.070", + "endFrame": 8829, + "endTime": "0:05:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8858, + "startTime": "0:05:54.330", + "endFrame": 9115, + "endTime": "0:06:4.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9128, + "startTime": "0:06:5.130", + "endFrame": 9404, + "endTime": "0:06:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9429, + "startTime": "0:06:17.190", + "endFrame": 9655, + "endTime": "0:06:26.220", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9672, + "startTime": "0:06:26.910", + "endFrame": 10217, + "endTime": "0:06:48.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10222, + "startTime": "0:06:48.900", + "endFrame": 10492, + "endTime": "0:06:59.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10527, + "startTime": "0:07:1.080", + "endFrame": 10824, + "endTime": "0:07:12.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10835, + "startTime": "0:07:13.410", + "endFrame": 11187, + "endTime": "0:07:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11197, + "startTime": "0:07:27.900", + "endFrame": 11446, + "endTime": "0:07:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.553, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11458, + "startTime": "0:07:38.340", + "endFrame": 11806, + "endTime": "0:07:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11822, + "startTime": "0:07:52.890", + "endFrame": 12183, + "endTime": "0:08:7.350", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12198, + "startTime": "0:08:7.950", + "endFrame": 12634, + "endTime": "0:08:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12646, + "startTime": "0:08:25.860", + "endFrame": 12971, + "endTime": "0:08:38.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13000, + "startTime": "0:08:40.020", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13455, + "startTime": "0:08:58.200", + "endFrame": 13947, + "endTime": "0:09:17.880", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13988, + "startTime": "0:09:19.530", + "endFrame": 14274, + "endTime": "0:09:30.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14327, + "startTime": "0:09:33.090", + "endFrame": 14666, + "endTime": "0:09:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14713, + "startTime": "0:09:48.540", + "endFrame": 15133, + "endTime": "0:10:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15141, + "startTime": "0:10:5.670", + "endFrame": 15554, + "endTime": "0:10:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15591, + "startTime": "0:10:23.670", + "endFrame": 15818, + "endTime": "0:10:32.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15818, + "startTime": "0:10:32.730", + "endFrame": 16192, + "endTime": "0:10:47.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 16220, + "startTime": "0:10:48.810", + "endFrame": 16447, + "endTime": "0:10:57.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16470, + "startTime": "0:10:58.800", + "endFrame": 17093, + "endTime": "0:11:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 17123, + "startTime": "0:11:24.930", + "endFrame": 17547, + "endTime": "0:11:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 17553, + "startTime": "0:11:42.150", + "endFrame": 17801, + "endTime": "0:11:52.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17827, + "startTime": "0:11:53.100", + "endFrame": 18193, + "endTime": "0:12:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 18203, + "startTime": "0:12:8.130", + "endFrame": 18498, + "endTime": "0:12:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18525, + "startTime": "0:12:21.030", + "endFrame": 18844, + "endTime": "0:12:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18867, + "startTime": "0:12:34.680", + "endFrame": 19278, + "endTime": "0:12:51.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19289, + "startTime": "0:12:51.570", + "endFrame": 19752, + "endTime": "0:13:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 19762, + "startTime": "0:13:10.500", + "endFrame": 20114, + "endTime": "0:13:24.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20136, + "startTime": "0:13:25.440", + "endFrame": 20607, + "endTime": "0:13:44.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 20612, + "startTime": "0:13:44.490", + "endFrame": 20871, + "endTime": "0:13:54.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 20878, + "startTime": "0:13:55.140", + "endFrame": 21468, + "endTime": "0:14:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 21507, + "startTime": "0:14:20.280", + "endFrame": 21849, + "endTime": "0:14:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 21878, + "startTime": "0:14:35.130", + "endFrame": 22141, + "endTime": "0:14:45.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 22141, + "startTime": "0:14:45.660", + "endFrame": 22403, + "endTime": "0:14:56.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 22404, + "startTime": "0:14:56.190", + "endFrame": 22656, + "endTime": "0:15:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 22678, + "startTime": "0:15:7.140", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22938, + "startTime": "0:15:17.550", + "endFrame": 23294, + "endTime": "0:15:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 23307, + "startTime": "0:15:32.310", + "endFrame": 23607, + "endTime": "0:15:44.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 23635, + "startTime": "0:15:45.420", + "endFrame": 24030, + "endTime": "0:16:1.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 24064, + "startTime": "0:16:2.580", + "endFrame": 24287, + "endTime": "0:16:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 24318, + "startTime": "0:16:12.720", + "endFrame": 24762, + "endTime": "0:16:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 24765, + "startTime": "0:16:30.630", + "endFrame": 25201, + "endTime": "0:16:48.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 25239, + "startTime": "0:16:49.560", + "endFrame": 25583, + "endTime": "0:17:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 25611, + "startTime": "0:17:4.440", + "endFrame": 25987, + "endTime": "0:17:19.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 25991, + "startTime": "0:17:19.650", + "endFrame": 26382, + "endTime": "0:17:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 26402, + "startTime": "0:17:36.090", + "endFrame": 26781, + "endTime": "0:17:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 26805, + "startTime": "0:17:52.230", + "endFrame": 27159, + "endTime": "0:18:6.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 27280, + "startTime": "0:18:11.220", + "endFrame": 27435, + "endTime": "0:18:17.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 27533, + "startTime": "0:18:21.360", + "endFrame": 27712, + "endTime": "0:18:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 27810, + "startTime": "0:18:32.430", + "endFrame": 28155, + "endTime": "0:18:46.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 28168, + "startTime": "0:18:46.740", + "endFrame": 28475, + "endTime": "0:18:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 28483, + "startTime": "0:18:59.340", + "endFrame": 28777, + "endTime": "0:19:11.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 28786, + "startTime": "0:19:11.460", + "endFrame": 29147, + "endTime": "0:19:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 29166, + "startTime": "0:19:26.670", + "endFrame": 29415, + "endTime": "0:19:36.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 29426, + "startTime": "0:19:37.050", + "endFrame": 29711, + "endTime": "0:19:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 29718, + "startTime": "0:19:48.750", + "endFrame": 30020, + "endTime": "0:20:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 30051, + "startTime": "0:20:2.040", + "endFrame": 30284, + "endTime": "0:20:11.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 30320, + "startTime": "0:20:12.810", + "endFrame": 30618, + "endTime": "0:20:24.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 30663, + "startTime": "0:20:26.520", + "endFrame": 30902, + "endTime": "0:20:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 30905, + "startTime": "0:20:36.210", + "endFrame": 31232, + "endTime": "0:20:49.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 31233, + "startTime": "0:20:49.320", + "endFrame": 31695, + "endTime": "0:21:7.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 31710, + "startTime": "0:21:8.400", + "endFrame": 32317, + "endTime": "0:21:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 32325, + "startTime": "0:21:33.000", + "endFrame": 32643, + "endTime": "0:21:45.720", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 32658, + "startTime": "0:21:46.350", + "endFrame": 33067, + "endTime": "0:22:2.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 33103, + "startTime": "0:22:4.140", + "endFrame": 34153, + "endTime": "0:22:46.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 34165, + "startTime": "0:22:46.620", + "endFrame": 34536, + "endTime": "0:23:1.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 34553, + "startTime": "0:23:2.130", + "endFrame": 34827, + "endTime": "0:23:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 34842, + "startTime": "0:23:13.680", + "endFrame": 35108, + "endTime": "0:23:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 35109, + "startTime": "0:23:24.360", + "endFrame": 35365, + "endTime": "0:23:34.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 35380, + "startTime": "0:23:35.220", + "endFrame": 35877, + "endTime": "0:23:55.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 35925, + "startTime": "0:23:57.000", + "endFrame": 36136, + "endTime": "0:24:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 36138, + "startTime": "0:24:5.520", + "endFrame": 36416, + "endTime": "0:24:16.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 36430, + "startTime": "0:24:17.220", + "endFrame": 36760, + "endTime": "0:24:30.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 36789, + "startTime": "0:24:31.590", + "endFrame": 37064, + "endTime": "0:24:42.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 37097, + "startTime": "0:24:43.890", + "endFrame": 37329, + "endTime": "0:24:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 37455, + "startTime": "0:24:58.230", + "endFrame": 37938, + "endTime": "0:25:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 37961, + "startTime": "0:25:18.450", + "endFrame": 38400, + "endTime": "0:25:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 38400, + "startTime": "0:25:36.030", + "endFrame": 38724, + "endTime": "0:25:48.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 38754, + "startTime": "0:25:50.160", + "endFrame": 38976, + "endTime": "0:25:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 39008, + "startTime": "0:26:0.330", + "endFrame": 39277, + "endTime": "0:26:11.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 39369, + "startTime": "0:26:14.760", + "endFrame": 39589, + "endTime": "0:26:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 39603, + "startTime": "0:26:24.150", + "endFrame": 40013, + "endTime": "0:26:40.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 40024, + "startTime": "0:26:40.980", + "endFrame": 40275, + "endTime": "0:26:51.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 40328, + "startTime": "0:26:53.130", + "endFrame": 40791, + "endTime": "0:27:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 40878, + "startTime": "0:27:15.150", + "endFrame": 41207, + "endTime": "0:27:28.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 41455, + "startTime": "0:27:38.220", + "endFrame": 41775, + "endTime": "0:27:51.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 41899, + "startTime": "0:27:55.980", + "endFrame": 42114, + "endTime": "0:28:4.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 42173, + "startTime": "0:28:6.930", + "endFrame": 42365, + "endTime": "0:28:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 42411, + "startTime": "0:28:16.470", + "endFrame": 42840, + "endTime": "0:28:33.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.541, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 42847, + "startTime": "0:28:33.900", + "endFrame": 43234, + "endTime": "0:28:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 43245, + "startTime": "0:28:49.800", + "endFrame": 43497, + "endTime": "0:28:59.880", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 43520, + "startTime": "0:29:0.810", + "endFrame": 43935, + "endTime": "0:29:17.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 43962, + "startTime": "0:29:18.480", + "endFrame": 44304, + "endTime": "0:29:32.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 44332, + "startTime": "0:29:33.300", + "endFrame": 44564, + "endTime": "0:29:42.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 44583, + "startTime": "0:29:43.320", + "endFrame": 44877, + "endTime": "0:29:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 44935, + "startTime": "0:29:57.420", + "endFrame": 45317, + "endTime": "0:30:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 45321, + "startTime": "0:30:12.840", + "endFrame": 45815, + "endTime": "0:30:32.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 45826, + "startTime": "0:30:33.060", + "endFrame": 46076, + "endTime": "0:30:43.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 46078, + "startTime": "0:30:43.140", + "endFrame": 46430, + "endTime": "0:30:57.210", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "I am guessing he is taking notes here. I see his arm moving somewhat so I score him \"engaged\".", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 46458, + "startTime": "0:30:58.320", + "endFrame": 46704, + "endTime": "0:31:8.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 46712, + "startTime": "0:31:8.490", + "endFrame": 46990, + "endTime": "0:31:19.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 47007, + "startTime": "0:31:20.310", + "endFrame": 47433, + "endTime": "0:31:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 47442, + "startTime": "0:31:37.680", + "endFrame": 48024, + "endTime": "0:32:0.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 48053, + "startTime": "0:32:2.130", + "endFrame": 48499, + "endTime": "0:32:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 48506, + "startTime": "0:32:20.250", + "endFrame": 48841, + "endTime": "0:32:33.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 48852, + "startTime": "0:32:34.110", + "endFrame": 49128, + "endTime": "0:32:45.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 49159, + "startTime": "0:32:46.380", + "endFrame": 49450, + "endTime": "0:32:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 49484, + "startTime": "0:32:59.370", + "endFrame": 49755, + "endTime": "0:33:10.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 49800, + "startTime": "0:33:12.000", + "endFrame": 50120, + "endTime": "0:33:24.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 50142, + "startTime": "0:33:25.710", + "endFrame": 50434, + "endTime": "0:33:37.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 50466, + "startTime": "0:33:38.640", + "endFrame": 50701, + "endTime": "0:33:48.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 50733, + "startTime": "0:33:49.320", + "endFrame": 51474, + "endTime": "0:34:18.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 51516, + "startTime": "0:34:20.670", + "endFrame": 51970, + "endTime": "0:34:38.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 51977, + "startTime": "0:34:39.090", + "endFrame": 52426, + "endTime": "0:34:57.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 52470, + "startTime": "0:34:58.830", + "endFrame": 52999, + "endTime": "0:35:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 53000, + "startTime": "0:35:20.010", + "endFrame": 53263, + "endTime": "0:35:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 53293, + "startTime": "0:35:31.740", + "endFrame": 53562, + "endTime": "0:35:42.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 53613, + "startTime": "0:35:44.550", + "endFrame": 53831, + "endTime": "0:35:53.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 53990, + "startTime": "0:35:59.610", + "endFrame": 54294, + "endTime": "0:36:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 54315, + "startTime": "0:36:12.600", + "endFrame": 54738, + "endTime": "0:36:29.550", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 54776, + "startTime": "0:36:31.050", + "endFrame": 55013, + "endTime": "0:36:40.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 55047, + "startTime": "0:36:41.910", + "endFrame": 55314, + "endTime": "0:36:52.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 55329, + "startTime": "0:36:53.190", + "endFrame": 55857, + "endTime": "0:37:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 55920, + "startTime": "0:37:16.830", + "endFrame": 56115, + "endTime": "0:37:24.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 56141, + "startTime": "0:37:25.680", + "endFrame": 56427, + "endTime": "0:37:37.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 56429, + "startTime": "0:37:37.170", + "endFrame": 56715, + "endTime": "0:37:48.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 56748, + "startTime": "0:37:49.950", + "endFrame": 57036, + "endTime": "0:38:1.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 57045, + "startTime": "0:38:1.830", + "endFrame": 57381, + "endTime": "0:38:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 57617, + "startTime": "0:38:24.690", + "endFrame": 57626, + "endTime": "0:38:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "only 2ish seconds", + "position": { + "topleft": [ + 0.55, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 57729, + "startTime": "0:38:29.160", + "endFrame": 58144, + "endTime": "0:38:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 58157, + "startTime": "0:38:46.290", + "endFrame": 58552, + "endTime": "0:39:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 58617, + "startTime": "0:39:4.710", + "endFrame": 58911, + "endTime": "0:39:16.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 58912, + "startTime": "0:39:16.500", + "endFrame": 59220, + "endTime": "0:39:28.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 59303, + "startTime": "0:39:32.130", + "endFrame": 59878, + "endTime": "0:39:55.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 60045, + "startTime": "0:40:1.830", + "endFrame": 60261, + "endTime": "0:40:10.440", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 60291, + "startTime": "0:40:11.670", + "endFrame": 60515, + "endTime": "0:40:20.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 60515, + "startTime": "0:40:20.610", + "endFrame": 60840, + "endTime": "0:40:33.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 60885, + "startTime": "0:40:35.430", + "endFrame": 61160, + "endTime": "0:40:46.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 61245, + "startTime": "0:40:49.830", + "endFrame": 61601, + "endTime": "0:41:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 61611, + "startTime": "0:41:4.440", + "endFrame": 62092, + "endTime": "0:41:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.229 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 62102, + "startTime": "0:41:24.090", + "endFrame": 62466, + "endTime": "0:41:38.640", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62723, + "endTime": "0:41:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 62762, + "startTime": "0:41:50.490", + "endFrame": 63043, + "endTime": "0:42:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 63078, + "startTime": "0:42:3.120", + "endFrame": 63510, + "endTime": "0:42:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 63537, + "startTime": "0:42:21.480", + "endFrame": 63770, + "endTime": "0:42:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 63801, + "startTime": "0:42:32.070", + "endFrame": 64079, + "endTime": "0:42:43.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 64106, + "startTime": "0:42:44.250", + "endFrame": 64718, + "endTime": "0:43:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 64728, + "startTime": "0:43:9.150", + "endFrame": 65076, + "endTime": "0:43:23.040", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 65084, + "startTime": "0:43:23.370", + "endFrame": 65488, + "endTime": "0:43:39.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 65497, + "startTime": "0:43:39.900", + "endFrame": 65779, + "endTime": "0:43:51.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 65802, + "startTime": "0:43:52.110", + "endFrame": 66090, + "endTime": "0:44:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 66099, + "startTime": "0:44:3.960", + "endFrame": 66456, + "endTime": "0:44:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 66465, + "startTime": "0:44:18.630", + "endFrame": 66718, + "endTime": "0:44:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 66728, + "startTime": "0:44:29.130", + "endFrame": 67285, + "endTime": "0:44:51.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "writing notes", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 67355, + "startTime": "0:44:54.210", + "endFrame": 67817, + "endTime": "0:45:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "writing notes", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 67929, + "startTime": "0:45:17.160", + "endFrame": 68148, + "endTime": "0:45:25.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 68178, + "startTime": "0:45:27.120", + "endFrame": 68631, + "endTime": "0:45:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72615, + "startTime": "0:48:24.600", + "endFrame": 72981, + "endTime": "0:48:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 73071, + "startTime": "0:48:42.840", + "endFrame": 73425, + "endTime": "0:48:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73445, + "startTime": "0:48:57.810", + "endFrame": 73714, + "endTime": "0:49:8.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 104852, + "startTime": "1:09:54.090", + "endFrame": 105176, + "endTime": "1:10:7.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 105203, + "startTime": "1:10:8.130", + "endFrame": 105507, + "endTime": "1:10:20.280", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 105565, + "startTime": "1:10:22.620", + "endFrame": 105785, + "endTime": "1:10:31.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 105801, + "startTime": "1:10:32.040", + "endFrame": 106153, + "endTime": "1:10:46.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 106182, + "startTime": "1:10:47.310", + "endFrame": 106766, + "endTime": "1:11:10.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 106796, + "startTime": "1:11:11.850", + "endFrame": 107064, + "endTime": "1:11:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 107093, + "startTime": "1:11:23.730", + "endFrame": 107698, + "endTime": "1:11:47.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.226 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 107724, + "startTime": "1:11:48.990", + "endFrame": 107986, + "endTime": "1:11:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 108016, + "startTime": "1:12:0.660", + "endFrame": 108563, + "endTime": "1:12:22.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 108629, + "startTime": "1:12:25.170", + "endFrame": 108866, + "endTime": "1:12:34.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 108894, + "startTime": "1:12:35.760", + "endFrame": 109181, + "endTime": "1:12:47.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 109231, + "startTime": "1:12:49.260", + "endFrame": 109603, + "endTime": "1:13:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 109634, + "startTime": "1:13:5.370", + "endFrame": 110145, + "endTime": "1:13:25.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 110205, + "startTime": "1:13:28.200", + "endFrame": 110688, + "endTime": "1:13:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 110714, + "startTime": "1:13:48.570", + "endFrame": 110950, + "endTime": "1:13:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 110984, + "startTime": "1:13:59.400", + "endFrame": 111353, + "endTime": "1:14:14.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 111372, + "startTime": "1:14:14.880", + "endFrame": 111965, + "endTime": "1:14:38.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 111981, + "startTime": "1:14:39.240", + "endFrame": 112312, + "endTime": "1:14:52.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 112348, + "startTime": "1:14:53.940", + "endFrame": 112564, + "endTime": "1:15:2.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 112599, + "startTime": "1:15:3.990", + "endFrame": 112914, + "endTime": "1:15:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 112988, + "startTime": "1:15:19.530", + "endFrame": 113248, + "endTime": "1:15:29.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 113658, + "startTime": "1:15:46.350", + "endFrame": 113682, + "endTime": "1:15:47.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.229 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 116906, + "startTime": "1:17:56.250", + "endFrame": 116944, + "endTime": "1:17:57.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 118815, + "startTime": "1:19:12.630", + "endFrame": 118899, + "endTime": "1:19:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 118932, + "startTime": "1:19:17.280", + "endFrame": 119189, + "endTime": "1:19:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 119199, + "startTime": "1:19:27.960", + "endFrame": 119589, + "endTime": "1:19:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 119609, + "startTime": "1:19:44.400", + "endFrame": 119877, + "endTime": "1:19:55.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_19-rater3.json b/ratings/video_19-rater3.json new file mode 100644 index 0000000000000000000000000000000000000000..86e46d4cd0041ce751cdc7361d74236fc083d1fb --- /dev/null +++ b/ratings/video_19-rater3.json @@ -0,0 +1,5488 @@ +[ + { + "clipIdx": 0, + "startFrame": 98, + "startTime": "0:00:3.959", + "endFrame": 577, + "endTime": "0:00:23.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 588, + "startTime": "0:00:23.550", + "endFrame": 891, + "endTime": "0:00:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 913, + "startTime": "0:00:36.540", + "endFrame": 1184, + "endTime": "0:00:47.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1186, + "startTime": "0:00:47.460", + "endFrame": 1486, + "endTime": "0:00:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1501, + "startTime": "0:01:0.060", + "endFrame": 1749, + "endTime": "0:01:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1761, + "startTime": "0:01:10.440", + "endFrame": 2306, + "endTime": "0:01:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2328, + "startTime": "0:01:33.150", + "endFrame": 2853, + "endTime": "0:01:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2877, + "startTime": "0:01:55.110", + "endFrame": 3669, + "endTime": "0:02:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3701, + "startTime": "0:02:28.050", + "endFrame": 3957, + "endTime": "0:02:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3996, + "startTime": "0:02:39.870", + "endFrame": 4468, + "endTime": "0:02:58.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4518, + "startTime": "0:03:0.720", + "endFrame": 4761, + "endTime": "0:03:10.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4777, + "startTime": "0:03:11.100", + "endFrame": 5165, + "endTime": "0:03:26.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5168, + "startTime": "0:03:26.730", + "endFrame": 5497, + "endTime": "0:03:39.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.581, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5512, + "startTime": "0:03:40.500", + "endFrame": 6000, + "endTime": "0:04:0.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 6029, + "startTime": "0:04:1.170", + "endFrame": 6351, + "endTime": "0:04:14.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6381, + "startTime": "0:04:15.240", + "endFrame": 6664, + "endTime": "0:04:26.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6690, + "startTime": "0:04:27.600", + "endFrame": 7106, + "endTime": "0:04:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7124, + "startTime": "0:04:44.970", + "endFrame": 7475, + "endTime": "0:04:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7486, + "startTime": "0:04:59.460", + "endFrame": 7866, + "endTime": "0:05:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7913, + "startTime": "0:05:16.530", + "endFrame": 8307, + "endTime": "0:05:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8349, + "startTime": "0:05:33.960", + "endFrame": 8574, + "endTime": "0:05:42.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8601, + "startTime": "0:05:44.070", + "endFrame": 8829, + "endTime": "0:05:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8858, + "startTime": "0:05:54.330", + "endFrame": 9115, + "endTime": "0:06:4.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9128, + "startTime": "0:06:5.130", + "endFrame": 9404, + "endTime": "0:06:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9429, + "startTime": "0:06:17.190", + "endFrame": 9655, + "endTime": "0:06:26.220", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9672, + "startTime": "0:06:26.910", + "endFrame": 10217, + "endTime": "0:06:48.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10222, + "startTime": "0:06:48.900", + "endFrame": 10492, + "endTime": "0:06:59.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10527, + "startTime": "0:07:1.080", + "endFrame": 10824, + "endTime": "0:07:12.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10835, + "startTime": "0:07:13.410", + "endFrame": 11187, + "endTime": "0:07:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11197, + "startTime": "0:07:27.900", + "endFrame": 11446, + "endTime": "0:07:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.553, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11458, + "startTime": "0:07:38.340", + "endFrame": 11806, + "endTime": "0:07:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11822, + "startTime": "0:07:52.890", + "endFrame": 12183, + "endTime": "0:08:7.350", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12198, + "startTime": "0:08:7.950", + "endFrame": 12634, + "endTime": "0:08:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12646, + "startTime": "0:08:25.860", + "endFrame": 12971, + "endTime": "0:08:38.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13000, + "startTime": "0:08:40.020", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13455, + "startTime": "0:08:58.200", + "endFrame": 13947, + "endTime": "0:09:17.880", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13988, + "startTime": "0:09:19.530", + "endFrame": 14274, + "endTime": "0:09:30.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14327, + "startTime": "0:09:33.090", + "endFrame": 14666, + "endTime": "0:09:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14713, + "startTime": "0:09:48.540", + "endFrame": 15133, + "endTime": "0:10:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15141, + "startTime": "0:10:5.670", + "endFrame": 15554, + "endTime": "0:10:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15591, + "startTime": "0:10:23.670", + "endFrame": 15818, + "endTime": "0:10:32.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15818, + "startTime": "0:10:32.730", + "endFrame": 16192, + "endTime": "0:10:47.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 16220, + "startTime": "0:10:48.810", + "endFrame": 16447, + "endTime": "0:10:57.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16470, + "startTime": "0:10:58.800", + "endFrame": 17093, + "endTime": "0:11:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 17123, + "startTime": "0:11:24.930", + "endFrame": 17547, + "endTime": "0:11:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 17553, + "startTime": "0:11:42.150", + "endFrame": 17801, + "endTime": "0:11:52.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17827, + "startTime": "0:11:53.100", + "endFrame": 18193, + "endTime": "0:12:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 18203, + "startTime": "0:12:8.130", + "endFrame": 18498, + "endTime": "0:12:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18525, + "startTime": "0:12:21.030", + "endFrame": 18844, + "endTime": "0:12:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18867, + "startTime": "0:12:34.680", + "endFrame": 19278, + "endTime": "0:12:51.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19289, + "startTime": "0:12:51.570", + "endFrame": 19752, + "endTime": "0:13:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 19762, + "startTime": "0:13:10.500", + "endFrame": 20114, + "endTime": "0:13:24.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20136, + "startTime": "0:13:25.440", + "endFrame": 20607, + "endTime": "0:13:44.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 20612, + "startTime": "0:13:44.490", + "endFrame": 20871, + "endTime": "0:13:54.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 20878, + "startTime": "0:13:55.140", + "endFrame": 21468, + "endTime": "0:14:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 21507, + "startTime": "0:14:20.280", + "endFrame": 21849, + "endTime": "0:14:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 21878, + "startTime": "0:14:35.130", + "endFrame": 22141, + "endTime": "0:14:45.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 22141, + "startTime": "0:14:45.660", + "endFrame": 22403, + "endTime": "0:14:56.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 22404, + "startTime": "0:14:56.190", + "endFrame": 22656, + "endTime": "0:15:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 22678, + "startTime": "0:15:7.140", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22938, + "startTime": "0:15:17.550", + "endFrame": 23294, + "endTime": "0:15:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 23307, + "startTime": "0:15:32.310", + "endFrame": 23607, + "endTime": "0:15:44.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 23635, + "startTime": "0:15:45.420", + "endFrame": 24030, + "endTime": "0:16:1.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 24064, + "startTime": "0:16:2.580", + "endFrame": 24287, + "endTime": "0:16:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 24318, + "startTime": "0:16:12.720", + "endFrame": 24762, + "endTime": "0:16:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 24765, + "startTime": "0:16:30.630", + "endFrame": 25201, + "endTime": "0:16:48.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 25239, + "startTime": "0:16:49.560", + "endFrame": 25583, + "endTime": "0:17:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 25611, + "startTime": "0:17:4.440", + "endFrame": 25987, + "endTime": "0:17:19.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 25991, + "startTime": "0:17:19.650", + "endFrame": 26382, + "endTime": "0:17:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 26402, + "startTime": "0:17:36.090", + "endFrame": 26781, + "endTime": "0:17:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 26805, + "startTime": "0:17:52.230", + "endFrame": 27159, + "endTime": "0:18:6.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 27280, + "startTime": "0:18:11.220", + "endFrame": 27435, + "endTime": "0:18:17.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 27533, + "startTime": "0:18:21.360", + "endFrame": 27712, + "endTime": "0:18:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 27810, + "startTime": "0:18:32.430", + "endFrame": 28155, + "endTime": "0:18:46.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 28168, + "startTime": "0:18:46.740", + "endFrame": 28475, + "endTime": "0:18:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 28483, + "startTime": "0:18:59.340", + "endFrame": 28777, + "endTime": "0:19:11.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 28786, + "startTime": "0:19:11.460", + "endFrame": 29147, + "endTime": "0:19:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 29166, + "startTime": "0:19:26.670", + "endFrame": 29415, + "endTime": "0:19:36.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 29426, + "startTime": "0:19:37.050", + "endFrame": 29711, + "endTime": "0:19:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 29718, + "startTime": "0:19:48.750", + "endFrame": 30020, + "endTime": "0:20:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 30051, + "startTime": "0:20:2.040", + "endFrame": 30284, + "endTime": "0:20:11.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 30320, + "startTime": "0:20:12.810", + "endFrame": 30618, + "endTime": "0:20:24.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 30663, + "startTime": "0:20:26.520", + "endFrame": 30902, + "endTime": "0:20:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 30905, + "startTime": "0:20:36.210", + "endFrame": 31232, + "endTime": "0:20:49.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 31233, + "startTime": "0:20:49.320", + "endFrame": 31695, + "endTime": "0:21:7.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 31710, + "startTime": "0:21:8.400", + "endFrame": 32317, + "endTime": "0:21:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 32325, + "startTime": "0:21:33.000", + "endFrame": 32643, + "endTime": "0:21:45.720", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 32658, + "startTime": "0:21:46.350", + "endFrame": 33067, + "endTime": "0:22:2.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 33103, + "startTime": "0:22:4.140", + "endFrame": 34153, + "endTime": "0:22:46.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 34165, + "startTime": "0:22:46.620", + "endFrame": 34536, + "endTime": "0:23:1.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 34553, + "startTime": "0:23:2.130", + "endFrame": 34827, + "endTime": "0:23:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 34842, + "startTime": "0:23:13.680", + "endFrame": 35108, + "endTime": "0:23:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 35109, + "startTime": "0:23:24.360", + "endFrame": 35365, + "endTime": "0:23:34.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 35380, + "startTime": "0:23:35.220", + "endFrame": 35877, + "endTime": "0:23:55.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 35925, + "startTime": "0:23:57.000", + "endFrame": 36136, + "endTime": "0:24:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 36138, + "startTime": "0:24:5.520", + "endFrame": 36416, + "endTime": "0:24:16.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 36430, + "startTime": "0:24:17.220", + "endFrame": 36760, + "endTime": "0:24:30.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 36789, + "startTime": "0:24:31.590", + "endFrame": 37064, + "endTime": "0:24:42.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 37097, + "startTime": "0:24:43.890", + "endFrame": 37329, + "endTime": "0:24:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 37455, + "startTime": "0:24:58.230", + "endFrame": 37938, + "endTime": "0:25:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 37961, + "startTime": "0:25:18.450", + "endFrame": 38400, + "endTime": "0:25:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 38400, + "startTime": "0:25:36.030", + "endFrame": 38724, + "endTime": "0:25:48.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 38754, + "startTime": "0:25:50.160", + "endFrame": 38976, + "endTime": "0:25:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 39008, + "startTime": "0:26:0.330", + "endFrame": 39277, + "endTime": "0:26:11.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 39369, + "startTime": "0:26:14.760", + "endFrame": 39589, + "endTime": "0:26:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 39603, + "startTime": "0:26:24.150", + "endFrame": 40013, + "endTime": "0:26:40.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 40024, + "startTime": "0:26:40.980", + "endFrame": 40275, + "endTime": "0:26:51.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 40328, + "startTime": "0:26:53.130", + "endFrame": 40791, + "endTime": "0:27:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 40878, + "startTime": "0:27:15.150", + "endFrame": 41207, + "endTime": "0:27:28.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 41455, + "startTime": "0:27:38.220", + "endFrame": 41775, + "endTime": "0:27:51.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 41899, + "startTime": "0:27:55.980", + "endFrame": 42114, + "endTime": "0:28:4.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 42173, + "startTime": "0:28:6.930", + "endFrame": 42365, + "endTime": "0:28:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 42411, + "startTime": "0:28:16.470", + "endFrame": 42840, + "endTime": "0:28:33.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.541, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 42847, + "startTime": "0:28:33.900", + "endFrame": 43234, + "endTime": "0:28:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 43245, + "startTime": "0:28:49.800", + "endFrame": 43497, + "endTime": "0:28:59.880", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 43520, + "startTime": "0:29:0.810", + "endFrame": 43935, + "endTime": "0:29:17.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 43962, + "startTime": "0:29:18.480", + "endFrame": 44304, + "endTime": "0:29:32.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 44332, + "startTime": "0:29:33.300", + "endFrame": 44564, + "endTime": "0:29:42.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 44583, + "startTime": "0:29:43.320", + "endFrame": 44877, + "endTime": "0:29:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 44935, + "startTime": "0:29:57.420", + "endFrame": 45317, + "endTime": "0:30:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 45321, + "startTime": "0:30:12.840", + "endFrame": 45815, + "endTime": "0:30:32.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 45826, + "startTime": "0:30:33.060", + "endFrame": 46076, + "endTime": "0:30:43.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 46078, + "startTime": "0:30:43.140", + "endFrame": 46430, + "endTime": "0:30:57.210", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "I am guessing he is taking notes here. I see his arm moving somewhat so I score him \"engaged\".", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 46458, + "startTime": "0:30:58.320", + "endFrame": 46704, + "endTime": "0:31:8.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 46712, + "startTime": "0:31:8.490", + "endFrame": 46990, + "endTime": "0:31:19.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 47007, + "startTime": "0:31:20.310", + "endFrame": 47433, + "endTime": "0:31:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 47442, + "startTime": "0:31:37.680", + "endFrame": 48024, + "endTime": "0:32:0.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 48053, + "startTime": "0:32:2.130", + "endFrame": 48499, + "endTime": "0:32:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 48506, + "startTime": "0:32:20.250", + "endFrame": 48841, + "endTime": "0:32:33.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 48852, + "startTime": "0:32:34.110", + "endFrame": 49128, + "endTime": "0:32:45.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 49159, + "startTime": "0:32:46.380", + "endFrame": 49450, + "endTime": "0:32:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 49484, + "startTime": "0:32:59.370", + "endFrame": 49755, + "endTime": "0:33:10.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 49800, + "startTime": "0:33:12.000", + "endFrame": 50120, + "endTime": "0:33:24.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 50142, + "startTime": "0:33:25.710", + "endFrame": 50434, + "endTime": "0:33:37.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 50466, + "startTime": "0:33:38.640", + "endFrame": 50701, + "endTime": "0:33:48.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 50733, + "startTime": "0:33:49.320", + "endFrame": 51474, + "endTime": "0:34:18.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 51516, + "startTime": "0:34:20.670", + "endFrame": 51970, + "endTime": "0:34:38.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 51977, + "startTime": "0:34:39.090", + "endFrame": 52426, + "endTime": "0:34:57.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 52470, + "startTime": "0:34:58.830", + "endFrame": 52999, + "endTime": "0:35:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 53000, + "startTime": "0:35:20.010", + "endFrame": 53263, + "endTime": "0:35:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 53293, + "startTime": "0:35:31.740", + "endFrame": 53562, + "endTime": "0:35:42.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 53613, + "startTime": "0:35:44.550", + "endFrame": 53831, + "endTime": "0:35:53.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 53990, + "startTime": "0:35:59.610", + "endFrame": 54294, + "endTime": "0:36:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 54315, + "startTime": "0:36:12.600", + "endFrame": 54738, + "endTime": "0:36:29.550", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 54776, + "startTime": "0:36:31.050", + "endFrame": 55013, + "endTime": "0:36:40.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 55047, + "startTime": "0:36:41.910", + "endFrame": 55314, + "endTime": "0:36:52.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 55329, + "startTime": "0:36:53.190", + "endFrame": 55857, + "endTime": "0:37:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 55920, + "startTime": "0:37:16.830", + "endFrame": 56115, + "endTime": "0:37:24.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 56141, + "startTime": "0:37:25.680", + "endFrame": 56427, + "endTime": "0:37:37.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 56429, + "startTime": "0:37:37.170", + "endFrame": 56715, + "endTime": "0:37:48.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 56748, + "startTime": "0:37:49.950", + "endFrame": 57036, + "endTime": "0:38:1.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 57045, + "startTime": "0:38:1.830", + "endFrame": 57381, + "endTime": "0:38:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 57617, + "startTime": "0:38:24.690", + "endFrame": 57626, + "endTime": "0:38:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "only 2ish seconds", + "position": { + "topleft": [ + 0.55, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 57729, + "startTime": "0:38:29.160", + "endFrame": 58144, + "endTime": "0:38:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 58157, + "startTime": "0:38:46.290", + "endFrame": 58552, + "endTime": "0:39:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 58617, + "startTime": "0:39:4.710", + "endFrame": 58911, + "endTime": "0:39:16.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 58912, + "startTime": "0:39:16.500", + "endFrame": 59220, + "endTime": "0:39:28.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 59303, + "startTime": "0:39:32.130", + "endFrame": 59878, + "endTime": "0:39:55.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 60045, + "startTime": "0:40:1.830", + "endFrame": 60261, + "endTime": "0:40:10.440", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 60291, + "startTime": "0:40:11.670", + "endFrame": 60515, + "endTime": "0:40:20.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 60515, + "startTime": "0:40:20.610", + "endFrame": 60840, + "endTime": "0:40:33.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 60885, + "startTime": "0:40:35.430", + "endFrame": 61160, + "endTime": "0:40:46.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 61245, + "startTime": "0:40:49.830", + "endFrame": 61601, + "endTime": "0:41:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 61611, + "startTime": "0:41:4.440", + "endFrame": 62092, + "endTime": "0:41:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.229 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 62102, + "startTime": "0:41:24.090", + "endFrame": 62466, + "endTime": "0:41:38.640", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62723, + "endTime": "0:41:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 62762, + "startTime": "0:41:50.490", + "endFrame": 63043, + "endTime": "0:42:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 63078, + "startTime": "0:42:3.120", + "endFrame": 63510, + "endTime": "0:42:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 63537, + "startTime": "0:42:21.480", + "endFrame": 63770, + "endTime": "0:42:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 63801, + "startTime": "0:42:32.070", + "endFrame": 64079, + "endTime": "0:42:43.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 64106, + "startTime": "0:42:44.250", + "endFrame": 64718, + "endTime": "0:43:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 64728, + "startTime": "0:43:9.150", + "endFrame": 65076, + "endTime": "0:43:23.040", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 65084, + "startTime": "0:43:23.370", + "endFrame": 65488, + "endTime": "0:43:39.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 65497, + "startTime": "0:43:39.900", + "endFrame": 65779, + "endTime": "0:43:51.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 65802, + "startTime": "0:43:52.110", + "endFrame": 66090, + "endTime": "0:44:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 66099, + "startTime": "0:44:3.960", + "endFrame": 66456, + "endTime": "0:44:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 66465, + "startTime": "0:44:18.630", + "endFrame": 66718, + "endTime": "0:44:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 66728, + "startTime": "0:44:29.130", + "endFrame": 67285, + "endTime": "0:44:51.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "writing notes", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 67355, + "startTime": "0:44:54.210", + "endFrame": 67817, + "endTime": "0:45:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "writing notes", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 67929, + "startTime": "0:45:17.160", + "endFrame": 68148, + "endTime": "0:45:25.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 68178, + "startTime": "0:45:27.120", + "endFrame": 68631, + "endTime": "0:45:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72615, + "startTime": "0:48:24.600", + "endFrame": 72981, + "endTime": "0:48:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 73071, + "startTime": "0:48:42.840", + "endFrame": 73425, + "endTime": "0:48:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73445, + "startTime": "0:48:57.810", + "endFrame": 73714, + "endTime": "0:49:8.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 104852, + "startTime": "1:09:54.090", + "endFrame": 105176, + "endTime": "1:10:7.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 105203, + "startTime": "1:10:8.130", + "endFrame": 105507, + "endTime": "1:10:20.280", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 105565, + "startTime": "1:10:22.620", + "endFrame": 105785, + "endTime": "1:10:31.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 105801, + "startTime": "1:10:32.040", + "endFrame": 106153, + "endTime": "1:10:46.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 106182, + "startTime": "1:10:47.310", + "endFrame": 106766, + "endTime": "1:11:10.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 106796, + "startTime": "1:11:11.850", + "endFrame": 107064, + "endTime": "1:11:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 107093, + "startTime": "1:11:23.730", + "endFrame": 107698, + "endTime": "1:11:47.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.226 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 107724, + "startTime": "1:11:48.990", + "endFrame": 107986, + "endTime": "1:11:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 108016, + "startTime": "1:12:0.660", + "endFrame": 108563, + "endTime": "1:12:22.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 108629, + "startTime": "1:12:25.170", + "endFrame": 108866, + "endTime": "1:12:34.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 108894, + "startTime": "1:12:35.760", + "endFrame": 109181, + "endTime": "1:12:47.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 109231, + "startTime": "1:12:49.260", + "endFrame": 109603, + "endTime": "1:13:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 109634, + "startTime": "1:13:5.370", + "endFrame": 110145, + "endTime": "1:13:25.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 110205, + "startTime": "1:13:28.200", + "endFrame": 110688, + "endTime": "1:13:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 110714, + "startTime": "1:13:48.570", + "endFrame": 110950, + "endTime": "1:13:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 110984, + "startTime": "1:13:59.400", + "endFrame": 111353, + "endTime": "1:14:14.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 111372, + "startTime": "1:14:14.880", + "endFrame": 111965, + "endTime": "1:14:38.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 111981, + "startTime": "1:14:39.240", + "endFrame": 112312, + "endTime": "1:14:52.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 112348, + "startTime": "1:14:53.940", + "endFrame": 112564, + "endTime": "1:15:2.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 112599, + "startTime": "1:15:3.990", + "endFrame": 112914, + "endTime": "1:15:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 112988, + "startTime": "1:15:19.530", + "endFrame": 113248, + "endTime": "1:15:29.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 113658, + "startTime": "1:15:46.350", + "endFrame": 113682, + "endTime": "1:15:47.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.229 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 116906, + "startTime": "1:17:56.250", + "endFrame": 116944, + "endTime": "1:17:57.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 118815, + "startTime": "1:19:12.630", + "endFrame": 118899, + "endTime": "1:19:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 118932, + "startTime": "1:19:17.280", + "endFrame": 119189, + "endTime": "1:19:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 119199, + "startTime": "1:19:27.960", + "endFrame": 119589, + "endTime": "1:19:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 119609, + "startTime": "1:19:44.400", + "endFrame": 119877, + "endTime": "1:19:55.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_19-rater6.json b/ratings/video_19-rater6.json new file mode 100644 index 0000000000000000000000000000000000000000..129cad371b046ea1f2de14295b697ae1300a24ec --- /dev/null +++ b/ratings/video_19-rater6.json @@ -0,0 +1,5488 @@ +[ + { + "clipIdx": 0, + "startFrame": 98, + "startTime": "0:00:3.959", + "endFrame": 577, + "endTime": "0:00:23.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 588, + "startTime": "0:00:23.550", + "endFrame": 891, + "endTime": "0:00:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 913, + "startTime": "0:00:36.540", + "endFrame": 1184, + "endTime": "0:00:47.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1186, + "startTime": "0:00:47.460", + "endFrame": 1486, + "endTime": "0:00:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1501, + "startTime": "0:01:0.060", + "endFrame": 1749, + "endTime": "0:01:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1761, + "startTime": "0:01:10.440", + "endFrame": 2306, + "endTime": "0:01:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2328, + "startTime": "0:01:33.150", + "endFrame": 2853, + "endTime": "0:01:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2877, + "startTime": "0:01:55.110", + "endFrame": 3669, + "endTime": "0:02:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3701, + "startTime": "0:02:28.050", + "endFrame": 3957, + "endTime": "0:02:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3996, + "startTime": "0:02:39.870", + "endFrame": 4468, + "endTime": "0:02:58.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4518, + "startTime": "0:03:0.720", + "endFrame": 4761, + "endTime": "0:03:10.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4777, + "startTime": "0:03:11.100", + "endFrame": 5165, + "endTime": "0:03:26.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5168, + "startTime": "0:03:26.730", + "endFrame": 5497, + "endTime": "0:03:39.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.581, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5512, + "startTime": "0:03:40.500", + "endFrame": 6000, + "endTime": "0:04:0.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 6029, + "startTime": "0:04:1.170", + "endFrame": 6351, + "endTime": "0:04:14.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6381, + "startTime": "0:04:15.240", + "endFrame": 6664, + "endTime": "0:04:26.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6690, + "startTime": "0:04:27.600", + "endFrame": 7106, + "endTime": "0:04:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7124, + "startTime": "0:04:44.970", + "endFrame": 7475, + "endTime": "0:04:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7486, + "startTime": "0:04:59.460", + "endFrame": 7866, + "endTime": "0:05:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7913, + "startTime": "0:05:16.530", + "endFrame": 8307, + "endTime": "0:05:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8349, + "startTime": "0:05:33.960", + "endFrame": 8574, + "endTime": "0:05:42.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8601, + "startTime": "0:05:44.070", + "endFrame": 8829, + "endTime": "0:05:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8858, + "startTime": "0:05:54.330", + "endFrame": 9115, + "endTime": "0:06:4.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9128, + "startTime": "0:06:5.130", + "endFrame": 9404, + "endTime": "0:06:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9429, + "startTime": "0:06:17.190", + "endFrame": 9655, + "endTime": "0:06:26.220", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9672, + "startTime": "0:06:26.910", + "endFrame": 10217, + "endTime": "0:06:48.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10222, + "startTime": "0:06:48.900", + "endFrame": 10492, + "endTime": "0:06:59.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10527, + "startTime": "0:07:1.080", + "endFrame": 10824, + "endTime": "0:07:12.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10835, + "startTime": "0:07:13.410", + "endFrame": 11187, + "endTime": "0:07:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11197, + "startTime": "0:07:27.900", + "endFrame": 11446, + "endTime": "0:07:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.553, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11458, + "startTime": "0:07:38.340", + "endFrame": 11806, + "endTime": "0:07:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11822, + "startTime": "0:07:52.890", + "endFrame": 12183, + "endTime": "0:08:7.350", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12198, + "startTime": "0:08:7.950", + "endFrame": 12634, + "endTime": "0:08:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12646, + "startTime": "0:08:25.860", + "endFrame": 12971, + "endTime": "0:08:38.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13000, + "startTime": "0:08:40.020", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13455, + "startTime": "0:08:58.200", + "endFrame": 13947, + "endTime": "0:09:17.880", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13988, + "startTime": "0:09:19.530", + "endFrame": 14274, + "endTime": "0:09:30.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14327, + "startTime": "0:09:33.090", + "endFrame": 14666, + "endTime": "0:09:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14713, + "startTime": "0:09:48.540", + "endFrame": 15133, + "endTime": "0:10:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15141, + "startTime": "0:10:5.670", + "endFrame": 15554, + "endTime": "0:10:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15591, + "startTime": "0:10:23.670", + "endFrame": 15818, + "endTime": "0:10:32.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15818, + "startTime": "0:10:32.730", + "endFrame": 16192, + "endTime": "0:10:47.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 16220, + "startTime": "0:10:48.810", + "endFrame": 16447, + "endTime": "0:10:57.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16470, + "startTime": "0:10:58.800", + "endFrame": 17093, + "endTime": "0:11:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 17123, + "startTime": "0:11:24.930", + "endFrame": 17547, + "endTime": "0:11:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 17553, + "startTime": "0:11:42.150", + "endFrame": 17801, + "endTime": "0:11:52.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17827, + "startTime": "0:11:53.100", + "endFrame": 18193, + "endTime": "0:12:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 18203, + "startTime": "0:12:8.130", + "endFrame": 18498, + "endTime": "0:12:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18525, + "startTime": "0:12:21.030", + "endFrame": 18844, + "endTime": "0:12:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18867, + "startTime": "0:12:34.680", + "endFrame": 19278, + "endTime": "0:12:51.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19289, + "startTime": "0:12:51.570", + "endFrame": 19752, + "endTime": "0:13:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 19762, + "startTime": "0:13:10.500", + "endFrame": 20114, + "endTime": "0:13:24.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20136, + "startTime": "0:13:25.440", + "endFrame": 20607, + "endTime": "0:13:44.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 20612, + "startTime": "0:13:44.490", + "endFrame": 20871, + "endTime": "0:13:54.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 20878, + "startTime": "0:13:55.140", + "endFrame": 21468, + "endTime": "0:14:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 21507, + "startTime": "0:14:20.280", + "endFrame": 21849, + "endTime": "0:14:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 21878, + "startTime": "0:14:35.130", + "endFrame": 22141, + "endTime": "0:14:45.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 22141, + "startTime": "0:14:45.660", + "endFrame": 22403, + "endTime": "0:14:56.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 22404, + "startTime": "0:14:56.190", + "endFrame": 22656, + "endTime": "0:15:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 22678, + "startTime": "0:15:7.140", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22938, + "startTime": "0:15:17.550", + "endFrame": 23294, + "endTime": "0:15:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 23307, + "startTime": "0:15:32.310", + "endFrame": 23607, + "endTime": "0:15:44.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 23635, + "startTime": "0:15:45.420", + "endFrame": 24030, + "endTime": "0:16:1.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 24064, + "startTime": "0:16:2.580", + "endFrame": 24287, + "endTime": "0:16:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 24318, + "startTime": "0:16:12.720", + "endFrame": 24762, + "endTime": "0:16:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 24765, + "startTime": "0:16:30.630", + "endFrame": 25201, + "endTime": "0:16:48.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 25239, + "startTime": "0:16:49.560", + "endFrame": 25583, + "endTime": "0:17:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 25611, + "startTime": "0:17:4.440", + "endFrame": 25987, + "endTime": "0:17:19.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 25991, + "startTime": "0:17:19.650", + "endFrame": 26382, + "endTime": "0:17:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 26402, + "startTime": "0:17:36.090", + "endFrame": 26781, + "endTime": "0:17:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 26805, + "startTime": "0:17:52.230", + "endFrame": 27159, + "endTime": "0:18:6.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 27280, + "startTime": "0:18:11.220", + "endFrame": 27435, + "endTime": "0:18:17.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 27533, + "startTime": "0:18:21.360", + "endFrame": 27712, + "endTime": "0:18:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 27810, + "startTime": "0:18:32.430", + "endFrame": 28155, + "endTime": "0:18:46.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 28168, + "startTime": "0:18:46.740", + "endFrame": 28475, + "endTime": "0:18:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 28483, + "startTime": "0:18:59.340", + "endFrame": 28777, + "endTime": "0:19:11.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 28786, + "startTime": "0:19:11.460", + "endFrame": 29147, + "endTime": "0:19:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 29166, + "startTime": "0:19:26.670", + "endFrame": 29415, + "endTime": "0:19:36.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 29426, + "startTime": "0:19:37.050", + "endFrame": 29711, + "endTime": "0:19:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 29718, + "startTime": "0:19:48.750", + "endFrame": 30020, + "endTime": "0:20:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 30051, + "startTime": "0:20:2.040", + "endFrame": 30284, + "endTime": "0:20:11.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 30320, + "startTime": "0:20:12.810", + "endFrame": 30618, + "endTime": "0:20:24.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 30663, + "startTime": "0:20:26.520", + "endFrame": 30902, + "endTime": "0:20:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 30905, + "startTime": "0:20:36.210", + "endFrame": 31232, + "endTime": "0:20:49.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 31233, + "startTime": "0:20:49.320", + "endFrame": 31695, + "endTime": "0:21:7.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 31710, + "startTime": "0:21:8.400", + "endFrame": 32317, + "endTime": "0:21:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 32325, + "startTime": "0:21:33.000", + "endFrame": 32643, + "endTime": "0:21:45.720", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 32658, + "startTime": "0:21:46.350", + "endFrame": 33067, + "endTime": "0:22:2.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 33103, + "startTime": "0:22:4.140", + "endFrame": 34153, + "endTime": "0:22:46.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 34165, + "startTime": "0:22:46.620", + "endFrame": 34536, + "endTime": "0:23:1.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 34553, + "startTime": "0:23:2.130", + "endFrame": 34827, + "endTime": "0:23:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 34842, + "startTime": "0:23:13.680", + "endFrame": 35108, + "endTime": "0:23:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 35109, + "startTime": "0:23:24.360", + "endFrame": 35365, + "endTime": "0:23:34.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 35380, + "startTime": "0:23:35.220", + "endFrame": 35877, + "endTime": "0:23:55.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 35925, + "startTime": "0:23:57.000", + "endFrame": 36136, + "endTime": "0:24:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 36138, + "startTime": "0:24:5.520", + "endFrame": 36416, + "endTime": "0:24:16.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 36430, + "startTime": "0:24:17.220", + "endFrame": 36760, + "endTime": "0:24:30.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 36789, + "startTime": "0:24:31.590", + "endFrame": 37064, + "endTime": "0:24:42.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 37097, + "startTime": "0:24:43.890", + "endFrame": 37329, + "endTime": "0:24:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 37455, + "startTime": "0:24:58.230", + "endFrame": 37938, + "endTime": "0:25:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 37961, + "startTime": "0:25:18.450", + "endFrame": 38400, + "endTime": "0:25:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 38400, + "startTime": "0:25:36.030", + "endFrame": 38724, + "endTime": "0:25:48.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 38754, + "startTime": "0:25:50.160", + "endFrame": 38976, + "endTime": "0:25:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 39008, + "startTime": "0:26:0.330", + "endFrame": 39277, + "endTime": "0:26:11.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 39369, + "startTime": "0:26:14.760", + "endFrame": 39589, + "endTime": "0:26:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 39603, + "startTime": "0:26:24.150", + "endFrame": 40013, + "endTime": "0:26:40.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 40024, + "startTime": "0:26:40.980", + "endFrame": 40275, + "endTime": "0:26:51.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 40328, + "startTime": "0:26:53.130", + "endFrame": 40791, + "endTime": "0:27:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 40878, + "startTime": "0:27:15.150", + "endFrame": 41207, + "endTime": "0:27:28.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 41455, + "startTime": "0:27:38.220", + "endFrame": 41775, + "endTime": "0:27:51.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 41899, + "startTime": "0:27:55.980", + "endFrame": 42114, + "endTime": "0:28:4.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 42173, + "startTime": "0:28:6.930", + "endFrame": 42365, + "endTime": "0:28:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 42411, + "startTime": "0:28:16.470", + "endFrame": 42840, + "endTime": "0:28:33.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.541, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 42847, + "startTime": "0:28:33.900", + "endFrame": 43234, + "endTime": "0:28:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 43245, + "startTime": "0:28:49.800", + "endFrame": 43497, + "endTime": "0:28:59.880", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 43520, + "startTime": "0:29:0.810", + "endFrame": 43935, + "endTime": "0:29:17.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 43962, + "startTime": "0:29:18.480", + "endFrame": 44304, + "endTime": "0:29:32.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 44332, + "startTime": "0:29:33.300", + "endFrame": 44564, + "endTime": "0:29:42.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 44583, + "startTime": "0:29:43.320", + "endFrame": 44877, + "endTime": "0:29:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 44935, + "startTime": "0:29:57.420", + "endFrame": 45317, + "endTime": "0:30:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 45321, + "startTime": "0:30:12.840", + "endFrame": 45815, + "endTime": "0:30:32.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 45826, + "startTime": "0:30:33.060", + "endFrame": 46076, + "endTime": "0:30:43.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 46078, + "startTime": "0:30:43.140", + "endFrame": 46430, + "endTime": "0:30:57.210", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "I am guessing he is taking notes here. I see his arm moving somewhat so I score him \"engaged\".", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 46458, + "startTime": "0:30:58.320", + "endFrame": 46704, + "endTime": "0:31:8.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 46712, + "startTime": "0:31:8.490", + "endFrame": 46990, + "endTime": "0:31:19.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 47007, + "startTime": "0:31:20.310", + "endFrame": 47433, + "endTime": "0:31:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 47442, + "startTime": "0:31:37.680", + "endFrame": 48024, + "endTime": "0:32:0.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 48053, + "startTime": "0:32:2.130", + "endFrame": 48499, + "endTime": "0:32:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 48506, + "startTime": "0:32:20.250", + "endFrame": 48841, + "endTime": "0:32:33.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 48852, + "startTime": "0:32:34.110", + "endFrame": 49128, + "endTime": "0:32:45.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 49159, + "startTime": "0:32:46.380", + "endFrame": 49450, + "endTime": "0:32:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 49484, + "startTime": "0:32:59.370", + "endFrame": 49755, + "endTime": "0:33:10.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 49800, + "startTime": "0:33:12.000", + "endFrame": 50120, + "endTime": "0:33:24.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 50142, + "startTime": "0:33:25.710", + "endFrame": 50434, + "endTime": "0:33:37.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 50466, + "startTime": "0:33:38.640", + "endFrame": 50701, + "endTime": "0:33:48.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 50733, + "startTime": "0:33:49.320", + "endFrame": 51474, + "endTime": "0:34:18.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 51516, + "startTime": "0:34:20.670", + "endFrame": 51970, + "endTime": "0:34:38.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 51977, + "startTime": "0:34:39.090", + "endFrame": 52426, + "endTime": "0:34:57.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 52470, + "startTime": "0:34:58.830", + "endFrame": 52999, + "endTime": "0:35:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 53000, + "startTime": "0:35:20.010", + "endFrame": 53263, + "endTime": "0:35:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 53293, + "startTime": "0:35:31.740", + "endFrame": 53562, + "endTime": "0:35:42.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 53613, + "startTime": "0:35:44.550", + "endFrame": 53831, + "endTime": "0:35:53.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 53990, + "startTime": "0:35:59.610", + "endFrame": 54294, + "endTime": "0:36:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 54315, + "startTime": "0:36:12.600", + "endFrame": 54738, + "endTime": "0:36:29.550", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 54776, + "startTime": "0:36:31.050", + "endFrame": 55013, + "endTime": "0:36:40.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 55047, + "startTime": "0:36:41.910", + "endFrame": 55314, + "endTime": "0:36:52.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 55329, + "startTime": "0:36:53.190", + "endFrame": 55857, + "endTime": "0:37:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 55920, + "startTime": "0:37:16.830", + "endFrame": 56115, + "endTime": "0:37:24.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 56141, + "startTime": "0:37:25.680", + "endFrame": 56427, + "endTime": "0:37:37.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 56429, + "startTime": "0:37:37.170", + "endFrame": 56715, + "endTime": "0:37:48.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 56748, + "startTime": "0:37:49.950", + "endFrame": 57036, + "endTime": "0:38:1.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 57045, + "startTime": "0:38:1.830", + "endFrame": 57381, + "endTime": "0:38:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 57617, + "startTime": "0:38:24.690", + "endFrame": 57626, + "endTime": "0:38:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "only 2ish seconds", + "position": { + "topleft": [ + 0.55, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 57729, + "startTime": "0:38:29.160", + "endFrame": 58144, + "endTime": "0:38:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 58157, + "startTime": "0:38:46.290", + "endFrame": 58552, + "endTime": "0:39:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 58617, + "startTime": "0:39:4.710", + "endFrame": 58911, + "endTime": "0:39:16.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 58912, + "startTime": "0:39:16.500", + "endFrame": 59220, + "endTime": "0:39:28.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 59303, + "startTime": "0:39:32.130", + "endFrame": 59878, + "endTime": "0:39:55.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 60045, + "startTime": "0:40:1.830", + "endFrame": 60261, + "endTime": "0:40:10.440", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 60291, + "startTime": "0:40:11.670", + "endFrame": 60515, + "endTime": "0:40:20.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 60515, + "startTime": "0:40:20.610", + "endFrame": 60840, + "endTime": "0:40:33.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 60885, + "startTime": "0:40:35.430", + "endFrame": 61160, + "endTime": "0:40:46.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 61245, + "startTime": "0:40:49.830", + "endFrame": 61601, + "endTime": "0:41:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 61611, + "startTime": "0:41:4.440", + "endFrame": 62092, + "endTime": "0:41:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.229 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 62102, + "startTime": "0:41:24.090", + "endFrame": 62466, + "endTime": "0:41:38.640", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62723, + "endTime": "0:41:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 62762, + "startTime": "0:41:50.490", + "endFrame": 63043, + "endTime": "0:42:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 63078, + "startTime": "0:42:3.120", + "endFrame": 63510, + "endTime": "0:42:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 63537, + "startTime": "0:42:21.480", + "endFrame": 63770, + "endTime": "0:42:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 63801, + "startTime": "0:42:32.070", + "endFrame": 64079, + "endTime": "0:42:43.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 64106, + "startTime": "0:42:44.250", + "endFrame": 64718, + "endTime": "0:43:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 64728, + "startTime": "0:43:9.150", + "endFrame": 65076, + "endTime": "0:43:23.040", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 65084, + "startTime": "0:43:23.370", + "endFrame": 65488, + "endTime": "0:43:39.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 65497, + "startTime": "0:43:39.900", + "endFrame": 65779, + "endTime": "0:43:51.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 65802, + "startTime": "0:43:52.110", + "endFrame": 66090, + "endTime": "0:44:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 66099, + "startTime": "0:44:3.960", + "endFrame": 66456, + "endTime": "0:44:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 66465, + "startTime": "0:44:18.630", + "endFrame": 66718, + "endTime": "0:44:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 66728, + "startTime": "0:44:29.130", + "endFrame": 67285, + "endTime": "0:44:51.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "writing notes", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 67355, + "startTime": "0:44:54.210", + "endFrame": 67817, + "endTime": "0:45:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "writing notes", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 67929, + "startTime": "0:45:17.160", + "endFrame": 68148, + "endTime": "0:45:25.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 68178, + "startTime": "0:45:27.120", + "endFrame": 68631, + "endTime": "0:45:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72615, + "startTime": "0:48:24.600", + "endFrame": 72981, + "endTime": "0:48:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 73071, + "startTime": "0:48:42.840", + "endFrame": 73425, + "endTime": "0:48:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73445, + "startTime": "0:48:57.810", + "endFrame": 73714, + "endTime": "0:49:8.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 104852, + "startTime": "1:09:54.090", + "endFrame": 105176, + "endTime": "1:10:7.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 105203, + "startTime": "1:10:8.130", + "endFrame": 105507, + "endTime": "1:10:20.280", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 105565, + "startTime": "1:10:22.620", + "endFrame": 105785, + "endTime": "1:10:31.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 105801, + "startTime": "1:10:32.040", + "endFrame": 106153, + "endTime": "1:10:46.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 106182, + "startTime": "1:10:47.310", + "endFrame": 106766, + "endTime": "1:11:10.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 106796, + "startTime": "1:11:11.850", + "endFrame": 107064, + "endTime": "1:11:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 107093, + "startTime": "1:11:23.730", + "endFrame": 107698, + "endTime": "1:11:47.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.226 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 107724, + "startTime": "1:11:48.990", + "endFrame": 107986, + "endTime": "1:11:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 108016, + "startTime": "1:12:0.660", + "endFrame": 108563, + "endTime": "1:12:22.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 108629, + "startTime": "1:12:25.170", + "endFrame": 108866, + "endTime": "1:12:34.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 108894, + "startTime": "1:12:35.760", + "endFrame": 109181, + "endTime": "1:12:47.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 109231, + "startTime": "1:12:49.260", + "endFrame": 109603, + "endTime": "1:13:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 109634, + "startTime": "1:13:5.370", + "endFrame": 110145, + "endTime": "1:13:25.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 110205, + "startTime": "1:13:28.200", + "endFrame": 110688, + "endTime": "1:13:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 110714, + "startTime": "1:13:48.570", + "endFrame": 110950, + "endTime": "1:13:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 110984, + "startTime": "1:13:59.400", + "endFrame": 111353, + "endTime": "1:14:14.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 111372, + "startTime": "1:14:14.880", + "endFrame": 111965, + "endTime": "1:14:38.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 111981, + "startTime": "1:14:39.240", + "endFrame": 112312, + "endTime": "1:14:52.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 112348, + "startTime": "1:14:53.940", + "endFrame": 112564, + "endTime": "1:15:2.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 112599, + "startTime": "1:15:3.990", + "endFrame": 112914, + "endTime": "1:15:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 112988, + "startTime": "1:15:19.530", + "endFrame": 113248, + "endTime": "1:15:29.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 113658, + "startTime": "1:15:46.350", + "endFrame": 113682, + "endTime": "1:15:47.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.229 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 116906, + "startTime": "1:17:56.250", + "endFrame": 116944, + "endTime": "1:17:57.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 118815, + "startTime": "1:19:12.630", + "endFrame": 118899, + "endTime": "1:19:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Disengage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 118932, + "startTime": "1:19:17.280", + "endFrame": 119189, + "endTime": "1:19:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 119199, + "startTime": "1:19:27.960", + "endFrame": 119589, + "endTime": "1:19:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 119609, + "startTime": "1:19:44.400", + "endFrame": 119877, + "endTime": "1:19:55.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/ratings/video_19-rater7.json b/ratings/video_19-rater7.json new file mode 100644 index 0000000000000000000000000000000000000000..ce5cdff1a814de58a5549ee3b6def4167414e86c --- /dev/null +++ b/ratings/video_19-rater7.json @@ -0,0 +1,5488 @@ +[ + { + "clipIdx": 0, + "startFrame": 98, + "startTime": "0:00:3.959", + "endFrame": 577, + "endTime": "0:00:23.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 1, + "startFrame": 588, + "startTime": "0:00:23.550", + "endFrame": 891, + "endTime": "0:00:35.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 2, + "startFrame": 913, + "startTime": "0:00:36.540", + "endFrame": 1184, + "endTime": "0:00:47.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 3, + "startFrame": 1186, + "startTime": "0:00:47.460", + "endFrame": 1486, + "endTime": "0:00:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 4, + "startFrame": 1501, + "startTime": "0:01:0.060", + "endFrame": 1749, + "endTime": "0:01:9.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 5, + "startFrame": 1761, + "startTime": "0:01:10.440", + "endFrame": 2306, + "endTime": "0:01:32.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 6, + "startFrame": 2328, + "startTime": "0:01:33.150", + "endFrame": 2853, + "endTime": "0:01:54.120", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 7, + "startFrame": 2877, + "startTime": "0:01:55.110", + "endFrame": 3669, + "endTime": "0:02:26.790", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 8, + "startFrame": 3701, + "startTime": "0:02:28.050", + "endFrame": 3957, + "endTime": "0:02:38.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 9, + "startFrame": 3996, + "startTime": "0:02:39.870", + "endFrame": 4468, + "endTime": "0:02:58.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 10, + "startFrame": 4518, + "startTime": "0:03:0.720", + "endFrame": 4761, + "endTime": "0:03:10.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 11, + "startFrame": 4777, + "startTime": "0:03:11.100", + "endFrame": 5165, + "endTime": "0:03:26.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 12, + "startFrame": 5168, + "startTime": "0:03:26.730", + "endFrame": 5497, + "endTime": "0:03:39.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.581, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 13, + "startFrame": 5512, + "startTime": "0:03:40.500", + "endFrame": 6000, + "endTime": "0:04:0.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 14, + "startFrame": 6029, + "startTime": "0:04:1.170", + "endFrame": 6351, + "endTime": "0:04:14.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 15, + "startFrame": 6381, + "startTime": "0:04:15.240", + "endFrame": 6664, + "endTime": "0:04:26.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 16, + "startFrame": 6690, + "startTime": "0:04:27.600", + "endFrame": 7106, + "endTime": "0:04:44.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 17, + "startFrame": 7124, + "startTime": "0:04:44.970", + "endFrame": 7475, + "endTime": "0:04:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 18, + "startFrame": 7486, + "startTime": "0:04:59.460", + "endFrame": 7866, + "endTime": "0:05:14.670", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 19, + "startFrame": 7913, + "startTime": "0:05:16.530", + "endFrame": 8307, + "endTime": "0:05:32.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 20, + "startFrame": 8349, + "startTime": "0:05:33.960", + "endFrame": 8574, + "endTime": "0:05:42.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 21, + "startFrame": 8601, + "startTime": "0:05:44.070", + "endFrame": 8829, + "endTime": "0:05:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 22, + "startFrame": 8858, + "startTime": "0:05:54.330", + "endFrame": 9115, + "endTime": "0:06:4.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 23, + "startFrame": 9128, + "startTime": "0:06:5.130", + "endFrame": 9404, + "endTime": "0:06:16.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 24, + "startFrame": 9429, + "startTime": "0:06:17.190", + "endFrame": 9655, + "endTime": "0:06:26.220", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 25, + "startFrame": 9672, + "startTime": "0:06:26.910", + "endFrame": 10217, + "endTime": "0:06:48.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 26, + "startFrame": 10222, + "startTime": "0:06:48.900", + "endFrame": 10492, + "endTime": "0:06:59.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 27, + "startFrame": 10527, + "startTime": "0:07:1.080", + "endFrame": 10824, + "endTime": "0:07:12.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 28, + "startFrame": 10835, + "startTime": "0:07:13.410", + "endFrame": 11187, + "endTime": "0:07:27.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 29, + "startFrame": 11197, + "startTime": "0:07:27.900", + "endFrame": 11446, + "endTime": "0:07:37.860", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.553, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 30, + "startFrame": 11458, + "startTime": "0:07:38.340", + "endFrame": 11806, + "endTime": "0:07:52.260", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 31, + "startFrame": 11822, + "startTime": "0:07:52.890", + "endFrame": 12183, + "endTime": "0:08:7.350", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 32, + "startFrame": 12198, + "startTime": "0:08:7.950", + "endFrame": 12634, + "endTime": "0:08:25.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 33, + "startFrame": 12646, + "startTime": "0:08:25.860", + "endFrame": 12971, + "endTime": "0:08:38.850", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 34, + "startFrame": 13000, + "startTime": "0:08:40.020", + "endFrame": 13445, + "endTime": "0:08:57.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 35, + "startFrame": 13455, + "startTime": "0:08:58.200", + "endFrame": 13947, + "endTime": "0:09:17.880", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 36, + "startFrame": 13988, + "startTime": "0:09:19.530", + "endFrame": 14274, + "endTime": "0:09:30.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 37, + "startFrame": 14327, + "startTime": "0:09:33.090", + "endFrame": 14666, + "endTime": "0:09:46.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 38, + "startFrame": 14713, + "startTime": "0:09:48.540", + "endFrame": 15133, + "endTime": "0:10:5.340", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 39, + "startFrame": 15141, + "startTime": "0:10:5.670", + "endFrame": 15554, + "endTime": "0:10:22.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 40, + "startFrame": 15591, + "startTime": "0:10:23.670", + "endFrame": 15818, + "endTime": "0:10:32.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 41, + "startFrame": 15818, + "startTime": "0:10:32.730", + "endFrame": 16192, + "endTime": "0:10:47.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 42, + "startFrame": 16220, + "startTime": "0:10:48.810", + "endFrame": 16447, + "endTime": "0:10:57.900", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 43, + "startFrame": 16470, + "startTime": "0:10:58.800", + "endFrame": 17093, + "endTime": "0:11:23.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 44, + "startFrame": 17123, + "startTime": "0:11:24.930", + "endFrame": 17547, + "endTime": "0:11:41.910", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 45, + "startFrame": 17553, + "startTime": "0:11:42.150", + "endFrame": 17801, + "endTime": "0:11:52.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 46, + "startFrame": 17827, + "startTime": "0:11:53.100", + "endFrame": 18193, + "endTime": "0:12:7.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 47, + "startFrame": 18203, + "startTime": "0:12:8.130", + "endFrame": 18498, + "endTime": "0:12:19.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 48, + "startFrame": 18525, + "startTime": "0:12:21.030", + "endFrame": 18844, + "endTime": "0:12:33.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 49, + "startFrame": 18867, + "startTime": "0:12:34.680", + "endFrame": 19278, + "endTime": "0:12:51.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 50, + "startFrame": 19289, + "startTime": "0:12:51.570", + "endFrame": 19752, + "endTime": "0:13:10.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 51, + "startFrame": 19762, + "startTime": "0:13:10.500", + "endFrame": 20114, + "endTime": "0:13:24.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 52, + "startFrame": 20136, + "startTime": "0:13:25.440", + "endFrame": 20607, + "endTime": "0:13:44.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 53, + "startFrame": 20612, + "startTime": "0:13:44.490", + "endFrame": 20871, + "endTime": "0:13:54.870", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 54, + "startFrame": 20878, + "startTime": "0:13:55.140", + "endFrame": 21468, + "endTime": "0:14:18.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 55, + "startFrame": 21507, + "startTime": "0:14:20.280", + "endFrame": 21849, + "endTime": "0:14:33.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 56, + "startFrame": 21878, + "startTime": "0:14:35.130", + "endFrame": 22141, + "endTime": "0:14:45.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 57, + "startFrame": 22141, + "startTime": "0:14:45.660", + "endFrame": 22403, + "endTime": "0:14:56.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 58, + "startFrame": 22404, + "startTime": "0:14:56.190", + "endFrame": 22656, + "endTime": "0:15:6.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 59, + "startFrame": 22678, + "startTime": "0:15:7.140", + "endFrame": 22927, + "endTime": "0:15:17.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 60, + "startFrame": 22938, + "startTime": "0:15:17.550", + "endFrame": 23294, + "endTime": "0:15:31.770", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 61, + "startFrame": 23307, + "startTime": "0:15:32.310", + "endFrame": 23607, + "endTime": "0:15:44.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 62, + "startFrame": 23635, + "startTime": "0:15:45.420", + "endFrame": 24030, + "endTime": "0:16:1.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 63, + "startFrame": 24064, + "startTime": "0:16:2.580", + "endFrame": 24287, + "endTime": "0:16:11.490", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 64, + "startFrame": 24318, + "startTime": "0:16:12.720", + "endFrame": 24762, + "endTime": "0:16:30.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 65, + "startFrame": 24765, + "startTime": "0:16:30.630", + "endFrame": 25201, + "endTime": "0:16:48.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 66, + "startFrame": 25239, + "startTime": "0:16:49.560", + "endFrame": 25583, + "endTime": "0:17:3.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 67, + "startFrame": 25611, + "startTime": "0:17:4.440", + "endFrame": 25987, + "endTime": "0:17:19.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 68, + "startFrame": 25991, + "startTime": "0:17:19.650", + "endFrame": 26382, + "endTime": "0:17:35.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 69, + "startFrame": 26402, + "startTime": "0:17:36.090", + "endFrame": 26781, + "endTime": "0:17:51.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 70, + "startFrame": 26805, + "startTime": "0:17:52.230", + "endFrame": 27159, + "endTime": "0:18:6.390", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 71, + "startFrame": 27280, + "startTime": "0:18:11.220", + "endFrame": 27435, + "endTime": "0:18:17.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 72, + "startFrame": 27533, + "startTime": "0:18:21.360", + "endFrame": 27712, + "endTime": "0:18:28.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 73, + "startFrame": 27810, + "startTime": "0:18:32.430", + "endFrame": 28155, + "endTime": "0:18:46.200", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 74, + "startFrame": 28168, + "startTime": "0:18:46.740", + "endFrame": 28475, + "endTime": "0:18:59.010", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 75, + "startFrame": 28483, + "startTime": "0:18:59.340", + "endFrame": 28777, + "endTime": "0:19:11.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 76, + "startFrame": 28786, + "startTime": "0:19:11.460", + "endFrame": 29147, + "endTime": "0:19:25.890", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 77, + "startFrame": 29166, + "startTime": "0:19:26.670", + "endFrame": 29415, + "endTime": "0:19:36.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 78, + "startFrame": 29426, + "startTime": "0:19:37.050", + "endFrame": 29711, + "endTime": "0:19:48.450", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 79, + "startFrame": 29718, + "startTime": "0:19:48.750", + "endFrame": 30020, + "endTime": "0:20:0.840", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 80, + "startFrame": 30051, + "startTime": "0:20:2.040", + "endFrame": 30284, + "endTime": "0:20:11.370", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 81, + "startFrame": 30320, + "startTime": "0:20:12.810", + "endFrame": 30618, + "endTime": "0:20:24.750", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 82, + "startFrame": 30663, + "startTime": "0:20:26.520", + "endFrame": 30902, + "endTime": "0:20:36.090", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 83, + "startFrame": 30905, + "startTime": "0:20:36.210", + "endFrame": 31232, + "endTime": "0:20:49.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 84, + "startFrame": 31233, + "startTime": "0:20:49.320", + "endFrame": 31695, + "endTime": "0:21:7.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 85, + "startFrame": 31710, + "startTime": "0:21:8.400", + "endFrame": 32317, + "endTime": "0:21:32.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 86, + "startFrame": 32325, + "startTime": "0:21:33.000", + "endFrame": 32643, + "endTime": "0:21:45.720", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 87, + "startFrame": 32658, + "startTime": "0:21:46.350", + "endFrame": 33067, + "endTime": "0:22:2.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 88, + "startFrame": 33103, + "startTime": "0:22:4.140", + "endFrame": 34153, + "endTime": "0:22:46.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 89, + "startFrame": 34165, + "startTime": "0:22:46.620", + "endFrame": 34536, + "endTime": "0:23:1.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 90, + "startFrame": 34553, + "startTime": "0:23:2.130", + "endFrame": 34827, + "endTime": "0:23:13.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 91, + "startFrame": 34842, + "startTime": "0:23:13.680", + "endFrame": 35108, + "endTime": "0:23:24.330", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 92, + "startFrame": 35109, + "startTime": "0:23:24.360", + "endFrame": 35365, + "endTime": "0:23:34.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 93, + "startFrame": 35380, + "startTime": "0:23:35.220", + "endFrame": 35877, + "endTime": "0:23:55.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 94, + "startFrame": 35925, + "startTime": "0:23:57.000", + "endFrame": 36136, + "endTime": "0:24:5.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 95, + "startFrame": 36138, + "startTime": "0:24:5.520", + "endFrame": 36416, + "endTime": "0:24:16.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 96, + "startFrame": 36430, + "startTime": "0:24:17.220", + "endFrame": 36760, + "endTime": "0:24:30.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 97, + "startFrame": 36789, + "startTime": "0:24:31.590", + "endFrame": 37064, + "endTime": "0:24:42.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 98, + "startFrame": 37097, + "startTime": "0:24:43.890", + "endFrame": 37329, + "endTime": "0:24:53.160", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 99, + "startFrame": 37455, + "startTime": "0:24:58.230", + "endFrame": 37938, + "endTime": "0:25:17.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 100, + "startFrame": 37961, + "startTime": "0:25:18.450", + "endFrame": 38400, + "endTime": "0:25:36.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 101, + "startFrame": 38400, + "startTime": "0:25:36.030", + "endFrame": 38724, + "endTime": "0:25:48.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 102, + "startFrame": 38754, + "startTime": "0:25:50.160", + "endFrame": 38976, + "endTime": "0:25:59.070", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 103, + "startFrame": 39008, + "startTime": "0:26:0.330", + "endFrame": 39277, + "endTime": "0:26:11.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 104, + "startFrame": 39369, + "startTime": "0:26:14.760", + "endFrame": 39589, + "endTime": "0:26:23.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 105, + "startFrame": 39603, + "startTime": "0:26:24.150", + "endFrame": 40013, + "endTime": "0:26:40.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 106, + "startFrame": 40024, + "startTime": "0:26:40.980", + "endFrame": 40275, + "endTime": "0:26:51.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 107, + "startFrame": 40328, + "startTime": "0:26:53.130", + "endFrame": 40791, + "endTime": "0:27:11.640", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 108, + "startFrame": 40878, + "startTime": "0:27:15.150", + "endFrame": 41207, + "endTime": "0:27:28.290", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 109, + "startFrame": 41455, + "startTime": "0:27:38.220", + "endFrame": 41775, + "endTime": "0:27:51.030", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 110, + "startFrame": 41899, + "startTime": "0:27:55.980", + "endFrame": 42114, + "endTime": "0:28:4.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 111, + "startFrame": 42173, + "startTime": "0:28:6.930", + "endFrame": 42365, + "endTime": "0:28:14.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 112, + "startFrame": 42411, + "startTime": "0:28:16.470", + "endFrame": 42840, + "endTime": "0:28:33.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.541, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 113, + "startFrame": 42847, + "startTime": "0:28:33.900", + "endFrame": 43234, + "endTime": "0:28:49.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 114, + "startFrame": 43245, + "startTime": "0:28:49.800", + "endFrame": 43497, + "endTime": "0:28:59.880", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 115, + "startFrame": 43520, + "startTime": "0:29:0.810", + "endFrame": 43935, + "endTime": "0:29:17.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 116, + "startFrame": 43962, + "startTime": "0:29:18.480", + "endFrame": 44304, + "endTime": "0:29:32.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 117, + "startFrame": 44332, + "startTime": "0:29:33.300", + "endFrame": 44564, + "endTime": "0:29:42.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 118, + "startFrame": 44583, + "startTime": "0:29:43.320", + "endFrame": 44877, + "endTime": "0:29:55.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 119, + "startFrame": 44935, + "startTime": "0:29:57.420", + "endFrame": 45317, + "endTime": "0:30:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 120, + "startFrame": 45321, + "startTime": "0:30:12.840", + "endFrame": 45815, + "endTime": "0:30:32.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 121, + "startFrame": 45826, + "startTime": "0:30:33.060", + "endFrame": 46076, + "endTime": "0:30:43.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 122, + "startFrame": 46078, + "startTime": "0:30:43.140", + "endFrame": 46430, + "endTime": "0:30:57.210", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "I am guessing he is taking notes here. I see his arm moving somewhat so I score him \"engaged\".", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 123, + "startFrame": 46458, + "startTime": "0:30:58.320", + "endFrame": 46704, + "endTime": "0:31:8.190", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 124, + "startFrame": 46712, + "startTime": "0:31:8.490", + "endFrame": 46990, + "endTime": "0:31:19.620", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 125, + "startFrame": 47007, + "startTime": "0:31:20.310", + "endFrame": 47433, + "endTime": "0:31:37.350", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 126, + "startFrame": 47442, + "startTime": "0:31:37.680", + "endFrame": 48024, + "endTime": "0:32:0.960", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 127, + "startFrame": 48053, + "startTime": "0:32:2.130", + "endFrame": 48499, + "endTime": "0:32:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 128, + "startFrame": 48506, + "startTime": "0:32:20.250", + "endFrame": 48841, + "endTime": "0:32:33.660", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 129, + "startFrame": 48852, + "startTime": "0:32:34.110", + "endFrame": 49128, + "endTime": "0:32:45.150", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 130, + "startFrame": 49159, + "startTime": "0:32:46.380", + "endFrame": 49450, + "endTime": "0:32:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 131, + "startFrame": 49484, + "startTime": "0:32:59.370", + "endFrame": 49755, + "endTime": "0:33:10.230", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 132, + "startFrame": 49800, + "startTime": "0:33:12.000", + "endFrame": 50120, + "endTime": "0:33:24.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 133, + "startFrame": 50142, + "startTime": "0:33:25.710", + "endFrame": 50434, + "endTime": "0:33:37.380", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 134, + "startFrame": 50466, + "startTime": "0:33:38.640", + "endFrame": 50701, + "endTime": "0:33:48.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 135, + "startFrame": 50733, + "startTime": "0:33:49.320", + "endFrame": 51474, + "endTime": "0:34:18.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 136, + "startFrame": 51516, + "startTime": "0:34:20.670", + "endFrame": 51970, + "endTime": "0:34:38.820", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 137, + "startFrame": 51977, + "startTime": "0:34:39.090", + "endFrame": 52426, + "endTime": "0:34:57.060", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 138, + "startFrame": 52470, + "startTime": "0:34:58.830", + "endFrame": 52999, + "endTime": "0:35:19.980", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 139, + "startFrame": 53000, + "startTime": "0:35:20.010", + "endFrame": 53263, + "endTime": "0:35:30.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 140, + "startFrame": 53293, + "startTime": "0:35:31.740", + "endFrame": 53562, + "endTime": "0:35:42.510", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 141, + "startFrame": 53613, + "startTime": "0:35:44.550", + "endFrame": 53831, + "endTime": "0:35:53.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 142, + "startFrame": 53990, + "startTime": "0:35:59.610", + "endFrame": 54294, + "endTime": "0:36:11.760", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 143, + "startFrame": 54315, + "startTime": "0:36:12.600", + "endFrame": 54738, + "endTime": "0:36:29.550", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 144, + "startFrame": 54776, + "startTime": "0:36:31.050", + "endFrame": 55013, + "endTime": "0:36:40.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 145, + "startFrame": 55047, + "startTime": "0:36:41.910", + "endFrame": 55314, + "endTime": "0:36:52.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.516, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 146, + "startFrame": 55329, + "startTime": "0:36:53.190", + "endFrame": 55857, + "endTime": "0:37:14.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 147, + "startFrame": 55920, + "startTime": "0:37:16.830", + "endFrame": 56115, + "endTime": "0:37:24.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 148, + "startFrame": 56141, + "startTime": "0:37:25.680", + "endFrame": 56427, + "endTime": "0:37:37.080", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 149, + "startFrame": 56429, + "startTime": "0:37:37.170", + "endFrame": 56715, + "endTime": "0:37:48.600", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 150, + "startFrame": 56748, + "startTime": "0:37:49.950", + "endFrame": 57036, + "endTime": "0:38:1.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 151, + "startFrame": 57045, + "startTime": "0:38:1.830", + "endFrame": 57381, + "endTime": "0:38:15.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 152, + "startFrame": 57617, + "startTime": "0:38:24.690", + "endFrame": 57626, + "endTime": "0:38:25.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "only 2ish seconds", + "position": { + "topleft": [ + 0.55, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 153, + "startFrame": 57729, + "startTime": "0:38:29.160", + "endFrame": 58144, + "endTime": "0:38:45.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 154, + "startFrame": 58157, + "startTime": "0:38:46.290", + "endFrame": 58552, + "endTime": "0:39:2.100", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 155, + "startFrame": 58617, + "startTime": "0:39:4.710", + "endFrame": 58911, + "endTime": "0:39:16.470", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 156, + "startFrame": 58912, + "startTime": "0:39:16.500", + "endFrame": 59220, + "endTime": "0:39:28.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 157, + "startFrame": 59303, + "startTime": "0:39:32.130", + "endFrame": 59878, + "endTime": "0:39:55.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 158, + "startFrame": 60045, + "startTime": "0:40:1.830", + "endFrame": 60261, + "endTime": "0:40:10.440", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 159, + "startFrame": 60291, + "startTime": "0:40:11.670", + "endFrame": 60515, + "endTime": "0:40:20.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 160, + "startFrame": 60515, + "startTime": "0:40:20.610", + "endFrame": 60840, + "endTime": "0:40:33.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 161, + "startFrame": 60885, + "startTime": "0:40:35.430", + "endFrame": 61160, + "endTime": "0:40:46.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 162, + "startFrame": 61245, + "startTime": "0:40:49.830", + "endFrame": 61601, + "endTime": "0:41:4.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 163, + "startFrame": 61611, + "startTime": "0:41:4.440", + "endFrame": 62092, + "endTime": "0:41:23.700", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.229 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 164, + "startFrame": 62102, + "startTime": "0:41:24.090", + "endFrame": 62466, + "endTime": "0:41:38.640", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 165, + "startFrame": 62496, + "startTime": "0:41:39.840", + "endFrame": 62723, + "endTime": "0:41:48.930", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 166, + "startFrame": 62762, + "startTime": "0:41:50.490", + "endFrame": 63043, + "endTime": "0:42:1.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 167, + "startFrame": 63078, + "startTime": "0:42:3.120", + "endFrame": 63510, + "endTime": "0:42:20.430", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 168, + "startFrame": 63537, + "startTime": "0:42:21.480", + "endFrame": 63770, + "endTime": "0:42:30.810", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 169, + "startFrame": 63801, + "startTime": "0:42:32.070", + "endFrame": 64079, + "endTime": "0:42:43.170", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 170, + "startFrame": 64106, + "startTime": "0:42:44.250", + "endFrame": 64718, + "endTime": "0:43:8.730", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 171, + "startFrame": 64728, + "startTime": "0:43:9.150", + "endFrame": 65076, + "endTime": "0:43:23.040", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 172, + "startFrame": 65084, + "startTime": "0:43:23.370", + "endFrame": 65488, + "endTime": "0:43:39.540", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 173, + "startFrame": 65497, + "startTime": "0:43:39.900", + "endFrame": 65779, + "endTime": "0:43:51.180", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 174, + "startFrame": 65802, + "startTime": "0:43:52.110", + "endFrame": 66090, + "endTime": "0:44:3.630", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 175, + "startFrame": 66099, + "startTime": "0:44:3.960", + "endFrame": 66456, + "endTime": "0:44:18.240", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 176, + "startFrame": 66465, + "startTime": "0:44:18.630", + "endFrame": 66718, + "endTime": "0:44:28.740", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 177, + "startFrame": 66728, + "startTime": "0:44:29.130", + "endFrame": 67285, + "endTime": "0:44:51.420", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "writing notes", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 178, + "startFrame": 67355, + "startTime": "0:44:54.210", + "endFrame": 67817, + "endTime": "0:45:12.690", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "writing notes", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 179, + "startFrame": 67929, + "startTime": "0:45:17.160", + "endFrame": 68148, + "endTime": "0:45:25.920", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 180, + "startFrame": 68178, + "startTime": "0:45:27.120", + "endFrame": 68631, + "endTime": "0:45:45.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 181, + "startFrame": 72615, + "startTime": "0:48:24.600", + "endFrame": 72981, + "endTime": "0:48:39.270", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.772 + ] + } + } + ] + }, + { + "clipIdx": 182, + "startFrame": 73071, + "startTime": "0:48:42.840", + "endFrame": 73425, + "endTime": "0:48:57.000", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 183, + "startFrame": 73445, + "startTime": "0:48:57.810", + "endFrame": 73714, + "endTime": "0:49:8.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 184, + "startFrame": 104852, + "startTime": "1:09:54.090", + "endFrame": 105176, + "endTime": "1:10:7.050", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 185, + "startFrame": 105203, + "startTime": "1:10:8.130", + "endFrame": 105507, + "endTime": "1:10:20.280", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 186, + "startFrame": 105565, + "startTime": "1:10:22.620", + "endFrame": 105785, + "endTime": "1:10:31.410", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 187, + "startFrame": 105801, + "startTime": "1:10:32.040", + "endFrame": 106153, + "endTime": "1:10:46.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 188, + "startFrame": 106182, + "startTime": "1:10:47.310", + "endFrame": 106766, + "endTime": "1:11:10.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 189, + "startFrame": 106796, + "startTime": "1:11:11.850", + "endFrame": 107064, + "endTime": "1:11:22.590", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 190, + "startFrame": 107093, + "startTime": "1:11:23.730", + "endFrame": 107698, + "endTime": "1:11:47.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.226 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 191, + "startFrame": 107724, + "startTime": "1:11:48.990", + "endFrame": 107986, + "endTime": "1:11:59.460", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 192, + "startFrame": 108016, + "startTime": "1:12:0.660", + "endFrame": 108563, + "endTime": "1:12:22.530", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 193, + "startFrame": 108629, + "startTime": "1:12:25.170", + "endFrame": 108866, + "endTime": "1:12:34.650", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.228 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 194, + "startFrame": 108894, + "startTime": "1:12:35.760", + "endFrame": 109181, + "endTime": "1:12:47.250", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 195, + "startFrame": 109231, + "startTime": "1:12:49.260", + "endFrame": 109603, + "endTime": "1:13:4.140", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 196, + "startFrame": 109634, + "startTime": "1:13:5.370", + "endFrame": 110145, + "endTime": "1:13:25.800", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "NA", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 197, + "startFrame": 110205, + "startTime": "1:13:28.200", + "endFrame": 110688, + "endTime": "1:13:47.520", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 198, + "startFrame": 110714, + "startTime": "1:13:48.570", + "endFrame": 110950, + "endTime": "1:13:58.020", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 199, + "startFrame": 110984, + "startTime": "1:13:59.400", + "endFrame": 111353, + "endTime": "1:14:14.130", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 200, + "startFrame": 111372, + "startTime": "1:14:14.880", + "endFrame": 111965, + "endTime": "1:14:38.610", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 201, + "startFrame": 111981, + "startTime": "1:14:39.240", + "endFrame": 112312, + "endTime": "1:14:52.500", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 202, + "startFrame": 112348, + "startTime": "1:14:53.940", + "endFrame": 112564, + "endTime": "1:15:2.580", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 203, + "startFrame": 112599, + "startTime": "1:15:3.990", + "endFrame": 112914, + "endTime": "1:15:16.560", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 204, + "startFrame": 112988, + "startTime": "1:15:19.530", + "endFrame": 113248, + "endTime": "1:15:29.940", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 205, + "startFrame": 113658, + "startTime": "1:15:46.350", + "endFrame": 113682, + "endTime": "1:15:47.310", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.229 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 206, + "startFrame": 116906, + "startTime": "1:17:56.250", + "endFrame": 116944, + "endTime": "1:17:57.780", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.5, + 0.231 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 207, + "startFrame": 118815, + "startTime": "1:19:12.630", + "endFrame": 118899, + "endTime": "1:19:15.990", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 208, + "startFrame": 118932, + "startTime": "1:19:17.280", + "endFrame": 119189, + "endTime": "1:19:27.570", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 209, + "startFrame": 119199, + "startTime": "1:19:27.960", + "endFrame": 119589, + "endTime": "1:19:43.590", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + }, + { + "clipIdx": 210, + "startFrame": 119609, + "startTime": "1:19:44.400", + "endFrame": 119877, + "endTime": "1:19:55.110", + "category": "", + "note": "", + "people": [ + { + "name": "person1", + "category": "Highly Engage", + "note": "", + "position": { + "topleft": [ + 0.499, + 0.224 + ], + "bottomright": [ + 0.998, + 0.774 + ] + } + } + ] + } +] \ No newline at end of file diff --git a/secondFeature.zip b/secondFeature.zip new file mode 100644 index 0000000000000000000000000000000000000000..ac644a419cddb407d55bf571618a830c9362ceaa --- /dev/null +++ b/secondFeature.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c29e2b010bf6c780f14e8a22ba8bee825c9859744c58ca063b706bce5c0a0a +size 3947566077